aboutsummaryrefslogtreecommitdiff
path: root/net/dosdetector
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
committerAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
commit8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch)
tree1e9812bc2638933184cae2b226809eb69253bb9f /net/dosdetector
parentbe8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff)
downloadports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz
ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
Notes
Notes: svn path=/head/; revision=261230
Diffstat (limited to 'net/dosdetector')
-rw-r--r--net/dosdetector/Makefile4
-rw-r--r--net/dosdetector/files/patch-configure.in12
2 files changed, 14 insertions, 2 deletions
diff --git a/net/dosdetector/Makefile b/net/dosdetector/Makefile
index addd982eaf79..30f4a36b6f91 100644
--- a/net/dosdetector/Makefile
+++ b/net/dosdetector/Makefile
@@ -9,7 +9,7 @@
PORTNAME= dosdetector
PORTVERSION= 20060621
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://darkzone.ma.cx/resources/unix/dosdetector/
@@ -17,7 +17,7 @@ MAINTAINER= msciciel@dark-zone.eu
COMMENT= Detect suspicious network traffic
HAS_CONFIGURE= yes
-USE_AUTOTOOLS= autoheader:262
+USE_AUTOTOOLS= autoheader:267
PLIST_FILES= bin/dosdetector
MAN1= dosdetector.1
diff --git a/net/dosdetector/files/patch-configure.in b/net/dosdetector/files/patch-configure.in
new file mode 100644
index 000000000000..69a122279615
--- /dev/null
+++ b/net/dosdetector/files/patch-configure.in
@@ -0,0 +1,12 @@
+--- configure.in.orig 2005-05-14 18:34:06.000000000 +0000
++++ configure.in 2010-06-14 12:52:12.000000000 +0000
+@@ -25,4 +25,7 @@
+ [AC_MSG_ERROR([Require in.h header !])])
+-AC_CHECK_HEADER(netinet/ip.h,,
+- [AC_MSG_ERROR([Require ip.h header !])])
++dnl XXX: autoconf-2.64 is a bit more stringent in its checks requiring
++dnl XXX: hacks for headers that require other header to function
++dnl XXX: so disable this for now
++dnl AC_CHECK_HEADER(netinet/ip.h,,
++dnl [AC_MSG_ERROR([Require ip.h header !])])
+ AC_CHECK_HEADER(sys/socket.h,,