From nobody@FreeBSD.org  Mon Apr  1 06:02:48 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 92DE5952
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Apr 2013 06:02:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 84654D8B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Apr 2013 06:02:48 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3162m7E080439
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 1 Apr 2013 06:02:48 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r3162mi8080438;
	Mon, 1 Apr 2013 06:02:48 GMT
	(envelope-from nobody)
Message-Id: <201304010602.r3162mi8080438@red.freebsd.org>
Date: Mon, 1 Apr 2013 06:02:48 GMT
From: deeptech71 <deeptech71@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: net-im/pidgin fails to build if net-im/libpurple was built without gstreamer support
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177534
>Category:       ports
>Synopsis:       net-im/pidgin fails to build if net-im/libpurple was built without gstreamer support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 06:10:00 UTC 2013
>Closed-Date:    Sun Apr 28 22:53:44 UTC 2013
>Last-Modified:  Sun Apr 28 23:00:02 UTC 2013
>Originator:     deeptech71
>Release:        -CURRENT
>Organization:
>Environment:
>Description:
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.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 1 06:10:09 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177534 
State-Changed-From-To: open->suspended 
State-Changed-By: marcus 
State-Changed-When: Sun Apr 28 22:45:51 UTC 2013 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=177534 
State-Changed-From-To: suspended->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Apr 28 22:53:24 UTC 2013 
State-Changed-Why:  
I think I've fixed this by linking all the options files to libpurple. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177534 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177534: commit references a PR
Date: Sun, 28 Apr 2013 22:53:28 +0000 (UTC)

 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"
 
>Unformatted:
