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 openpkg$ Date: 16-Nov-2003 10:38:31
Branch: HEAD Handle: 2003111609382902
Modified files:
openpkg-re/vcheck vc.postgresql
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
modifying package: postgresql-7.3.4 20031103 -> 20031116
Summary:
Revision Changes Path
1.29 +1 -1 openpkg-re/vcheck/vc.postgresql
1.78 +5 -4 openpkg-src/postgresql/postgresql.spec
1.7419 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.postgresql
============================================================================
$ cvs diff -u -r1.28 -r1.29 vc.postgresql
--- openpkg-re/vcheck/vc.postgresql 3 Nov 2003 14:44:34 -0000 1.28
+++ openpkg-re/vcheck/vc.postgresql 16 Nov 2003 09:38:29 -0000 1.29
@@ -14,7 +14,7 @@
regex = libpq\+\+-(__VER__)\.tar\.gz
}
prog postgresql:libpqxx = {
- version = 1.5.1
+ version = 2.1.1
url = ftp://gborg.postgresql.org/pub/libpqxx/stable/
regex = libpqxx-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.77 -r1.78 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 3 Nov 2003 14:44:35 -0000 1.77
+++ openpkg-src/postgresql/postgresql.spec 16 Nov 2003 09:38:31 -0000 1.78
@@ -26,7 +26,7 @@
# package versions
%define V_postgresql 7.3.4
%define V_libpqpp 4.0
-%define V_libpqxx 1.5.1
+%define V_libpqxx 2.1.1
%define V_pgperl 2.0.2
%define V_psqlodbc 07.03.0200
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20031103
+Release: 20031116
# package options
%option with_cxx no
@@ -143,7 +143,7 @@
--disable-shared
# build package
- %{l_make} %{l_mflags -O}
+ %{l_make} %{l_mflags}
# build C++ bindings (both old and new one)
%if "%{with_cxx}" == "yes"
@@ -161,6 +161,7 @@
rm -f libpq++.a
ar rc libpq++.a $OBJS
) || exit $?
+ ln -s `pwd`/src/interfaces/libpq/*.h src/include/
( cd libpqxx-%{V_libpqxx}
export CC="%{l_cc}"
export CXX="%{l_cxx}"
@@ -171,7 +172,7 @@
export LIBS="-lssl -lcrypto -lcrypt"
./configure \
--with-postgres-lib=`pwd`/../src/interfaces/libpq \
- --with-postgres-include=`pwd`/../src/interfaces/libpq \
+ --with-postgres-include=`pwd`/../src/include \
--disable-shared
%{l_make} %{l_mflags -O}
) || exit $?
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7418 -r1.7419 news.txt
--- openpkg-web/news.txt 16 Nov 2003 08:08:55 -0000 1.7418
+++ openpkg-web/news.txt 16 Nov 2003 09:38:30 -0000 1.7419
@@ -1,3 +1,4 @@
+16-Nov-2003: Upgraded package: P<postgresql-7.3.4-20031116>
16-Nov-2003: Upgraded package: P<netpbm-10.18.3-20031116>
16-Nov-2003: Upgraded package: P<txt2html-2.06-20031116>
15-Nov-2003: Upgraded package: P<nsd-1.2.3-20031115>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]