summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorabs <abs>2007-09-11 18:16:01 +0000
committerabs <abs>2007-09-11 18:16:01 +0000
commit5e33ba6665b35a270c138a44c9ae37b901eaa853 (patch)
tree141014122849fdabd37463a390b8c00470c3093e /mail
parent1f9c76bd2f8c0d4c841b05f126b6f378a1689bb9 (diff)
downloadpkgsrc-5e33ba6665b35a270c138a44c9ae37b901eaa853.tar.gz
Update to exim-4.67nb1:
- When -inet6, explicitly set HAVE_IPV6=NO to avoid use of any inet6 APIs Note: For entertainment purposes build a NetBSD distribution with 'MKINET=no' and see what breaks in pkgsrc
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/Makefile3
-rw-r--r--mail/exim/options.mk4
2 files changed, 5 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 691cf55bdf0..7b3d91a64e7 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2007/07/04 20:54:42 jlam Exp $
+# $NetBSD: Makefile,v 1.86 2007/09/11 18:16:01 abs Exp $
DISTNAME= exim-4.67
+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 74feb991069..77c1feaeebd 100644
--- a/mail/exim/options.mk
+++ b/mail/exim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2007/08/17 22:55:52 joerg Exp $
+# $NetBSD: options.mk,v 1.14 2007/09/11 18:16:01 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exim
PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
@@ -115,6 +115,8 @@ LOCAL_MAKEFILE_OPTIONS+=TRANSPORT_LMTP=yes
.if !empty(PKG_OPTIONS:Minet6)
LOCAL_MAKEFILE_OPTIONS+=HAVE_IPV6=YES
+.else
+LOCAL_MAKEFILE_OPTIONS+=HAVE_IPV6=NO
.endif
.if !empty(PKG_OPTIONS:Mgdbm)