[37201] trunk/dports/net/bind9

dluke at macports.org dluke at macports.org
Thu May 29 10:08:54 PDT 2008


Revision: 37201
          http://trac.macosforge.org/projects/macports/changeset/37201
Author:   dluke at macports.org
Date:     2008-05-29 10:08:51 -0700 (Thu, 29 May 2008)

Log Message:
-----------
Update bind9 to 9.5.0
- include ipv6 without a variant
- allow parallel build
- remove obsolete patch

Modified Paths:
--------------
    trunk/dports/net/bind9/Portfile

Removed Paths:
-------------
    trunk/dports/net/bind9/files/patch-inet_network.c.diff

Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile	2008-05-29 13:20:56 UTC (rev 37200)
+++ trunk/dports/net/bind9/Portfile	2008-05-29 17:08:51 UTC (rev 37201)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			bind9
-version			9.4.2
-revision		3
+version			9.5.0
 
 categories		net
 maintainers		dluke at geeklair.net
@@ -23,9 +22,14 @@
 
 distname		bind-${version}
 master_sites		isc:${name}/${version}
-checksums		md5 57953d7264139b9506b9d66174125179
+checksums		md5 066484717db1d1b1b4092ddcf5d0eb6e \
+			sha1 8d622ebcb6061518770cbc66072258c7ff051cb8 \
+			rmd160 1f40217a7baab442f30e024698999ba845f6f05d
+
 depends_lib		port:openssl
 
+use_parallel_build	yes
+
 test.run		yes
 test.target		test
 
@@ -33,11 +37,10 @@
 startupitem.netchange	yes
 startupitem.executable	${prefix}/sbin/named -f
 
-patchfiles		patch-inet_network.c.diff
-
 configure.args		--mandir=${prefix}/share/man --enable-libbind \
 				--with-openssl=${prefix} \
-				--enable-threads
+				--enable-threads \
+				--enable-ipv6
 
 post-patch {
 	# Put bind includes in ${prefix}/include/bind
@@ -70,7 +73,3 @@
 }
 
 platform darwin 6 { depends_lib-append lib:libdl:dlcompat }
-
-variant ipv6 description {enable ipv6 support} {
-	configure.args-append 	--enable-ipv6
-}

Deleted: trunk/dports/net/bind9/files/patch-inet_network.c.diff
===================================================================
--- trunk/dports/net/bind9/files/patch-inet_network.c.diff	2008-05-29 13:20:56 UTC (rev 37200)
+++ trunk/dports/net/bind9/files/patch-inet_network.c.diff	2008-05-29 17:08:51 UTC (rev 37201)
@@ -1,15 +0,0 @@
---- lib/bind/inet/inet_network.c:1.5	Wed Apr 27 04:56:21 2005
-+++ lib/bind/inet/inet_network.c	Tue Jan 15 04:02:01 2008
-@@ -84,9 +84,9 @@
-	}
-	if (!digit)
-		return (INADDR_NONE);
-+	if (pp >= parts + 4 || val > 0xffU)
-+		return (INADDR_NONE);
-	if (*cp == '.') {
--		if (pp >= parts + 4 || val > 0xffU)
--			return (INADDR_NONE);
-		*pp++ = val, cp++;
-		goto again;
-	}
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080529/a3e4c358/attachment.htm 


More information about the macports-changes mailing list