From 6b4efa42d9e7a733cb603633fd982c0c7365e985 Mon Sep 17 00:00:00 2001 From: abs Date: Sun, 16 Oct 2005 14:10:57 +0000 Subject: Update exim to 4.54nb1 - Enable IPv6 based on inet6 settings --- mail/exim/Makefile | 3 ++- 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 -- cgit v1.2.3