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 openpkg$ Date: 06-Mar-2003 00:02:22
Branch: HEAD Handle: 2003030523021505
Modified files:
openpkg-re/vcheck vc.postgresql
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
upgrade libpqxx 1.5.0 -> 1.5.1; poke configure to avoid getopt_long
which isn't identified correctly on some systems
Summary:
Revision Changes Path
1.21 +1 -1 openpkg-re/vcheck/vc.postgresql
1.51 +9 -2 openpkg-src/postgresql/postgresql.spec
1.3582 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.postgresql
============================================================================
$ cvs diff -u -r1.20 -r1.21 vc.postgresql
--- openpkg-re/vcheck/vc.postgresql 1 Mar 2003 15:52:08 -0000 1.20
+++ openpkg-re/vcheck/vc.postgresql 5 Mar 2003 23:02:15 -0000 1.21
@@ -14,7 +14,7 @@
regex = libpq\+\+-(__VER__)\.tar\.gz
}
prog postgresql:libpqxx = {
- version = 1.5.0
+ version = 1.5.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.50 -r1.51 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 1 Mar 2003 15:52:09 -0000 1.50
+++ openpkg-src/postgresql/postgresql.spec 5 Mar 2003 23:02:20 -0000 1.51
@@ -26,7 +26,7 @@
# package versions
%define V_postgresql 7.3.2
%define V_libpqpp 4.0
-%define V_libpqxx 1.5.0
+%define V_libpqxx 1.5.1
%define V_pgperl 2.0.2
%define V_psqlodbc 7.2.5
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20030301
+Release: 20030305
# package options
%option with_cxx no
@@ -104,12 +104,19 @@
src/backend/utils/mb/conversion_procs/proc.mk
%build
+ # avoid nonstandard system getopt
+ ( echo ac_cv_func_getopt_long=no ;
+ echo ac_cv_header_getopt_h=no ;
+ echo ac_cv_search_getopt_long=
+ ) >config.cache
+
# configure package
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags} -DOPENSSL_DISABLE_OLD_DES_SUPPORT" \
LDFLAGS="%{l_ldflags}" \
./configure \
+ --cache-file=config.cache \
--prefix=%{l_prefix} \
--with-openssl=%{l_prefix} \
--with-readline \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3581 -r1.3582 news.txt
--- openpkg-web/news.txt 5 Mar 2003 22:15:51 -0000 1.3581
+++ openpkg-web/news.txt 5 Mar 2003 23:02:17 -0000 1.3582
@@ -1,3 +1,4 @@
+06-Mar-2003: Upgraded package: P<postgresql-7.3.2-20030305>
05-Mar-2003: Upgraded package: P<rdiff-backup-0.11.3-20030305>
05-Mar-2003: Upgraded package: P<as-gui-0.6.23-20030305>
05-Mar-2003: Upgraded package: P<xpm-3.4k-20030305>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]