1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Upgrade to 2.3.9, and fix broken on -current.

PR:		ports/44040
Submitted by:	Jens Rehsack <rehsack@liwing.de>
This commit is contained in:
Vanilla I. Shu 2002-10-16 01:39:17 +00:00
parent 7aacf7a37e
commit ce90a019f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68131
4 changed files with 31 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= xinetd
PORTVERSION= 2.3.8
PORTVERSION= 2.3.9
PORTREVISION= 0
CATEGORIES= security
MASTER_SITES= http://www.xinetd.org/
@ -21,6 +21,12 @@ CONFIGURE_ARGS+= --with-loadavg --with-libwrap
MAN5= xinetd.conf.5
MAN8= xconv.8 xinetd.8 xinetd.log.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500029
EXTRA_PATCHES!= ${ECHO_CMD} ${PKGDIR}/files.5/patch-*
.endif
post-patch:
${FIND} ${WRKSRC}/libs/src -name Makefile.in | ${XARGS} \
${PERL} -pi -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!'
@ -35,4 +41,4 @@ post-install:
fi
@${STRIP_CMD} ${PREFIX}/sbin/xinetd
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (xinetd-2.3.8.tar.gz) = 70b5270bb717014d38e024c154301547
MD5 (xinetd-2.3.9.tar.gz) = d879f6e19468f92abecf2cec7e21e246

View File

@ -0,0 +1,11 @@
--- xinetd/reconfig.c.orig Wed Oct 16 09:22:22 2002
+++ xinetd/reconfig.c Wed Oct 16 09:24:09 2002
@@ -23,6 +23,8 @@
#endif
#include <rpc/types.h>
#include <rpc/xdr.h>
+ #include <rpc/auth.h>
+ #include <rpc/clnt.h>
#include <rpc/pmap_clnt.h>
#endif
#include <rpc/rpc.h>

View File

@ -0,0 +1,11 @@
--- xinetd/service.c.orig Wed Oct 16 09:25:06 2002
+++ xinetd/service.c Wed Oct 16 09:25:26 2002
@@ -31,6 +31,8 @@
#endif
#include <rpc/types.h>
#include <rpc/xdr.h>
+ #include <rpc/auth.h>
+ #include <rpc/clnt.h>
#include <rpc/pmap_clnt.h>
#endif
#include <rpc/rpc.h>