ports/115664: [PATCH] security/pidgin-otr: update to 3.1.0

Matthias Andree matthias.andree at gmx.de
Mon Aug 20 22:00:02 UTC 2007


>Number:         115664
>Category:       ports
>Synopsis:       [PATCH] security/pidgin-otr: update to 3.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 22:00:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 6.2-STABLE FreeBSD 6.2-STABLE #1: Thu Aug 16 01:42:37 CEST 2007
>Description:
- Update to 3.1.0
- Support NLS and WITHOUT_NLS
- Switch to gmake to overcome compile failures.

Port maintainer (perlfu at gmail.com) is cc'd.

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

--- pidgin-otr-3.1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/pidgin-otr/Makefile /usr/home/emma/ports/security/pidgin-otr/Makefile
--- /usr/ports/security/pidgin-otr/Makefile	2007-08-04 23:45:39.000000000 +0200
+++ /usr/home/emma/ports/security/pidgin-otr/Makefile	2007-08-20 23:50:58.000000000 +0200
@@ -7,10 +7,9 @@
 #
 
 PORTNAME=	otr
-PORTVERSION=	3.0.1
-PORTREVISION=	1
+PORTVERSION=	3.1.0
 CATEGORIES=	security net
-MASTER_SITES=	http://www.cyberdyne.org/~icebrkr/files/
+MASTER_SITES=	http://www.cypherpunks.ca/otr/
 PKGNAMEPREFIX=	pidgin-
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 
@@ -24,12 +23,21 @@
 
 USE_XLIB=	yes
 GNU_CONFIGURE=	yes
+USE_GMAKE=	yes
 
 CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 CONFIGURE_ARGS=	--with-libotr-prefix=${LOCALBASE}/lib \
 		--with-libotr-inc-prefix=${LOCALBASE}/include
 
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.else
+CONFIGURE_ARGS+=	--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
 
diff -ruN --exclude=CVS /usr/ports/security/pidgin-otr/distinfo /usr/home/emma/ports/security/pidgin-otr/distinfo
--- /usr/ports/security/pidgin-otr/distinfo	2007-06-18 13:07:42.000000000 +0200
+++ /usr/home/emma/ports/security/pidgin-otr/distinfo	2007-08-20 23:52:27.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (pidgin-otr-3.0.1.tar.gz) = 826975e987418d2b3b3f8561a6c25467
-SHA256 (pidgin-otr-3.0.1.tar.gz) = 38b128909395f98b53c63868351a8d18a7ec6949631aaa6d3e54f928894ed80f
-SIZE (pidgin-otr-3.0.1.tar.gz) = 571630
+MD5 (pidgin-otr-3.1.0.tar.gz) = f4ca8bc228069616d4c8fa9288af6bb5
+SHA256 (pidgin-otr-3.1.0.tar.gz) = 429f68931e63bfaedce7201e7039ee1fa3ef23f6f2abb890794fc0593a26a2d0
+SIZE (pidgin-otr-3.1.0.tar.gz) = 403637
diff -ruN --exclude=CVS /usr/ports/security/pidgin-otr/pkg-plist /usr/home/emma/ports/security/pidgin-otr/pkg-plist
--- /usr/ports/security/pidgin-otr/pkg-plist	2007-06-18 13:07:42.000000000 +0200
+++ /usr/home/emma/ports/security/pidgin-otr/pkg-plist	2007-08-20 23:50:50.000000000 +0200
@@ -1,3 +1,7 @@
 lib/pidgin/pidgin-otr.la
 lib/pidgin/pidgin-otr.so
 @dirrmtry lib/pidgin
+%%NLS%%share/locale/es/LC_MESSAGES/pidgin-otr.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/pidgin-otr.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/pidgin-otr.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/pidgin-otr.mo
--- pidgin-otr-3.1.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list