From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 22 01: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 9CB411065677 for ; Wed, 22 Apr 2009 01: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 71CB38FC14 for ; Wed, 22 Apr 2009 01:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3M1o1XC021011 for ; Wed, 22 Apr 2009 01: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 n3M1o1F8021010; Wed, 22 Apr 2009 01:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 22 Apr 2009 01:50:01 GMT Resent-Message-Id: <200904220150.n3M1o1F8021010@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 2A9BB106564A for ; Wed, 22 Apr 2009 01:43:29 +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 124478FC14 for ; Wed, 22 Apr 2009 01:43:29 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from localhost (localhost [127.0.0.1]) by goat.gigo.com (Postfix) with ESMTP id C64586064 for ; Tue, 21 Apr 2009 18:43:28 -0700 (PDT) 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 EPhUMzXyUa0K for ; Tue, 21 Apr 2009 18:43:28 -0700 (PDT) Received: from 201.40.48.118 (201-40-48-118.bsace702.dsl.brasiltelecom.net.br [201.40.48.118]) by goat.gigo.com (Postfix) with ESMTPA id E54B65C20 for ; Tue, 21 Apr 2009 18:43:27 -0700 (PDT) Received: (qmail 24753 invoked by uid 1001); 21 Apr 2009 22:37:30 -0300 Message-Id: <20090422013730.24743.qmail@exxodus.fedaykin.here> Date: 21 Apr 2009 22:37:30 -0300 From: Mario Sergio Fujikawa Ferreira To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: boris@tagnet.ru Subject: ports/133901: [PATCH] net-p2p/aMule: Add WITH_UPNP knob to "Enable Universal Plug and Play support" 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: Wed, 22 Apr 2009 01:50:02 -0000 >Number: 133901 >Category: ports >Synopsis: [PATCH] net-p2p/aMule: Add WITH_UPNP knob to "Enable Universal Plug and Play support" >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 Apr 22 01:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 7.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD exxodus.fedaykin.here 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #79: Sun Apr 19 04:18:52 BRT 2009 >Description: - Add WITH_UPNP knob to "Enable Universal Plug and Play support" This follows the recent update to the port devel/upnp to version 1.6.6 Port maintainer (boris@tagnet.ru) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- aMule-2.2.4_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-p2p/amule2/Makefile,v retrieving revision 1.27 diff -d -u -u -r1.27 Makefile --- Makefile 6 Apr 2009 11:23:22 -0000 1.27 +++ Makefile 22 Apr 2009 01:35:34 -0000 @@ -31,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}" \ @@ -45,7 +44,8 @@ ALC "Compile aMule Link Creator (+GUI)" on \ AMULEDAEMON "Compile aMule daemon version - EXPERIMENTAL" off \ WXUNICODE "Enable Unicode support" on \ - GEOIP "Enable GeoIP IP2Country support" off + GEOIP "Enable GeoIP IP2Country support" off \ + UPNP "Enable Universal Plug and Play support" off DOCSDIR= ${PREFIX}/share/doc/aMule-${PORTVERSION} PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt \ @@ -123,6 +123,13 @@ CONFIGURE_ARGS+= --disable-geoip .endif +.if defined(WITH_UPNP) +CONFIGURE_ARGS+= --with-libupnp-prefix=${LOCALBASE} +LIB_DEPENDS+= upnp.3:${PORTSDIR}/devel/upnp +.else +CONFIGURE_ARGS+= --disable-upnp +.endif + .if !defined(WITHOUT_WXUNICODE) WX_UNICODE=yes .endif --- aMule-2.2.4_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: