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: 06-Mar-2003 07:06:07
Branch: HEAD Handle: 2003030606060401
Modified files:
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
remove superfluous semicolons; style fixes; add ./ to make sure it is
correctly sourced on all /bin/sh
Summary:
Revision Changes Path
1.52 +5 -5 openpkg-src/postgresql/postgresql.spec
1.3583 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 5 Mar 2003 23:02:20 -0000 1.51
+++ openpkg-src/postgresql/postgresql.spec 6 Mar 2003 06:06:05 -0000 1.52
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20030305
+Release: 20030306
# package options
%option with_cxx no
@@ -105,9 +105,9 @@
%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=
+ ( echo ac_cv_func_getopt_long="no"
+ echo ac_cv_header_getopt_h="no"
+ echo ac_cv_search_getopt_long=""
) >config.cache
# configure package
@@ -116,7 +116,7 @@
CPPFLAGS="%{l_cppflags} -DOPENSSL_DISABLE_OLD_DES_SUPPORT" \
LDFLAGS="%{l_ldflags}" \
./configure \
- --cache-file=config.cache \
+ --cache-file=./config.cache \
--prefix=%{l_prefix} \
--with-openssl=%{l_prefix} \
--with-readline \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3582 -r1.3583 news.txt
--- openpkg-web/news.txt 5 Mar 2003 23:02:17 -0000 1.3582
+++ openpkg-web/news.txt 6 Mar 2003 06:06:04 -0000 1.3583
@@ -1,3 +1,4 @@
+06-Mar-2003: Upgraded package: P<postgresql-7.3.2-20030306>
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>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]