OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 01-Jul-2003 08:46:46
Branch: HEAD Handle: 2003070107464501
Modified files:
openpkg-src/perl-dbi perl-dbi.patch perl-dbi.spec
openpkg-web news.txt
Log:
fix postgresql include path
Summary:
Revision Changes Path
1.4 +11 -0 openpkg-src/perl-dbi/perl-dbi.patch
1.68 +2 -2 openpkg-src/perl-dbi/perl-dbi.spec
1.5113 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 perl-dbi.patch
--- openpkg-src/perl-dbi/perl-dbi.patch 23 Jun 2003 13:50:45 -0000 1.3
+++ openpkg-src/perl-dbi/perl-dbi.patch 1 Jul 2003 06:46:46 -0000 1.4
@@ -159,3 +159,14 @@
$(changes_pm): Changes
$(NOECHO) $(MKPATH) $(inst_libdbdodbc)
+--- DBD-Pg-1.22/Makefile.PL.dist 2003-07-01 08:31:41.000000000 +0200
++++ DBD-Pg-1.22/Makefile.PL 2003-07-01 08:31:57.000000000 +0200
+@@ -36,7 +36,7 @@
+ $POSTGRES_INCLUDE = $pg->inc_dir;
+ $POSTGRES_LIB = $pg->lib_dir;
+ } elsif ((!$ENV{POSTGRES_INCLUDE} or !$ENV{POSTGRES_LIB}) and $ENV{POSTGRES_HOME})
{
+- $POSTGRES_INCLUDE = "$ENV{POSTGRES_HOME}/include";
++ $POSTGRES_INCLUDE = "$ENV{POSTGRES_HOME}/include/postgresql";
+ $POSTGRES_LIB = "$ENV{POSTGRES_HOME}/lib";
+ } else {
+ $POSTGRES_INCLUDE = "$ENV{POSTGRES_INCLUDE}";
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 29 Jun 2003 16:56:55 -0000 1.67
+++ openpkg-src/perl-dbi/perl-dbi.spec 1 Jul 2003 06:46:46 -0000 1.68
@@ -43,8 +43,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20030629
-Release: 20030629
+Version: 20030701
+Release: 20030701
# package options
%option with_dbd_mysql no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5112 -r1.5113 news.txt
--- openpkg-web/news.txt 30 Jun 2003 19:36:06 -0000 1.5112
+++ openpkg-web/news.txt 1 Jul 2003 06:46:45 -0000 1.5113
@@ -1,3 +1,4 @@
+01-Jul-2003: Upgraded package: P<perl-dbi-20030701-20030701>
30-Jun-2003: Upgraded package: P<openpkg-tool-20030630-20030630>
30-Jun-2003: Upgraded package: P<gcc33-3.3.1s20030630-20030630>
30-Jun-2003: New package: P<clamav-0.60-20030630>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]