[27244] trunk
source_changes at macosforge.org
source_changes at macosforge.org
Wed Jul 25 08:45:27 PDT 2007
Revision: 27244
http://trac.macosforge.org/projects/macports/changeset/27244
Author: dluke at macports.org
Date: 2007-07-25 08:45:27 -0700 (Wed, 25 Jul 2007)
Log Message:
-----------
- Version bump, update bind9 to 9.4.1-P1
- remove +threads variant and make the threaded bind the default
Modified Paths:
--------------
trunk/dports/net/bind9/Portfile
Property Changed:
----------------
trunk/
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
e4b2a6a8-e742-4924-8f8a-3771363e925e:/local/trunk:25771
f2dd1c64-7982-4318-98ce-263798263e0a:/local:27477
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:24020
+ 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
e4b2a6a8-e742-4924-8f8a-3771363e925e:/local/trunk:25771
f2dd1c64-7982-4318-98ce-263798263e0a:/local:27531
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:24020
Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile 2007-07-25 15:35:17 UTC (rev 27243)
+++ trunk/dports/net/bind9/Portfile 2007-07-25 15:45:27 UTC (rev 27244)
@@ -3,7 +3,7 @@
PortSystem 1.0
name bind9
-version 9.4.1
+version 9.4.1-P1
categories net
maintainers dluke at geeklair.net
@@ -22,7 +22,7 @@
distname bind-${version}
master_sites isc:${name}/${version}
-checksums md5 09b54d35036cb0423b2e618f21766285
+checksums md5 44e0514e6105ddaa235394045d9aeb0c
depends_lib port:openssl
test.run yes
@@ -34,7 +34,8 @@
startupitem.stop "/bin/kill -15 \$(/bin/cat ${prefix}/var/run/named.pid)"
configure.args --mandir=${prefix}/share/man --enable-libbind \
- --with-openssl=${prefix}
+ --with-openssl=${prefix} \
+ --enable-threads
post-patch {
# Put bind includes in ${prefix}/include/bind
@@ -71,7 +72,3 @@
variant ipv6 {
configure.args-append --enable-ipv6
}
-
-variant threads {
- configure.args-append --enable-threads
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070725/ab0daaa8/attachment.html
More information about the macports-changes
mailing list