ports/86670: [PATCH] net/centericq: add option to enable PGP encryption for Jabber

Stefan Walter sw at gegenunendlich.de
Wed Sep 28 14:30:15 UTC 2005


>Number:         86670
>Category:       ports
>Synopsis:       [PATCH] net/centericq: add option to enable PGP encryption for Jabber
>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:   Wed Sep 28 14:30:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Sep 27 12:45:29 CEST 2005
>Description:
Add an option and appropriate LIB_DEPENDS to enable/disable PGP encryption of
Jabber messages.

Port maintainer (clsung at FreeBSD.org) is cc'd.

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

--- centericq-4.21.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/cvs/FreeBSD/ports/net/centericq/Makefile,v
retrieving revision 1.101
diff -u -u -r1.101 Makefile
--- Makefile	3 Sep 2005 05:56:30 -0000	1.101
+++ Makefile	28 Sep 2005 14:07:29 -0000
@@ -34,6 +34,7 @@
 		AIM		"Support for AOL's Instant Messenger Protocol" off \
 		IRC		"Support for IRC Protocol" off \
 		JABBER		"Support for Jabber Protocol" off \
+		GPGME		"Support for PGP encrypted Jabber messages" on \
 		RSS		"Support for RSS" off \
 		LJ		"Support for LiveJournal" off \
 		GG		"Support for Gadu-Gadu Protocol" off
@@ -81,6 +82,13 @@
 
 .if !defined(WITH_JABBER)
 CONFIGURE_ARGS+=	--disable-jabber
+.else
+.if !defined(WITH_GPGME)
+CONFIGURE_ARGS+=	--without-gpgme
+.else
+LIB_DEPENDS+=		gpgme.14:${PORTSDIR}/security/gpgme
+CONFIGURE_ARGS+=	--with-gpgme=${LOCALBASE}
+.endif
 .endif
 
 .if !defined(WITH_RSS)
--- centericq-4.21.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list