summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2007-09-11 18:16:01 +0000
committerabs <abs@pkgsrc.org>2007-09-11 18:16:01 +0000
commitf618aac9f18f06243ade71d06c8c36529a1e3f67 (patch)
tree141014122849fdabd37463a390b8c00470c3093e /mail/exim
parent706c6f7d8da953ef621b3e59a2eec1f217adfcee (diff)
downloadpkgsrc-f618aac9f18f06243ade71d06c8c36529a1e3f67.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/exim')
-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)