From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 20 22:00:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F02916A469 for ; Mon, 20 Aug 2007 22:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F36E13C45E for ; Mon, 20 Aug 2007 22:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7KM014r034630 for ; Mon, 20 Aug 2007 22:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7KM01ZU034629; Mon, 20 Aug 2007 22:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 20 Aug 2007 22:00:01 GMT Resent-Message-Id: <200708202200.l7KM01ZU034629@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1705416A417 for ; Mon, 20 Aug 2007 21:59:06 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from m2a2.dyndns.org (f049010242.adsl.alicedsl.de [78.49.10.242]) by mx1.freebsd.org (Postfix) with ESMTP id BE7D213C4EF for ; Mon, 20 Aug 2007 21:59:05 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: by merlin.emma.line.org (Postfix, from userid 500) id 411A1C631; Mon, 20 Aug 2007 23:59:04 +0200 (CEST) Message-Id: <20070820215904.411A1C631@merlin.emma.line.org> Date: Mon, 20 Aug 2007 23:59:04 +0200 (CEST) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perlfu@gmail.com Subject: ports/115664: [PATCH] security/pidgin-otr: update to 3.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 22:00:02 -0000 >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@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: