Skip site navigation (1)Skip section navigation (2)
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:   ports/138042: [PATCH] net-im/pidgin: Allow pidgin to set list of modules
Message-ID:  <200908211801.n7LI17AJ000120@kirby.cyberbotx.com>
Resent-Message-ID: <200908211810.n7LIA02e011774@freefall.freebsd.org>

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

>Number:         138042
>Category:       ports
>Synopsis:       [PATCH] net-im/pidgin: Allow pidgin to set list of modules
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 21 18:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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