diff options
author | abs <abs> | 2005-10-16 14:10:57 +0000 |
---|---|---|
committer | abs <abs> | 2005-10-16 14:10:57 +0000 |
commit | 625c400689ec4f49e8d0a71122aad4372faafe70 (patch) | |
tree | 01ff7033d2e1ab301774ff6c8d18186394696a21 /mail | |
parent | c4cb2fd2a198a9da362e40e90a1df7bfd951acd7 (diff) | |
download | pkgsrc-625c400689ec4f49e8d0a71122aad4372faafe70.tar.gz |
Update exim to 4.54nb1 - Enable IPv6 based on inet6 settings
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 3 | ||||
-rw-r--r-- | mail/exim/options.mk | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 8e04bbfe10d..6232247875b 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -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 --git a/mail/exim/options.mk b/mail/exim/options.mk index c41bd407cb9..4d8cb9281b1 100644 --- a/mail/exim/options.mk +++ b/mail/exim/options.mk @@ -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 @@ LOOKUP_LIBS+=${COMPILER_RPATH_FLAG}${LOCALBASE}/${BUILDLINK_LIBDIRS.whoson} -L${ 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 |