summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-07-29 11:38:55 +0200
committerJeroen Roovers <jer@gentoo.org>2020-07-29 11:44:59 +0200
commit407982e18b554dd91ce521982662840e3f7cae9f (patch)
tree0ae76fa2f90d59a1ec11b009af36582c3b510059 /net-analyzer/hydra/files
parentwww-client/vivaldi: Old (diff)
downloadgentoo-407982e18b554dd91ce521982662840e3f7cae9f.tar.gz
gentoo-407982e18b554dd91ce521982662840e3f7cae9f.tar.bz2
gentoo-407982e18b554dd91ce521982662840e3f7cae9f.zip
net-analyzer/hydra: Old
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/665942 Closes: https://bugs.gentoo.org/686420 Closes: https://bugs.gentoo.org/697580 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/hydra/files')
-rw-r--r--net-analyzer/hydra/files/hydra-8.0-configure.patch44
-rw-r--r--net-analyzer/hydra/files/hydra-8.4-configure.patch48
2 files changed, 0 insertions, 92 deletions
diff --git a/net-analyzer/hydra/files/hydra-8.0-configure.patch b/net-analyzer/hydra/files/hydra-8.0-configure.patch
deleted file mode 100644
index 3ab9989b6384..000000000000
--- a/net-analyzer/hydra/files/hydra-8.0-configure.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -66,8 +66,6 @@
- MYSQL_IPATH=""
- AFP_PATH=""
- AFP_IPATH=""
--NCP_PATH=""
--NCP_IPATH=""
- SVN_PATH=""
- SVN_IPATH=""
- APR_IPATH=""
-@@ -508,32 +506,6 @@
- fi
-
- echo "Checking for NCP (libncp.so / nwcalls.h) ..."
--for i in $LIBDIRS ; do
-- if [ "X" = "X$NCP_PATH" ]; then
-- if [ -f "$i/libncp.so" -o -f "$i/libncp.dylib" -o -f "$i/libncp.a" ]; then
-- NCP_PATH="$i"
-- fi
-- fi
-- if [ "X" = "X$NCP_PATH" ]; then
-- TMP_LIB=`/bin/ls $i/libncp.so.* 2> /dev/null | grep ncp.`
-- if [ -n "$TMP_LIB" ]; then
-- NCP_PATH="$i"
-- fi
-- fi
-- if [ "X" = "X$NCP_PATH" ]; then
-- TMP_LIB=`/bin/ls $i/libncp.dll* 2> /dev/null | grep ncp.`
-- if [ -n "$TMP_LIB" ]; then
-- NCP_PATH="$i"
-- fi
-- fi
--done
--for i in $INCDIRS ; do
-- if [ "X" != "X$NCP_PATH" ]; then
-- if [ -f "$i/ncp/nwcalls.h" ]; then
-- NCP_IPATH="$i"
-- fi
-- fi
--done
- if [ -n "$NCP_PATH" -a -n "$NCP_IPATH" ]; then
- echo " ... found"
- fi
diff --git a/net-analyzer/hydra/files/hydra-8.4-configure.patch b/net-analyzer/hydra/files/hydra-8.4-configure.patch
deleted file mode 100644
index ba99ff2acda4..000000000000
--- a/net-analyzer/hydra/files/hydra-8.4-configure.patch
+++ /dev/null
@@ -1,48 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -46,8 +46,6 @@
- MYSQL_IPATH=""
- AFP_PATH=""
- AFP_IPATH=""
--NCP_PATH=""
--NCP_IPATH=""
- SVN_PATH=""
- SVN_IPATH=""
- APR_IPATH=""
-@@ -679,36 +677,6 @@
- fi
-
- echo "Checking for NCP (libncp.so / nwcalls.h) ..."
--for i in $LIBDIRS ; do
-- if [ "X" = "X$NCP_PATH" ]; then
-- if [ -f "$i/libncp.so" -o -f "$i/libncp.dylib" -o -f "$i/libncp.a" ]; then
-- NCP_PATH="$i"
-- fi
-- fi
-- if [ "X" = "X$NCP_PATH" ]; then
-- TMP_LIB=`/bin/ls $i/libncp.so.* 2> /dev/null | grep ncp.`
-- if [ -n "$TMP_LIB" ]; then
-- NCP_PATH="$i"
-- fi
-- fi
-- if [ "X" = "X$NCP_PATH" ]; then
-- TMP_LIB=`/bin/ls $i/libncp.dll* 2> /dev/null | grep ncp.`
-- if [ -n "$TMP_LIB" ]; then
-- NCP_PATH="$i"
-- fi
-- fi
--done
--for i in $INCDIRS ; do
-- if [ "X" != "X$NCP_PATH" ]; then
-- if [ -f "$i/ncp/nwcalls.h" ]; then
-- NCP_IPATH="$i"
-- fi
-- fi
--done
--if [ "X" != "X$DEBUG" ]; then
-- echo DEBUG: NCP_PATH=$NCP_PATH/libncp
-- echo DEBUG: NCP_IPATH=$NCP_IPATH/ncp/nwcalls.h
--fi
- if [ -n "$NCP_PATH" -a -n "$NCP_IPATH" ]; then
- echo " ... found"
- fi