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:   01-Oct-2005 12:16:32
  Branch: HEAD                             Handle: 2005100111163200

  Modified files:
    openpkg-src/postgresql  postgresql.spec

  Log:
    cruel hack to get pgcluster working: we remove 3 conflicting hunks
    from the patch because they two are no longer necessary in 8.0.3
    anyway and the third one is just a version string issue (which is not
    required)

  Summary:
    Revision    Changes     Path
    1.164       +2  -1      openpkg-src/postgresql/postgresql.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  ============================================================================
  $ cvs diff -u -r1.163 -r1.164 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec    1 Oct 2005 08:41:20 -0000       
1.163
  +++ openpkg-src/postgresql/postgresql.spec    1 Oct 2005 10:16:32 -0000       
1.164
  @@ -179,7 +179,8 @@
   %if "%{with_pgcluster}" == "yes"
       %setup -q -T -D -a 7
       cat pgcluster-*-patch | \
  -    sed -e 's;\($.exec_prefix./etc\);\1/postgresql;' | \
  +    sed -e 's;\($.exec_prefix./etc\);\1/postgresql;' \
  +        -e '/preproc\.c/,/Makefile\.aix/d' | \
       %{l_patch} -p1
   %endif
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to