[84054] trunk/dports/net/unbound/Portfile

snc at macports.org snc at macports.org
Thu Sep 15 17:19:26 PDT 2011


Revision: 84054
          http://trac.macports.org/changeset/84054
Author:   snc at macports.org
Date:     2011-09-15 17:19:26 -0700 (Thu, 15 Sep 2011)
Log Message:
-----------
unbound: add libevent variant, #31145

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

Modified: trunk/dports/net/unbound/Portfile
===================================================================
--- trunk/dports/net/unbound/Portfile	2011-09-16 00:14:24 UTC (rev 84053)
+++ trunk/dports/net/unbound/Portfile	2011-09-16 00:19:26 UTC (rev 84054)
@@ -34,6 +34,11 @@
 
 configure.args-append   --with-pidfile=${prefix}/var/run/${name}/${name}.pid
 
+variant libevent description {Build with libevent (slower, but allows use of large outgoing port ranges)} {
+    depends_lib-append      port:libevent
+    configure.args-append   --with-libevent=${prefix}
+}
+
 add_users ${unbounduser} group=${unboundgroup} home=/dev/null realname=Unbound\ Resolver
 post-destroot {
     xinstall -o ${unbounduser} -g ${unboundgroup} -m 755 -d ${destroot}${prefix}/var/run/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110915/7ccb3c29/attachment.html>


More information about the macports-changes mailing list