summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-08-19 23:15:23 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-08-19 23:15:23 +0000
commit6f9c7b0ec94234abb7cc5c53c0b4e839751412ca (patch)
tree1f4f196446041c8799bfb8ecc20a5d40d969cdf0 /net-analyzer/etherape/files
parentVersion bump #103064 by Christopher Culver. (diff)
downloadgentoo-2-6f9c7b0ec94234abb7cc5c53c0b4e839751412ca.tar.gz
gentoo-2-6f9c7b0ec94234abb7cc5c53c0b4e839751412ca.tar.bz2
gentoo-2-6f9c7b0ec94234abb7cc5c53c0b4e839751412ca.zip
version bump 0.9.3
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer/etherape/files')
-rw-r--r--net-analyzer/etherape/files/digest-etherape-0.9.11
-rw-r--r--net-analyzer/etherape/files/digest-etherape-0.9.31
-rw-r--r--net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch13
3 files changed, 14 insertions, 1 deletions
diff --git a/net-analyzer/etherape/files/digest-etherape-0.9.1 b/net-analyzer/etherape/files/digest-etherape-0.9.1
deleted file mode 100644
index 2f66bcdc1329..000000000000
--- a/net-analyzer/etherape/files/digest-etherape-0.9.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e38732c1bf8c451a1ff312086828e40b etherape-0.9.1.tar.gz 447092
diff --git a/net-analyzer/etherape/files/digest-etherape-0.9.3 b/net-analyzer/etherape/files/digest-etherape-0.9.3
new file mode 100644
index 000000000000..1e5edbdd3cbe
--- /dev/null
+++ b/net-analyzer/etherape/files/digest-etherape-0.9.3
@@ -0,0 +1 @@
+MD5 5597138a87013310ad418facd990a8c6 etherape-0.9.3.tar.gz 379537
diff --git a/net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch b/net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch
new file mode 100644
index 000000000000..02e034385a27
--- /dev/null
+++ b/net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch
@@ -0,0 +1,13 @@
+diff --exclude='*~' -Naur etherape-0.9.3.orig/configure.in etherape-0.9.3/configure.in
+--- etherape-0.9.3.orig/configure.in 2005-08-19 20:06:22.000000000 -0300
++++ etherape-0.9.3/configure.in 2005-08-19 20:07:57.000000000 -0300
+@@ -79,7 +79,8 @@
+
+ AC_CHECK_FUNC(res_mkquery, ,
+ AC_CHECK_LIB(bind, res_mkquery, ,
+- AC_CHECK_LIB(resolv, res_mkquery, , [AC_MSG_ERROR([No resolver library found])] )))
++ AC_CHECK_LIB(resolv, res_mkquery, ,
++ AC_CHECK_LIB(resolv, __res_mkquery, , [AC_MSG_ERROR([No resolver library found])] ))))
+ else
+ AC_CHECK_FUNC(gethostbyaddr_r, ,
+ AC_CHECK_LIB(bind, gethostbyaddr_r, ,