diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-15 00:15:05 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-15 00:15:05 +0800 |
commit | bebfdcf10f40e48d5ae3c1f16e900ae175e34901 (patch) | |
tree | 5cc926bbf2ef4fc345cc4b9d216eb94b00d0f946 /security/oidentd | |
parent | c15bd1e91fdfcba8426044b097a256bec39f5a9d (diff) | |
download | freebsd-ports-gnome-bebfdcf10f40e48d5ae3c1f16e900ae175e34901.tar.gz freebsd-ports-gnome-bebfdcf10f40e48d5ae3c1f16e900ae175e34901.tar.zst freebsd-ports-gnome-bebfdcf10f40e48d5ae3c1f16e900ae175e34901.zip |
Update oidentd to 2.0.7
Diffstat (limited to 'security/oidentd')
-rw-r--r-- | security/oidentd/Makefile | 4 | ||||
-rw-r--r-- | security/oidentd/distinfo | 2 | ||||
-rw-r--r-- | security/oidentd/files/patch-configure | 33 |
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 |