OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Apr-2007 13:10:06
Branch: HEAD Handle: 2007041312100500
Modified files:
openpkg-src/exim exim.spec
Log:
experimental Sender Policy Framework (SPF) support
Summary:
Revision Changes Path
1.107 +12 -1 openpkg-src/exim/exim.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.spec
============================================================================
$ cvs diff -u -r1.106 -r1.107 exim.spec
--- openpkg-src/exim/exim.spec 12 Jan 2007 16:02:19 -0000 1.106
+++ openpkg-src/exim/exim.spec 13 Apr 2007 11:10:05 -0000 1.107
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 4.66
-Release: 20070112
+Release: 20070413
# package options
%option with_auth_cram_md5 no
@@ -45,6 +45,7 @@
%option with_mbx no
%option with_mysql no
%option with_pgsql no
+%option with_spf no
%option with_sqlite no
%option with_ssl no
%option with_wrap no
@@ -74,6 +75,10 @@
BuildPreReq: postgresql, openssl
PreReq: postgresql, openssl
%endif
+%if "%{with_spf}" == "yes"
+BuildPreReq: libspf2
+PreReq: libspf2
+%endif
%if "%{with_sqlite}" == "yes"
BuildPreReq: sqlite
PreReq: sqlite
@@ -238,6 +243,12 @@
%if "%{with_mbx}" == "yes"
echo 'SUPPORT_MBX=yes'
%endif
+
+ # experimental extensions
+%if "%{with_spf}" == "yes"
+ echo 'EXPERIMENTAL_SPF=yes'
+ echo 'LDFLAGS+=-lspf2'
+%endif
) >Local/Makefile
case "%{l_platform -t}" in
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]