aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/dsniff/dsniff-xcompile.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /unmaintained/dsniff/dsniff-xcompile.patch
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'unmaintained/dsniff/dsniff-xcompile.patch')
-rw-r--r--unmaintained/dsniff/dsniff-xcompile.patch56
1 files changed, 56 insertions, 0 deletions
diff --git a/unmaintained/dsniff/dsniff-xcompile.patch b/unmaintained/dsniff/dsniff-xcompile.patch
new file mode 100644
index 0000000000..e282a268dd
--- /dev/null
+++ b/unmaintained/dsniff/dsniff-xcompile.patch
@@ -0,0 +1,56 @@
+--- dsniff-2.3.org/configure 2014-08-12 23:09:56.696284744 +0200
++++ dsniff-2.3/configure 2014-08-12 23:21:46.476285867 +0200
+@@ -3035,11 +3035,7 @@
+ ;;
+ esac
+ else
+- if test -f ${prefix}/include/pcap.h; then
+- PCAPINC="-I${prefix}/include"
+- PCAPLIB="-L${prefix}/lib -lpcap"
+- elif test -f /usr/include/pcap/pcap.h; then
+- PCAPINC="-I/usr/include/pcap"
++ if true ; then
+ PCAPLIB="-lpcap"
+ elif test -f /usr/include/pcap.h; then
+ PCAPLIB="-lpcap"
+@@ -3083,12 +3079,7 @@
+ ;;
+ esac
+ else
+- if test -f ${prefix}/include/libnet.h; then
+- CFLAGS="$CFLAGS `${prefix}/bin/libnet-config --defines`"
+- LNETINC="-I${prefix}/include"
+- LNETLIB="-L${prefix}/lib -lnet"
+- elif test -f /usr/include/libnet.h; then
+- CFLAGS="$CFLAGS `libnet-config --defines`"
++ if true ; then
+ LNETLIB="-lnet"
+ else
+ echo "$ac_t""no" 1>&6
+@@ -3128,10 +3119,7 @@
+ ;;
+ esac
+ else
+- if test -f ${prefix}/include/nids.h; then
+- NIDSINC="-I${prefix}/include"
+- NIDSLIB="-L${prefix}/lib -lnids"
+- elif test -f /usr/include/nids.h; then
++ if true; then
+ NIDSLIB="-lnids"
+ else
+ echo "$ac_t""no" 1>&6
+@@ -3193,13 +3181,7 @@
+ ;;
+ esac
+ else
+- if test -f ${prefix}/include/openssl/ssl.h; then
+- SSLINC="-I${prefix}/include"
+- SSLLIB="-L${prefix}/lib -lssl -lcrypto"
+- elif test -f ${prefix}/ssl/include/openssl/ssl.h; then
+- SSLINC="-I${prefix}/ssl/include"
+- SSLLIB="-L${prefix}/ssl/lib -lssl -lcrypto"
+- elif test -f /usr/include/openssl/ssl.h; then
++ if true ; then
+ SSLLIB="-lssl -lcrypto"
+ else
+ echo "$ac_t""no" 1>&6