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: 31-Dec-2002 10:02:22
Branch: HEAD Handle: 2002123109022001
Modified files:
openpkg-src/postfix postfix.spec
openpkg-web news.txt
Log:
fix building
Summary:
Revision Changes Path
1.99 +10 -8 openpkg-src/postfix/postfix.spec
1.2473 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.98 -r1.99 postfix.spec
--- openpkg-src/postfix/postfix.spec 30 Dec 2002 22:06:15 -0000 1.98
+++ openpkg-src/postfix/postfix.spec 31 Dec 2002 09:02:21 -0000 1.99
@@ -43,7 +43,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20021230
+Release: 20021231
# list of sources
Source0:
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%{V_postfix}.tar.gz
@@ -56,8 +56,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021020, perl, fsl
-PreReq: OpenPKG, openpkg >= 20021020, perl, fsl, procmail, perl-time
+BuildPreReq: OpenPKG, openpkg >= 20021230, perl, fsl
+PreReq: OpenPKG, openpkg >= 20021230, perl, fsl, procmail, perl-time
BuildPreReq: db, pcre
%if "%{with_tls}" == "yes"
BuildPreReq: openssl
@@ -105,7 +105,7 @@
%endif
%build
- # configure Postfix (hard-core part)
+ # configure Postfix (hard-core part I)
%{l_shtool} subst \
-e 's/var_config_dir, /var_command_dir, /' \
src/postfix/postfix.c
@@ -116,10 +116,6 @@
%{l_shtool} subst \
-e 's;/usr/include;%{l_prefix}/include;g' \
makedefs
- %{l_shtool} subst \
- -e 's;#define HAS_DBM;#define HAS_DBM_DISABLED;' \
- -e 's;#define HAS_DB;#define HAS_DB_DISABLED;' \
- src/util/sys_defs.h
# configure Postfix (regular part)
cd postfix-%{V_postfix}
@@ -152,6 +148,12 @@
AUXLIBS="$AUXLIBS `%{l_prefix}/bin/fsl-config --all --ldflags --libs`"
%{l_make} %{l_mflags} makefiles \
CC="%{l_cc}" CCARGS="$CCARGS" AUXLIBS="$AUXLIBS"
+
+ # configure Postfix (hard-core part II)
+ %{l_shtool} subst \
+ -e 's;#define HAS_DBM;#define HAS_DBM_DISABLED;' \
+ -e 's;#define HAS_DB;#define HAS_DB_DISABLED;' \
+ src/util/sys_defs.h
# build Postfix
%{l_make} %{l_mflags}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2472 -r1.2473 news.txt
--- openpkg-web/news.txt 31 Dec 2002 08:45:25 -0000 1.2472
+++ openpkg-web/news.txt 31 Dec 2002 09:02:20 -0000 1.2473
@@ -1,3 +1,4 @@
+31-Dec-2002: Upgraded package: P<postfix-2.0.0.1-20021231>
31-Dec-2002: Upgraded package: P<openssh-3.5p1-20021231>
31-Dec-2002: Upgraded package: P<perl-ssl-20021231-20021231>
31-Dec-2002: Upgraded package: P<uvscan-4.1.6.4240-20021231>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]