OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   12-Jun-2005 00:22:50
  Branch: HEAD                             Handle: 2005061123225000

  Modified files:
    openpkg-src/cvs         cvs.spec

  Log:
    Unbreak CVS by backing out this part of revision 1.100:
    
    | - added CPPFLAGS to avoid warning from configure
    |   WARNING: Package ZLIB is more recent than requested external version
    |   (1.2.1 > 1.1.3).  configure with the --without-external-zlib
    |   option to select the more recent version.
    
    The reason is that for still totally unclear reasons this
    horribly breaks CVS under runtime. The effect is that instead of...
    
    | $ cvs up
    | cvs update: Updating .
    
    one gets:
    
    | $ cvs up
    | cvs update: nothing known about `up'
    | cvs update: nothing known about `-P'
    | cvs update: nothing known about `-d'
    
    I've still no clue what exactly caused this but as the above CPPFLAGS
    just removed a warning, it reverse it until we found out more...

  Summary:
    Revision    Changes     Path
    1.101       +1  -2      openpkg-src/cvs/cvs.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/cvs/cvs.spec
  ============================================================================
  $ cvs diff -u -r1.100 -r1.101 cvs.spec
  --- openpkg-src/cvs/cvs.spec  9 Jun 2005 10:16:31 -0000       1.100
  +++ openpkg-src/cvs/cvs.spec  11 Jun 2005 22:22:50 -0000      1.101
  @@ -37,7 +37,7 @@
   Group:        SCM
   License:      GPL
   Version:      %{V_cvs}
  -Release:      20050609
  +Release:      20050612
   
   #   package options
   %option       with_fsl         yes
  @@ -121,7 +121,6 @@
   %else
       CFLAGS="%{l_cflags -O}" \
   %endif
  -    CPPFLAGS="%{l_cppflags}" \
       LDFLAGS="%{l_fsl_ldflags}" \
       LIBS="%{l_fsl_libs}" \
       ./configure -C \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to