aboutsummaryrefslogtreecommitdiff
path: root/security/oidentd
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-14 16:15:05 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-14 16:15:05 +0000
commit02d2f637e8d5648abf0cb39f707a0637113f23eb (patch)
tree58de8806a136a6ded0b53ce2097c7f7faa93edb0 /security/oidentd
parent0bf9357705cf69cb3dc1b2de09313a9d21a2fe7d (diff)
downloadports-02d2f637e8d5648abf0cb39f707a0637113f23eb.tar.gz
ports-02d2f637e8d5648abf0cb39f707a0637113f23eb.zip
Update oidentd to 2.0.7
Notes
Notes: svn path=/head/; revision=84883
Diffstat (limited to 'security/oidentd')
-rw-r--r--security/oidentd/Makefile4
-rw-r--r--security/oidentd/distinfo2
-rw-r--r--security/oidentd/files/patch-configure33
3 files changed, 36 insertions, 3 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile
index 1f05634c09de..3488db83cb78 100644
--- a/security/oidentd/Makefile
+++ b/security/oidentd/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= oidentd
-PORTVERSION= 2.0.6
+PORTVERSION= 2.0.7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ojnk
-MAINTAINER= oliver@freebsd.org
+MAINTAINER= oliver@FreeBSD.org
COMMENT= Ident server that supports user-defined ident strings
USE_GMAKE= yes
diff --git a/security/oidentd/distinfo b/security/oidentd/distinfo
index a95ec46891b9..cd8ad59303e5 100644
--- a/security/oidentd/distinfo
+++ b/security/oidentd/distinfo
@@ -1 +1 @@
-MD5 (oidentd-2.0.6.tar.gz) = d60cc57459fb89c19854ff974c383456
+MD5 (oidentd-2.0.7.tar.gz) = cf1c017496b066b45ffe3d7a303fd6ad
diff --git a/security/oidentd/files/patch-configure b/security/oidentd/files/patch-configure
new file mode 100644
index 000000000000..9bdfaaceca60
--- /dev/null
+++ b/security/oidentd/files/patch-configure
@@ -0,0 +1,33 @@
+--- configure.orig Fri Jul 11 17:50:57 2003
++++ configure Mon Jul 14 17:32:58 2003
+@@ -3597,7 +3597,7 @@
+
+ echo "$as_me:$LINENO: checking for egrep" >&5
+ echo $ECHO_N "checking for egrep... $ECHO_C" >&6
+-if test "${ac_cv_prog_egrep+set}" = set; then
++if test "${ac_cv_prog_egrep+set}" = set ; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ if echo a | (grep -E '(a|b)') >/dev/null 2>&1
+@@ -3858,6 +3858,9 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++#include <sys/socket.h>
++#include <net/if.h>
++#include <netinet/in.h>
+ #include <$ac_header>
+ _ACEOF
+ rm -f conftest.$ac_objext
+@@ -5478,6 +5481,11 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++#include <sys/socket.h>
++#include <net/if.h>
++#include <netinet/in.h>
++#include <netinet/ip_compat.h>
++#include <netinet/ip_fil.h>
+ #include <netinet/ip_nat.h>
+ _ACEOF
+ rm -f conftest.$ac_objext