Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 2010 02:45:46 GMT
From:      Doug Barton <dougb@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153388: Update libnice dep in net-im/farsight2
Message-ID:  <201012230245.oBN2jkpl000118@freefall.freebsd.org>
Resent-Message-ID: <201012230250.oBN2oAEc000668@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153388
>Category:       ports
>Synopsis:       Update libnice dep in net-im/farsight2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 23 02:50:10 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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