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

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   21-Jul-2007 21:30:28
  Branch: HEAD                             Handle: 2007072120302800

  Modified files:
    rpm                     INSTALL Makefile.am configure.ac

  Log:
    On request connect the rpmconstant/ subdir to the build.
    Unfortunately, until we take additional action, this means RPM 5 would
    require Perl under build-time now -- even I'm a Perl fan we perhaps
    want to avoid this.

  Summary:
    Revision    Changes     Path
    2.38        +1  -0      rpm/INSTALL
    2.197       +1  -0      rpm/Makefile.am
    2.212       +1  -1      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/INSTALL
  ============================================================================
  $ cvs diff -u -r2.37 -r2.38 INSTALL
  --- rpm/INSTALL       21 Jul 2007 19:16:49 -0000      2.37
  +++ rpm/INSTALL       21 Jul 2007 19:30:28 -0000      2.38
  @@ -26,6 +26,7 @@
   --------------- --------- ------- ------- 
-------------------------------------
   ISO C Compiler  mandatory -       -       e.g. http://gcc.gnu.org/
   POSIX make      mandatory -       -       e.g. 
http://www.gnu.org/software/make/
  +Perl            mandatory 5.8.0   5.8.8   http://www.perl.com/
   POPT            mandatory 1.9     1.11    http://rpm5.org/files/popt/
   BeeCrypt        mandatory 4.0     4.1.2   
http://www.virtualunlimited.com/products/beecrypt/
   Neon            optional  0.26    0.26.4  http://www.webdav.org/neon/
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.196 -r2.197 Makefile.am
  --- rpm/Makefile.am   21 Jul 2007 19:16:49 -0000      2.196
  +++ rpm/Makefile.am   21 Jul 2007 19:30:28 -0000      2.197
  @@ -37,6 +37,7 @@
        rpmdb \
        lib \
        build \
  +     rpmconstant \
        @WITH_PYTHON_SUBDIR@ \
        @WITH_PERL_SUBDIR@ \
        tools \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.211 -r2.212 configure.ac
  --- rpm/configure.ac  21 Jul 2007 19:16:49 -0000      2.211
  +++ rpm/configure.ac  21 Jul 2007 19:30:28 -0000      2.212
  @@ -318,7 +318,7 @@
   dnl # find the Perl interpreter
   AC_PATH_PROG(PERL, perl perl5)
   if test ".$PERL" = .; then
  -    AC_MSG_WARN([Perl required in PATH for building rpmconstant/])
  +    AC_MSG_ERROR([Perl required in PATH for building rpmconstant/])
   fi
   AC_SUBST(PERL)
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to