From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 30 10:50:02 2009 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 685BC106566B for ; Mon, 30 Nov 2009 10:50: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 25D378FC0A for ; Mon, 30 Nov 2009 10:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAUAo13r026114 for ; Mon, 30 Nov 2009 10:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAUAo1xY026103; Mon, 30 Nov 2009 10:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 30 Nov 2009 10:50:01 GMT Resent-Message-Id: <200911301050.nAUAo1xY026103@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, Mario Sergio Fujikawa Ferreira Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48E691065670 for ; Mon, 30 Nov 2009 10:49:40 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from goat.gigo.com (ipv6.gigo.com [IPv6:2001:470:1:18::2]) by mx1.freebsd.org (Postfix) with ESMTP id 327908FC08 for ; Mon, 30 Nov 2009 10:49:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by goat.gigo.com (Postfix) with ESMTP id DC69B7BC0 for ; Mon, 30 Nov 2009 02:49:39 -0800 (PST) Received: from goat.gigo.com ([127.0.0.1]) by localhost (vette.gigo.com [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id iSSvTh57pu+r for ; Mon, 30 Nov 2009 02:49:39 -0800 (PST) Received: from 189.74.179.33 (unknown [189.74.179.33]) by goat.gigo.com (Postfix) with ESMTPSA id 498837B40 for ; Mon, 30 Nov 2009 02:49:39 -0800 (PST) Received: (qmail 3137 invoked by uid 1001); 30 Nov 2009 08:49:30 -0200 Message-Id: <20091130104930.3103.qmail@exxodus.fedaykin.here> Date: 30 Nov 2009 08:49:30 -0200 From: Mario Sergio Fujikawa Ferreira To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: boris@tagnet.ru Subject: ports/141019: [PATCH] net-p2p/aMule: Uphold UPNP config knob 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, 30 Nov 2009 10:50:02 -0000 >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: