From nobody@FreeBSD.org  Tue Dec 16 20:21:45 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 622681065673
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Dec 2008 20:21:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 54FB68FC22
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Dec 2008 20:21:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBGKLjak013153
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Dec 2008 20:21:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mBGKLj2A013151;
	Tue, 16 Dec 2008 20:21:45 GMT
	(envelope-from nobody)
Message-Id: <200812162021.mBGKLj2A013151@www.freebsd.org>
Date: Tue, 16 Dec 2008 20:21:45 GMT
From: Ashish Shukla <wahjava@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Updated net-im/libpurple to refer to new version of libavahi-core.so
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129691
>Category:       ports
>Synopsis:       [PATCH] Updated net-im/libpurple to refer to new version of libavahi-core.so
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 16 20:30:02 UTC 2008
>Closed-Date:    Tue Dec 16 20:42:48 UTC 2008
>Last-Modified:  Tue Dec 16 20:50:01 UTC 2008
>Originator:     Ashish Shukla
>Release:        8.0-CURRENT
>Organization:
N/A
>Environment:
FreeBSD monte-cristo.france 8.0-CURRENT FreeBSD 8.0-CURRENT #25: Fri Dec  5 04:08:02 IST 2008     root@monte-cristo.france:/usr/obj/usr/src/sys/ULE  amd64
>Description:
The Makefile of net-im/libpurple port refers to libavahi-core.so.5 whereas the latest version of net/avahi-app port has libavahi-core.so.6.
>How-To-Repeat:
# make -C /usr/ports update
# make -C /usr/ports/net-im/libpurple build
>Fix:
diff -urN /usr/ports/net-im/libpurple/Makefile libpurple/Makefile
--- /usr/ports/net-im/libpurple/Makefile        2008-10-22 05:26:32.000000000 +0530
+++ libpurple/Makefile  2008-12-17 01:34:48.000000000 +0530
@@ -138,7 +138,7 @@
 .endif
 
 .if !defined(WITHOUT_BONJOUR)
-LIB_DEPENDS+=  avahi-core.5:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+=  avahi-core.6:${PORTSDIR}/net/avahi-app
 PLIST_SUB+=    BONJOUR=""
 PRPL_MODULES:= ${PRPL_MODULES},bonjour
 .else


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 16 20:30:16 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129691 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Tue Dec 16 20:42:32 UTC 2008 
State-Changed-Why:  
Fixed by switching dependencies. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129691: commit references a PR
Date: Tue, 16 Dec 2008 20:42:35 +0000 (UTC)

 marcus      2008-12-16 20:42:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/libpurple     Makefile 
   Log:
   Switch library from avahi-core to avahi-client.
   
   PR:             129691
   
   Revision  Changes    Path
   1.54      +1 -1      ports/net-im/libpurple/Makefile
 _______________________________________________
 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"
 
>Unformatted:
