Today libmemcached port doesn't depend of sasl2, but, if cyrus-sasl2 is installed on the system it add sasl symbols into the lib and don't link it correctly. The best solution i've found is to add an OPTION, so you can choose if you want sasl2 support or not, and, if you choose yes, make sure it'll link library correctly. I bumped PORTREVISION because users that have sasl installed when libmemcached was built have a broken version installed. Port maintainer (vanilla@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->vanilla Over to maintainer (via the GNATS Auto Assign Tool)
vanilla 2010-11-22 08:55:38 UTC FreeBSD ports repository Modified files: databases/libmemcached Makefile distinfo Log: OPTIONize sasl2 dependency. PR: ports/152140 Submitted by: garga@ Revision Changes Path 1.36 +14 -2 ports/databases/libmemcached/Makefile 1.28 +0 -1 ports/databases/libmemcached/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.