From dougb@FreeBSD.org  Thu Dec 23 02:45:46 2010
Return-Path: <dougb@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CD61D106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Dec 2010 02:45:46 +0000 (UTC)
	(envelope-from dougb@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id BC6288FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Dec 2010 02:45:46 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBN2jkMM000119
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Dec 2010 02:45:46 GMT
	(envelope-from dougb@freefall.freebsd.org)
Received: (from dougb@localhost)
	by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBN2jkpl000118;
	Thu, 23 Dec 2010 02:45:46 GMT
	(envelope-from dougb)
Message-Id: <201012230245.oBN2jkpl000118@freefall.freebsd.org>
Date: Thu, 23 Dec 2010 02:45:46 GMT
From: Doug Barton <dougb@freebsd.org>
Reply-To: Doug Barton <dougb@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update libnice dep in net-im/farsight2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153388
>Category:       ports
>Synopsis:       Update libnice dep in net-im/farsight2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 23 02:50:10 UTC 2010
>Closed-Date:    Thu Dec 23 16:20:25 UTC 2010
>Last-Modified:  Thu Jan 06 04:41:33 UTC 2011
>Originator:     Doug Barton
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
AAAG
>Environment:
	DNA
>Description:
	farsight is depending on an old version of libnice
>How-To-Repeat:
	Attempt to build farsight with up to date ports
>Fix:
	Apply the following patch:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/farsight2/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	4 Dec 2010 07:33:04 -0000	1.21
+++ Makefile	23 Dec 2010 02:43:18 -0000
@@ -13,7 +13,7 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Collection of GStreamer modules and libraries for videoconferencing
 
-LIB_DEPENDS=	nice.0:${PORTSDIR}/net-im/libnice
+LIB_DEPENDS=	nice.9:${PORTSDIR}/net-im/libnice
 
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 23 02:50:17 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153388 
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Thu Dec 23 16:16:04 UTC 2010 
State-Changed-Why:  
Same PR as here: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153266 

Do you have -CURRENT or it's on FreeBSD 8.x? "Hartmann, O" in ports/153266 has 
discovered about that libnice creates .9 in -CURRENT, but creates .0 in 
FreeBSD 8.x. I only have 8-STABLE here and it installed as .0 here. I have 
asked him to try to edit in bsd.gnome.mk like this: 

----------------- 
gnome-pre-patch: 
@${GNOME_PRE_PATCH:C/^;//1} 
.endif 
----------------- 

to (delete the '@'): 

----------------- 
gnome-pre-patch: 
${GNOME_PRE_PATCH:C/^;//1} 
.endif 
----------------- 

Then send us the full log of libnice build. I think there might be some bug in 
-CURRENT or it's just libnice itself that bug has been exposed in -CURRENT. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153388 
>Unformatted:
