pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imap-uw Make IPv6 support work again, bump packag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61c30205954e
branches:  trunk
changeset: 531738:61c30205954e
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Aug 05 18:41:52 2007 +0000

description:
Make IPv6 support work again, bump package revision.

diffstat:

 mail/imap-uw/Makefile   |  4 ++--
 mail/imap-uw/options.mk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 91e84d2ef4d1 -r 61c30205954e mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Sun Aug 05 18:37:01 2007 +0000
+++ b/mail/imap-uw/Makefile     Sun Aug 05 18:41:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2007/08/05 04:51:34 obache Exp $
+# $NetBSD: Makefile,v 1.120 2007/08/05 18:41:52 tron Exp $
 #
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
@@ -11,7 +11,7 @@
 
 DISTNAME=      imap-2006j2
 PKGNAME=       ${DISTNAME:S/-/-uw-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.cac.washington.edu/imap/
 EXTRACT_SUFX=  .tar.Z
diff -r 91e84d2ef4d1 -r 61c30205954e mail/imap-uw/options.mk
--- a/mail/imap-uw/options.mk   Sun Aug 05 18:37:01 2007 +0000
+++ b/mail/imap-uw/options.mk   Sun Aug 05 18:41:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2007/08/03 17:03:29 obache Exp $
+# $NetBSD: options.mk,v 1.5 2007/08/05 18:41:52 tron Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -26,9 +26,9 @@
 ### Support both IPv6 and IPv4 connections.
 ###
 .if !empty(PKG_OPTIONS:Minet6)
-MAKE_FLAGS+=   IP6=6
+MAKE_FLAGS+=   IP=6
 .else
-MAKE_FLAGS+=   IP6=4
+MAKE_FLAGS+=   IP=4
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index