FreeBSD Bugzilla – Attachment 95506 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]
amule.diff
amule.diff (text/plain), 1.75 KB, created by
Boris Kovalenko
on 2009-04-27 05:13:51 UTC
(
hide
)
Description:
amule.diff
Filename:
MIME Type:
Creator:
Boris Kovalenko
Created:
2009-04-27 05:13:51 UTC
Size:
1.75 KB
patch
obsolete
>===> Generating patch >===> Viewing diff with more >diff -ruN --exclude=CVS /usr/ports/net-p2p/amule2.orig/Makefile /usr/ports/net-p2p/amule2/Makefile >--- /usr/ports/net-p2p/amule2.orig/Makefile 2009-04-06 17:23:22.000000000 +0600 >+++ /usr/ports/net-p2p/amule2/Makefile 2009-04-27 09:55:18.000000000 +0600 >@@ -7,7 +7,7 @@ > > PORTNAME= aMule > PORTVERSION= 2.2.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-p2p > MASTER_SITES= SF/amule > >@@ -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,12 +44,15 @@ > 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} >+.if !defined(NOPORTDOCS) > PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt \ > ED2K-Links.HOWTO INSTALL README TODO \ > amule-win32.HOWTO.txt amulesig.txt license.txt socks4.protocol >+.endif > > .include <bsd.port.pre.mk> > >@@ -123,6 +125,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 >@@ -130,4 +139,9 @@ > # Man pages management > .include "Makefile.man" > >+post-install: >+.if defined(NOPORTDOCS) >+ ${RM} -rf ${DOCSDIR} >+.endif >+ > .include <bsd.port.post.mk> >===> Done
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