aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/amule
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-01-13 20:58:36 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-01-13 20:58:36 +0000
commit2eb84a7a059fb89765e1d2e0676b6649fe4d384c (patch)
tree0ab3646146acd5dfea61c57f28f979f6613d0336 /net-p2p/amule
parent8634eafdb93075a48cc744574b5ea40bec528073 (diff)
downloadports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.tar.gz
ports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.zip
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this.
Notes
Notes: svn path=/head/; revision=490211
Diffstat (limited to 'net-p2p/amule')
-rw-r--r--net-p2p/amule/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index 405ea245b1c7..1f61811cc5ef 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -3,7 +3,7 @@
PORTNAME= amule
PORTVERSION= 2.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION}
DISTNAME= aMule-${PORTVERSION}
@@ -33,7 +33,7 @@ CXXFLAGS+= `pkgconf --cflags-only-other libcryptopp`
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
OPTIONS_DEFINE= ALC ALCC AMULECMD AMULEDAEMON AMULEGUI CAS DEBUG DOCS ED2K \
- FILEVIEW GEOIP MMAP MONOLITHIC NLS UPNP \
+ FILEVIEW MMAP MONOLITHIC NLS UPNP \
WEBSERVER WXCAS XAS
ALC_DESC= Compile aMule Link Creator for GUI
ALCC_DESC= Compile aMule Link Creator for console
@@ -79,9 +79,6 @@ ED2K_CONFIGURE_OFF= --disable-ed2k
FILEVIEW_CONFIGURE_ON= --enable-fileview
-GEOIP_CONFIGURE_ON= --enable-geoip
-GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
-
MMAP_CONFIGURE_ON= --enable-mmap
MONOLITHIC_CONFIGURE_OFF= --disable-monolithic