RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   11-Nov-2008 03:46:14
  Branch: HEAD                             Handle: 2008111102461400

  Modified files:
    rpm                     CHANGES configure.ac

  Log:
    - jbj: eliminate --with-vendor arguments that are not in use.

  Summary:
    Revision    Changes     Path
    1.2649      +1  -0      rpm/CHANGES
    2.324       +1  -13     rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2648 -r1.2649 CHANGES
  --- rpm/CHANGES       11 Nov 2008 02:42:40 -0000      1.2648
  +++ rpm/CHANGES       11 Nov 2008 02:46:14 -0000      1.2649
  @@ -1,5 +1,6 @@
   
   5.2a2 -> 5.2a3:
  +    - jbj: eliminate --with-vendor arguments that are not in use.
       - jbj: eliminate rpmal debugging code.
       - jbj: lua: disable mkdtemp(3) bindings, no solaris portability atm.
       - jbj: lua: bind mkdtemp(3) in lposix.c
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.323 -r2.324 configure.ac
  --- rpm/configure.ac  9 Nov 2008 16:14:58 -0000       2.323
  +++ rpm/configure.ac  11 Nov 2008 02:46:14 -0000      2.324
  @@ -1646,23 +1646,11 @@
   
   AC_ARG_WITH(
       [vendor],
  -    AS_HELP_STRING([--with-vendor=VENDOR], [build with a supported vendor's 
specific set of changes: openpkg, rpm4darwin, fedora, mandriva or windriver]),
  +    AS_HELP_STRING([--with-vendor=VENDOR], [build with a supported vendor's 
specific set of changes: mandriva]),
       if test ".$withval" != .no; then
  -         if test "$withval" == "openpkg"; then
  -                 AC_DEFINE([RPM_VENDOR_OPENPKG], 1, Vendor is OpenPKG)
  -         fi
  -         if test "$withval" == "rpm4darwin"; then
  -                 AC_DEFINE([RPM_VENDOR_RPM4DARWIN], 1, Vendor is RPM for 
Darwin)
  -         fi
  -         if test "$withval" == "fedora"; then
  -                 AC_DEFINE([RPM_VENDOR_FEDORA], 1, Vendor is Fedora)
  -         fi
            if test "$withval" == "mandriva"; then
                    AC_DEFINE([RPM_VENDOR_MANDRIVA], 1, Vendor is Mandriva)
            fi
  -         if test "$withval" == "windriver"; then
  -                 AC_DEFINE([RPM_VENDOR_WINDRIVER], 1, Vendor is Windriver)
  -         fi
            AC_MSG_RESULT([$withval])
       else
            AC_MSG_RESULT(no)
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                [email protected]

Reply via email to