[Bug 219100] databases/libmemcached: fix SASL option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 6 17:59:43 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219100

            Bug ID: 219100
           Summary: databases/libmemcached: fix SASL option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: sunpoet at FreeBSD.org
                CC: m.tsatsenko at gmail.com
             Flags: maintainer-feedback?(m.tsatsenko at gmail.com)
                CC: m.tsatsenko at gmail.com

Fix SASL option by adding USES=localbase.

Before (unpatched):

===>   libmemcached-1.0.18_4 depends on shared library: libsasl2.so - found
(/usr/local/lib/libsasl2.so)
...
checking for libintl.h... no
...
checking test for a working libevent... no
...
checking sasl/sasl.h usability... no
checking sasl/sasl.h presence... no
checking for sasl/sasl.h... no
checking checking to see if sasl works... "no"
checking checking to see if enabling sasl... "no"
...
   * SASL support:              no

After (patch applied):

===>   libmemcached-1.0.18_5 depends on shared library: libsasl2.so - found
(/usr/local/lib/libsasl2.so)
...
checking for libintl.h... yes
...
checking test for a working libevent... yes
...
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking for main in -lsasl2... yes
checking checking to see if sasl works... "yes"
checking checking to see if enabling sasl... "yes"
...
   * SASL support:              yes

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list