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: 30-Jan-2003 17:36:00
Branch: HEAD Handle: 2003013016355801
Modified files:
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
try to fix Pg loading problems
Summary:
Revision Changes Path
1.37 +2 -1 openpkg-src/postgresql/postgresql.spec
1.3107 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 28 Jan 2003 15:46:04 -0000 1.36
+++ openpkg-src/postgresql/postgresql.spec 30 Jan 2003 16:35:59 -0000 1.37
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20030128
+Release: 20030130
# package options
%option with_cxx no
@@ -161,6 +161,7 @@
%{l_shtool} subst \
-e 's;-I$POSTGRES_INCLUDE;-I../src/interfaces/libpq -I../src/include;' \
-e 's;-L$POSTGRES_LIB;-L../src/interfaces/libpq;' \
+ -e 's;-lpq;-lpq %{l_ldflags} -lssl -lcrypto -lcrypt;' \
Makefile.PL
%{l_prefix}/bin/perl-openpkg install
%{l_prefix}/bin/perl-openpkg epilog
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3106 -r1.3107 news.txt
--- openpkg-web/news.txt 30 Jan 2003 16:10:16 -0000 1.3106
+++ openpkg-web/news.txt 30 Jan 2003 16:35:58 -0000 1.3107
@@ -1,3 +1,4 @@
+30-Jan-2003: Upgraded package: P<postgresql-7.3.1-20030130>
30-Jan-2003: Upgraded package: P<perl-comp-20030130-20030130>
30-Jan-2003: Upgraded package: P<mtr-0.52-20030130>
30-Jan-2003: New package: P<mtr-0.52-20030130>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]