mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update oidentd to 2.0.7
This commit is contained in:
parent
0bf9357705
commit
02d2f637e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84883
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (oidentd-2.0.6.tar.gz) = d60cc57459fb89c19854ff974c383456
|
||||
MD5 (oidentd-2.0.7.tar.gz) = cf1c017496b066b45ffe3d7a303fd6ad
|
||||
|
33
security/oidentd/files/patch-configure
Normal file
33
security/oidentd/files/patch-configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user