pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim Update to exim-4.67nb1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a7e0aaea02f
branches:  trunk
changeset: 533236:2a7e0aaea02f
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Sep 11 18:16:01 2007 +0000

description:
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:

 mail/exim/Makefile   |  3 ++-
 mail/exim/options.mk |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 021b428daf30 -r 2a7e0aaea02f mail/exim/Makefile
--- a/mail/exim/Makefile        Tue Sep 11 18:05:57 2007 +0000
+++ b/mail/exim/Makefile        Tue Sep 11 18:16:01 2007 +0000
@@ -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 -r 021b428daf30 -r 2a7e0aaea02f mail/exim/options.mk
--- a/mail/exim/options.mk      Tue Sep 11 18:05:57 2007 +0000
+++ b/mail/exim/options.mk      Tue Sep 11 18:16:01 2007 +0000
@@ -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 @@
 
 .if !empty(PKG_OPTIONS:Minet6)
 LOCAL_MAKEFILE_OPTIONS+=HAVE_IPV6=YES
+.else
+LOCAL_MAKEFILE_OPTIONS+=HAVE_IPV6=NO
 .endif
 
 .if !empty(PKG_OPTIONS:Mgdbm)



Home | Main Index | Thread Index | Old Index