FreeBSD Bugzilla – Attachment 95507 Details for
Bug 133901
[PATCH] net-p2p/amule2: Add WITH_UPNP knob to "Enable Universal Plug and Play support"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
amule2.diff
amule2.diff (text/plain), 983 bytes, created by
Boris Kovalenko
on 2009-05-21 15:53:34 UTC
(
hide
)
Description:
amule2.diff
Filename:
MIME Type:
Creator:
Boris Kovalenko
Created:
2009-05-21 15:53:34 UTC
Size:
983 bytes
patch
obsolete
>--- Makefile.orig 2009-04-26 13:00:46.000000000 +0600 >+++ Makefile 2009-05-21 20:53:10.000000000 +0600 >@@ -7,7 +7,7 @@ > > PORTNAME= aMule > PORTVERSION= 2.2.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-p2p > MASTER_SITES= SF/amule > >@@ -45,7 +45,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 +124,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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133901
:
95505
|
95506
| 95507