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: 07-Mar-2003 12:35:33
Branch: HEAD Handle: 2003030711352705
Modified files:
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
Ok, now we have GNU getopt officially, so let it be used all the time
Summary:
Revision Changes Path
1.53 +2 -8 openpkg-src/postgresql/postgresql.spec
1.3600 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 6 Mar 2003 06:06:05 -0000 1.52
+++ openpkg-src/postgresql/postgresql.spec 7 Mar 2003 11:35:32 -0000 1.53
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20030306
+Release: 20030307
# package options
%option with_cxx no
@@ -60,7 +60,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, readline, flex, bison, zlib,
openssl
+BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, readline, flex, bison, zlib,
openssl, getopt
PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_perl}" == "yes"
BuildPreReq: perl, perl-openpkg
@@ -104,12 +104,6 @@
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}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3599 -r1.3600 news.txt
--- openpkg-web/news.txt 7 Mar 2003 11:07:21 -0000 1.3599
+++ openpkg-web/news.txt 7 Mar 2003 11:35:27 -0000 1.3600
@@ -1,3 +1,4 @@
+07-Mar-2003: Upgraded package: P<postgresql-7.3.2-20030307>
07-Mar-2003: New package: P<netrik-1.5.0-20030307>
07-Mar-2003: New package: P<getopt-20030307-20030307>
07-Mar-2003: Upgraded package: P<perl-util-20030307-20030307>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]