Date: 30 Nov 2009 08:49:30 -0200 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: boris@tagnet.ru Subject: ports/141019: [PATCH] net-p2p/aMule: Uphold UPNP config knob Message-ID: <20091130104930.3103.qmail@exxodus.fedaykin.here> Resent-Message-ID: <200911301050.nAUAo1xY026103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141019 >Category: ports >Synopsis: [PATCH] net-p2p/aMule: Uphold UPNP config knob >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: Mon Nov 30 10:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 8.0-PRERELEASE i386 >Organization: >Environment: System: FreeBSD exxodus.fedaykin.here 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #5: Mon Nov 23 04:16:46 BRST 2009 >Description: - Remove --disable-upnp from CONFIGURE_ARGS since this is now regulated by UPNP config knob - Bump PORTREVISION since UPNP config knob was not being upheld Port maintainer (boris@tagnet.ru) is cc'd. >How-To-Repeat: >Fix: --- aMule-2.2.6_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-p2p/amule2/Makefile,v retrieving revision 1.33 diff -d -u -u -r1.33 Makefile --- Makefile 29 Sep 2009 01:06:34 -0000 1.33 +++ Makefile 30 Nov 2009 10:13:36 -0000 @@ -7,6 +7,7 @@ PORTNAME= aMule PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} @@ -30,7 +31,6 @@ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ --with-crypto-prefix=${LOCALBASE} \ - --disable-upnp \ --with-denoise-level=0 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ --- aMule-2.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?20091130104930.3103.qmail>