If the GSTREAMER and VV options in net-im/libpurple are disabled, then the farsight library does not get installed. Despite this, net-im/pidgin still tries to link against "libgstfarsight.a", which does not necessarily exist in this case, thus hitting a compilation error. How-To-Repeat: 1. Run ``make config'' for net-im/libpurple and uncheck the GSTREAMER and VV options. 2. Make sure you do not have net-im/farsight2 installed. If necessary to remove libpurple's dependency on gstreamer and farsight, first rebuild and reinstall libpurple with the options just set. 3. Try to build net-im/pidgin.
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->suspended
State Changed From-To: suspended->closed I think I've fixed this by linking all the options files to libpurple.
Author: marcus Date: Sun Apr 28 22:53:20 2013 New Revision: 316766 URL: http://svnweb.freebsd.org/changeset/ports/316766 Log: Hardcode OPTIONSFILE across all slave ports to prevent disperate options per frontend. PR: 177534 Modified: head/net-im/libpurple/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Sun Apr 28 22:44:46 2013 (r316765) +++ head/net-im/libpurple/Makefile Sun Apr 28 22:53:20 2013 (r316766) @@ -76,6 +76,8 @@ OPTIONS+= GTKSPELL "Spell checking suppo CAP "Enable Contact Availability Prediction plugin" on .endif +OPTIONSFILE= ${PORT_DBDIR}/${UNIQUENAME}/options + CONFIGURE_ARGS+=--disable-doxygen .include <bsd.port.options.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"