summaryrefslogtreecommitdiff
path: root/net/ntop/files/patch-configure.in
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-21 14:22:17 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-21 14:22:17 +0000
commitdd1112a2b0969cbefc68c8e7a2657b35c7d23e02 (patch)
treec2e1247ae398f1f3cb25e16c3df9da2d46dc768d /net/ntop/files/patch-configure.in
parentnet-mgmt/collectd5: remove optional dependency on expired multimedia/xmms (diff)
Remove expired ports:
2018-12-19 net/ntop: Broken for more than 6 months 2018-12-19 textproc/ots: Broken for more than 6 months 2018-12-20 x11/xdialog: Uses obsolete glib12 2018-12-20 net/netdude: Uses obsolete glib12 2018-12-20 japanese/jmode-skk: Uses obsolete glib12 2018-12-20 print/gsview: Uses obsolete glib12 2018-12-20 x11/dgs: Uses obsolete glib12 2018-12-20 japanese/jmode: Uses obsolete glib12 2018-12-20 multimedia/xmms: Uses obsolete glib12
Notes
Notes: svn path=/head/; revision=488006
Diffstat (limited to 'net/ntop/files/patch-configure.in')
-rw-r--r--net/ntop/files/patch-configure.in47
1 files changed, 0 insertions, 47 deletions
diff --git a/net/ntop/files/patch-configure.in b/net/ntop/files/patch-configure.in
deleted file mode 100644
index 780a4b50083c..000000000000
--- a/net/ntop/files/patch-configure.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- configure.in.orig 2012-08-13 04:35:26.000000000 -0300
-+++ configure.in 2013-01-09 13:11:12.000000000 -0200
-@@ -560,7 +560,7 @@
- test -d ${TMP_ROOT} &&
- test -r ${TMP_ROOT}/libpcap.a; then
- PCAP_ROOT=${TMP_ROOT}
-- CORELIBS="${CORELIBS} -L${TMP_ROOT} -L${HOME}/PF_RING/userland/lib -lpfring -lpcap "
-+ CORELIBS="${CORELIBS}-L${TMP_ROOT}-L${HOME}/PF_RING/userland/lib -lpfring -lpcap "
- INCS="${INCS} -I ${PCAP_ROOT}"
- AC_MSG_RESULT([found in $PCAP_ROOT])
- elif test ".${PCAP_ROOT}" != .; then
-@@ -568,7 +568,7 @@
- test -r $PCAP_ROOT/lib/libpcap.a &&
- test -r $PCAP_ROOT/include/pcap.h; then
- PCAP_ROOT=`cd ${PCAP_ROOT} && pwd`
-- CORELIBS="${CORELIBS} -L ${PCAP_ROOT}/lib -lpcap"
-+ CORELIBS="${CORELIBS}-L${PCAP_ROOT}/lib -lpcap"
- INCS="${INCS} -I ${PCAP_ROOT}/include"
- AC_MSG_RESULT([found in $PCAP_ROOT])
- else
-@@ -584,7 +584,7 @@
- test -r /usr/local/lib/libpcap.a &&
- test -r /usr/local/include/pcap.h; then
- PCAP_ROOT="/usr/local"
-- CORELIBS="${CORELIBS} -L$PCAP_ROOT/lib -lpcap"
-+ CORELIBS="${CORELIBS}-L$PCAP_ROOT/lib -lpcap"
- INCS="${INCS} -I$PCAP_ROOT/include"
- AC_MSG_RESULT([found in $PCAP_ROOT])
- dnl>
-@@ -1744,8 +1744,6 @@
- else
- if test -f "3rd_party/GeoLiteCity.dat.gz"; then
- cp 3rd_party/GeoLiteCity.dat.gz .
-- else
-- wget http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
- fi
-
- gunzip GeoLiteCity.dat.gz
-@@ -1758,8 +1756,6 @@
- else
- if test -f "3rd_party/GeoIPASNum.dat.gz"; then
- cp 3rd_party/GeoIPASNum.dat.gz .
-- else
-- wget http://www.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
- fi
-
- gunzip GeoIPASNum.dat.gz