diff options
author | abs <abs@pkgsrc.org> | 2007-09-11 18:16:01 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-09-11 18:16:01 +0000 |
commit | f618aac9f18f06243ade71d06c8c36529a1e3f67 (patch) | |
tree | 141014122849fdabd37463a390b8c00470c3093e /mail | |
parent | 706c6f7d8da953ef621b3e59a2eec1f217adfcee (diff) | |
download | pkgsrc-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')
-rw-r--r-- | mail/exim/Makefile | 3 | ||||
-rw-r--r-- | mail/exim/options.mk | 4 |
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) |