pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/exim Update exim to 4.54nb1 - Enable IPv6 based o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c96e3a4aced
branches: trunk
changeset: 501061:0c96e3a4aced
user: abs <abs%pkgsrc.org@localhost>
date: Sun Oct 16 14:10:57 2005 +0000
description:
Update exim to 4.54nb1 - Enable IPv6 based on inet6 settings
diffstat:
mail/exim/Makefile | 3 ++-
mail/exim/options.mk | 8 ++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r 2f5139ed522d -r 0c96e3a4aced mail/exim/Makefile
--- a/mail/exim/Makefile Sun Oct 16 14:00:54 2005 +0000
+++ b/mail/exim/Makefile Sun Oct 16 14:10:57 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2005/10/09 10:43:49 abs Exp $
+# $NetBSD: Makefile,v 1.70 2005/10/16 14:10:57 abs Exp $
DISTNAME= exim-4.54
+PKGREVISION= 1
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
diff -r 2f5139ed522d -r 0c96e3a4aced mail/exim/options.mk
--- a/mail/exim/options.mk Sun Oct 16 14:00:54 2005 +0000
+++ b/mail/exim/options.mk Sun Oct 16 14:10:57 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.4 2005/10/07 10:28:34 abs Exp $
+# $NetBSD: options.mk,v 1.5 2005/10/16 14:10:57 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exim
PKG_SUPPORTED_OPTIONS= exim-build-eximon exim-content-scan exim-lookup-dnsdb
PKG_SUPPORTED_OPTIONS+= exim-lookup-dsearch exim-lookup-ldap exim-lookup-mysql
-PKG_SUPPORTED_OPTIONS+= exim-lookup-whoson exim-old-demime gdbm saslauthd
+PKG_SUPPORTED_OPTIONS+= exim-lookup-whoson exim-old-demime gdbm inet6 saslauthd
PKG_SUGGESTED_OPTIONS= exim-content-scan exim-lookup-dsearch exim-old-demime
.include "../../mk/bsd.options.mk"
@@ -52,6 +52,10 @@
LOCAL_MAKEFILE_OPTIONS+=WITH_OLD_DEMIME=YES
.endif
+.if !empty(PKG_OPTIONS:Minet6)
+LOCAL_MAKEFILE_OPTIONS+=HAVE_IPV6=YES
+.endif
+
.if !empty(PKG_OPTIONS:Mgdbm)
. include "../../databases/gdbm/buildlink3.mk"
EXIM_USE_DB_CONFIG= USE_GDBM=yes
Home |
Main Index |
Thread Index |
Old Index