Ticket #31145: unbound-libevent-variant.patch
File unbound-libevent-variant.patch, 547 bytes (added by neverpanic (Clemens Lang), 13 years ago) |
---|
-
Portfile
42 42 file attributes ${destroot}${prefix}/var/run/${name}/${name}.pid -owner ${unbounduser} 43 43 } 44 44 45 variant libevent description {Build with libevent (slower, but allows use of large outgoing port ranges)} { 46 depends_lib-append port:libevent 47 configure.args-append --with-libevent=${prefix} 48 } 49 45 50 # Make it run on boot 46 51 startupitem.create yes 47 52 startupitem.name unbound