ports/138042: [PATCH] net-im/pidgin: Allow pidgin to set list of modules

Naram Qashat cyberbotx at cyberbotx.com
Fri Aug 21 18:10:01 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list