Ticket #31145: unbound-libevent-variant.patch

File unbound-libevent-variant.patch, 547 bytes (added by neverpanic (Clemens Lang), 13 years ago)

Patch against the Portfile adding the libevent variant

  • Portfile

     
    4242    file attributes ${destroot}${prefix}/var/run/${name}/${name}.pid -owner ${unbounduser}
    4343}
    4444
     45variant 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
    4550# Make it run on boot
    4651startupitem.create  yes
    4752startupitem.name    unbound