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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   01-Jul-2003 17:36:59
  Branch: HEAD                             Handle: 2003070116365801

  Added files:
    openpkg-src/postgresql  postgresql.patch
  Modified files:
    openpkg-src/postgresql  postgresql.spec
    openpkg-web             news.txt

  Log:
    attempt to get rid of problematic lorder(1) and tsort(1) stuff

  Summary:
    Revision    Changes     Path
    1.1         +47 -0      openpkg-src/postgresql/postgresql.patch
    1.59        +3  -1      openpkg-src/postgresql/postgresql.spec
    1.5126      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 postgresql.patch
  --- /dev/null 2003-07-01 17:36:59.000000000 +0200
  +++ postgresql.patch  2003-07-01 17:36:59.000000000 +0200
  @@ -0,0 +1,47 @@
  +Remove lorder(1) and tsort(1) stuff, because it is not needed on modern
  +systems and makes problems under some platforms (e.g. older Linux).
  +
  +--- src/Makefile.global.in.orig      Thu Sep  5 00:54:18 2002
  ++++ src/Makefile.global.in   Tue Jul  1 17:17:25 2003
  +@@ -193,7 +193,7 @@
  + LDREL = -r
  + LDOUT = -o
  + RANLIB = @RANLIB@
  +-LORDER = @LORDER@
  ++MK_NO_LORDER= true
  + X = @EXEEXT@
  + 
  + # Perl 
  +--- src/makefiles/Makefile.freebsd.orig      Wed Aug 29 21:14:40 2001
  ++++ src/makefiles/Makefile.freebsd   Tue Jul  1 17:23:00 2003
  +@@ -16,7 +16,7 @@
  +     $(LD) $(LDREL) $(LDOUT) $<.obj -x $<
  +     @echo building shared object $@
  +     @rm -f [EMAIL PROTECTED]
  +-    @${AR} cq [EMAIL PROTECTED] `lorder $<.obj | tsort`
  ++    @${AR} cq [EMAIL PROTECTED]
  +     ${RANLIB} [EMAIL PROTECTED]
  +     @rm -f $@
  +     $(LD) -x -Bshareable -Bforcearchive -o $@ [EMAIL PROTECTED]
  +--- src/makefiles/Makefile.openbsd.orig      Wed Aug 29 21:14:40 2001
  ++++ src/makefiles/Makefile.openbsd   Tue Jul  1 17:23:12 2003
  +@@ -16,7 +16,7 @@
  +     $(LD) $(LDREL) $(LDOUT) $<.obj -x $<
  +     @echo building shared object $@
  +     @rm -f [EMAIL PROTECTED]
  +-    @${AR} cq [EMAIL PROTECTED] `lorder $<.obj | tsort`
  ++    @${AR} cq [EMAIL PROTECTED]
  +     ${RANLIB} [EMAIL PROTECTED]
  +     @rm -f $@
  +     $(LD) -x -Bshareable -Bforcearchive \
  +--- src/makefiles/Makefile.netbsd.orig       Wed Aug 29 21:14:40 2001
  ++++ src/makefiles/Makefile.netbsd    Tue Jul  1 17:23:39 2003
  +@@ -18,7 +18,7 @@
  +     $(LD) $(LDREL) $(LDOUT) $<.obj -x $<
  +     @echo building shared object $@
  +     @rm -f [EMAIL PROTECTED]
  +-    @${AR} cq [EMAIL PROTECTED] `lorder $<.obj | tsort`
  ++    @${AR} cq [EMAIL PROTECTED]
  +     ${RANLIB} [EMAIL PROTECTED]
  +     @rm -f $@
  +     $(LD) -x -Bshareable -Bforcearchive \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  ============================================================================
  $ cvs diff -u -r1.58 -r1.59 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec    28 Jun 2003 12:36:12 -0000      1.58
  +++ openpkg-src/postgresql/postgresql.spec    1 Jul 2003 15:36:59 -0000       1.59
  @@ -40,7 +40,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_postgresql}
  -Release:      20030628
  +Release:      20030701
   
   #   package options
   %option       with_cxx      no
  @@ -56,6 +56,7 @@
   Source4:      
ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-%{V_psqlodbc}.tar.gz
   Source5:      rc.postgresql
   Source6:      pg_migrate
  +Patch0:       postgresql.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -81,6 +82,7 @@
   
   %prep
       %setup0 -q
  +    %patch0 -p0
   %if "%{with_cxx}" == "yes"
       %setup1 -q -T -D -a 1
       %setup2 -q -T -D -a 2
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5125 -r1.5126 news.txt
  --- openpkg-web/news.txt      1 Jul 2003 15:11:46 -0000       1.5125
  +++ openpkg-web/news.txt      1 Jul 2003 15:36:58 -0000       1.5126
  @@ -1,3 +1,4 @@
  +01-Jul-2003: Upgraded package: P<postgresql-7.3.3-20030701>
   01-Jul-2003: Upgraded package: P<fsl-1.2.0-20030701>
   01-Jul-2003: Upgraded package: P<nntpcache-3.0.1-20030701>
   01-Jul-2003: Upgraded package: P<kermit-8.0.209-20030701>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to