From cyberbotx@kirby.cyberbotx.com  Fri Aug 21 18:01:13 2009
Return-Path: <cyberbotx@kirby.cyberbotx.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5F59D1065690
	for <freebsd-gnats-submit@freebsd.org>; Fri, 21 Aug 2009 18:01:13 +0000 (UTC)
	(envelope-from cyberbotx@kirby.cyberbotx.com)
Received: from QMTA01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net [76.96.30.16])
	by mx1.freebsd.org (Postfix) with ESMTP id 464378FC08
	for <freebsd-gnats-submit@freebsd.org>; Fri, 21 Aug 2009 18:01:12 +0000 (UTC)
Received: from OMTA05.emeryville.ca.mail.comcast.net ([76.96.30.43])
	by QMTA01.emeryville.ca.mail.comcast.net with comcast
	id X5Kx1c01a0vp7WLA161BzP; Fri, 21 Aug 2009 18:01:11 +0000
Received: from kirby.cyberbotx.com ([68.41.9.25])
	by OMTA05.emeryville.ca.mail.comcast.net with comcast
	id X61A1c0060YQbD88R61BQ1; Fri, 21 Aug 2009 18:01:12 +0000
Received: from kirby.cyberbotx.com (localhost [127.0.0.1])
	by kirby.cyberbotx.com (Postfix) with ESMTP id B1B4C11434;
	Fri, 21 Aug 2009 14:01:07 -0400 (EDT)
Received: (from root@localhost)
	by kirby.cyberbotx.com (8.14.2/8.14.2/Submit) id n7LI17AJ000120;
	Fri, 21 Aug 2009 14:01:07 -0400 (EDT)
	(envelope-from cyberbotx)
Message-Id: <200908211801.n7LI17AJ000120@kirby.cyberbotx.com>
Date: Fri, 21 Aug 2009 14:01:07 -0400 (EDT)
From: Naram Qashat <cyberbotx@cyberbotx.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: marcus@freebsd.org
Subject: [PATCH] net-im/pidgin: Allow pidgin to set list of modules
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138042
>Category:       ports
>Synopsis:       [PATCH] net-im/pidgin: Allow pidgin to set list of modules
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 21 18:10:00 UTC 2009
>Closed-Date:    Sat Aug 22 17:22:03 UTC 2009
>Last-Modified:  Sat Aug 22 17:30:06 UTC 2009
>Originator:     Naram Qashat
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun  3 04:24:13 EDT
>Description:
net-im/libpurple uses PRPL_MODULES to determine which Pidgin modules to build,
but the pidgin slave port does not do the same. This patch allows it to do so.

Port maintainer (marcus@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pidgin-2.6.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-im/pidgin/Makefile /kirby/shared/ports/pidgin/Makefile
--- /usr/ports/net-im/pidgin/Makefile	2009-08-21 00:38:09.000000000 -0400
+++ /kirby/shared/ports/pidgin/Makefile	2009-08-21 13:59:01.000000000 -0400
@@ -30,6 +30,7 @@
 USE_XORG=	xscrnsaver sm
 WANT_GNOME=	yes
 CONFIGURE_ARGS=	--disable-consoleui \
+		--with-dynamic_prpls=${PRPL_MODULES:S/,$//} \
 		--disable-nm
 
 MAN1=		pidgin.1
--- pidgin-2.6.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 21 18:10:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138042 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sat Aug 22 17:21:53 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138042: commit references a PR
Date: Sat, 22 Aug 2009 17:22:01 +0000 (UTC)

 marcus      2009-08-22 17:21:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/pidgin        Makefile 
     net-im/finch         Makefile 
   Log:
   Allow these ports to report the correct set of protocol modules.
   
   PR:             138042
   Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com>
   
   Revision  Changes    Path
   1.21      +2 -1      ports/net-im/finch/Makefile
   1.28      +2 -1      ports/net-im/pidgin/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:
