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 Date: 09-Feb-2005 16:06:36
Branch: HEAD Handle: 2005020915063600
Modified files:
openpkg-src/sendmail sendmail.spec
Log:
- Add ability to enable IPV6 support
- Enable PICKY_HELO_CHECK warning by default
- Add ability to enable "socket" map functionality
Submitted by: Stephane Lentz
Summary:
Revision Changes Path
1.120 +17 -7 openpkg-src/sendmail/sendmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.119 -r1.120 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 12 Jan 2005 15:24:11 -0000
1.119
+++ openpkg-src/sendmail/sendmail.spec 9 Feb 2005 15:06:36 -0000
1.120
@@ -34,15 +34,17 @@
Group: Mail
License: BSD
Version: 8.13.3
-Release: 20050112
+Release: 20050209
# package options
-%option with_fsl yes
-%option with_milter yes
-%option with_ssl no
-%option with_sasl no
-%option with_ldap no
-%option with_mysql no
+%option with_fsl yes
+%option with_milter yes
+%option with_ssl no
+%option with_sasl no
+%option with_ldap no
+%option with_mysql no
+%option with_ipv6 no
+%option with_socketmap no
# list of sources
Source0: ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz
@@ -203,6 +205,14 @@
echo "APPENDDEF(\`confINCDIRS',\`%{l_cppflags mysql .}')dnl"
echo "APPENDDEF(\`confLIBS',\`%{l_ldflags mysql .} -lmysqlclient -lz
-lm')dnl"
%endif
+%if "%{with_ipv6}" == "yes"
+ echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DNETINET6')dnl"
+ echo "APPENDDEF(\`conf_libmilter_ENVDEF', \`-DNETINET6')dnl"
+%endif
+ echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DPICKY_HELO_CHECK')dnl"
+%if "%{with_socketmap}" == "yes"
+ echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DSOCKETMAP')dnl"
+%endif
) >devtools/Site/site.config.m4
# build Sendmail package
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]