Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 May 2017 17:59:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219100] databases/libmemcached: fix SASL option
Message-ID:  <bug-219100-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219100

            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@FreeBSD.org
          Reporter: sunpoet@FreeBSD.org
                CC: m.tsatsenko@gmail.com
             Flags: maintainer-feedback?(m.tsatsenko@gmail.com)
                CC: m.tsatsenko@gmail.com

Fix SASL option by adding USES=3Dlocalbase.

Before (unpatched):

=3D=3D=3D>   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):

=3D=3D=3D>   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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219100-13>