[106518] trunk/dports/net/bind9

dluke at macports.org dluke at macports.org
Wed May 29 07:36:11 PDT 2013


Revision: 106518
          https://trac.macports.org/changeset/106518
Author:   dluke at macports.org
Date:     2013-05-29 07:36:11 -0700 (Wed, 29 May 2013)
Log Message:
-----------
bind9: version bump, remove obsolete patch

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

Removed Paths:
-------------
    trunk/dports/net/bind9/files/fix_static_inline_check.patch

Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile	2013-05-29 13:20:39 UTC (rev 106517)
+++ trunk/dports/net/bind9/Portfile	2013-05-29 14:36:11 UTC (rev 106518)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			bind9
-version			9.9.2-P2
+version			9.9.3
 categories		net
 maintainers		geeklair.net:dluke
 platforms		darwin freebsd sunos
@@ -27,14 +27,13 @@
 distname		bind-${version}
 master_sites		isc:${name}/${version}
 
-checksums	md5	2be7763c99b7e7b42ac3a18a267ce1aa \
-		sha1	3aadeaf64164a31a1cf22737ff2eea706792b68d \
-		rmd160	3fd39bc8a572ac2c888ce6fc71454a8034cd9b68
+checksums	md5	7baa8359f0773e04f63d7e694db1909c \
+		sha1	0d770a68ccdb98db7930951cf380d5c7ed9b5b67 \
+		rmd160	e925574ca74869d1c7ac6bb9a06f8fdf72523271
 
 depends_lib		port:openssl port:libxml2
 
-patchfiles-append	fix_static_inline_check.patch \
-			gssapi-link.patch \
+patchfiles-append	gssapi-link.patch \
 			mysql-link.patch
 
 use_autoreconf		yes

Deleted: trunk/dports/net/bind9/files/fix_static_inline_check.patch
===================================================================
--- trunk/dports/net/bind9/files/fix_static_inline_check.patch	2013-05-29 13:20:39 UTC (rev 106517)
+++ trunk/dports/net/bind9/files/fix_static_inline_check.patch	2013-05-29 14:36:11 UTC (rev 106518)
@@ -1,23 +0,0 @@
---- configure.in.orig	2013-01-23 16:21:42.000000000 -0800
-+++ configure.in	2013-01-23 16:23:14.000000000 -0800
-@@ -385,17 +385,15 @@ AC_CHECK_FUNCS(setegid setresgid)
- # is reported to not support "static inline" (RT #1212).
- #
- AC_MSG_CHECKING(for static inline breakage)
--AC_TRY_COMPILE(, [
--		foo1();
--	}
--
-+AC_TRY_COMPILE([
- 	static inline int foo1() {
- 		return 0;
- 	}
- 
- 	static inline int foo2() {
- 		return foo1();
--	],
-+	}
-+	], [foo1();],
- 	[AC_MSG_RESULT(no)],
- 	[AC_MSG_RESULT(yes)
- 	 AC_DEFINE(inline, ,[Define to empty if your compiler does not support "static inline".])])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130529/3307e75c/attachment.html>


More information about the macports-changes mailing list