Date: Fri, 10 May 2002 00:45:15 +0800 From: Ying-Chieh Liao <ijliao@FreeBSD.ORG> To: Jason Glick <jason@spec.org> Cc: ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: xinetd 2.3.4 in ports? Message-ID: <20020509164515.GA60318@terry.dragon2.net> In-Reply-To: <Pine.LNX.4.44.0205091126290.27273-100000@pro.spec.org> References: <Pine.LNX.4.44.0205091126290.27273-100000@pro.spec.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--nVMJ2NtxeReIH9PS Content-Type: multipart/mixed; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline --SUOF0GtieIMvvwua Content-Type: text/plain; charset=big5 Content-Disposition: inline On Thu, May 09, 2002 at 11:34:15 -0400, Jason Glick wrote: > I know you folks are busy as bees, but xinetd 2.3.4 has been released > since Mar-2002 and includes many enhancements and bug fixes over 2.3.3 > (the latest version in your ports collection). Any idea when 2.3.4 will > be available via the ports...? Thank you, why bothering asami@ ? vanilla@ is the port maintainer :) btw, here's my patch (attached) ps. dont forge to remove files/patch-af -- Pi seconds is a nanocentury. --- Tom Duff --SUOF0GtieIMvvwua Content-Type: text/plain; charset=big5 Content-Disposition: attachment; filename=ggyy Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/xinetd/Makefile,v retrieving revision 1.35 diff -u -r1.35 Makefile --- Makefile 1 Sep 2001 02:33:41 -0000 1.35 +++ Makefile 9 May 2002 16:39:50 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xinetd -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= security MASTER_SITES= http://www.xinetd.org/ @@ -22,16 +22,14 @@ MAN8= xinetd.8 xinetd.log.8 post-patch: -.for dir in sio str misc xlog pset pq timer - ${PERL} -pi -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!' \ - ${WRKSRC}/libs/src/${dir}/Makefile.in -.endfor + ${FIND} ${WRKSRC}/libs/src -name Makefile.in | ${XARGS} \ + ${PERL} -pi -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!' post-install: @if [ ! -f ${PREFIX}/etc/rc.d/xinetd.sh ]; then \ - ${ECHO} "Install ${PREFIX}/etc/rc.d/xinetd.sh startup file."; \ + ${ECHO_CMD} "Install ${PREFIX}/etc/rc.d/xinetd.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/xinetd.sh ${PREFIX}/etc/rc.d/xinetd.sh; \ fi - strip ${PREFIX}/sbin/xinetd + @${STRIP_CMD} ${PREFIX}/sbin/xinetd .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/xinetd/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 1 Sep 2001 02:33:41 -0000 1.17 +++ distinfo 9 May 2002 16:39:50 -0000 @@ -1 +1 @@ -MD5 (xinetd-2.3.3.tar.gz) = 6bbf329e3c101fbd25b68fa933250d74 +MD5 (xinetd-2.3.4.tar.gz) = 8f7ac612910aaf811c4554f4ab40fd65 Index: files/patch-ad =================================================================== RCS file: /home/ncvs/ports/security/xinetd/files/patch-ad,v retrieving revision 1.3 diff -u -r1.3 patch-ad --- files/patch-ad 12 Nov 2000 02:45:08 -0000 1.3 +++ files/patch-ad 9 May 2002 16:39:50 -0000 @@ -1,11 +1,11 @@ ---- configure.orig Wed Aug 16 01:32:49 2000 -+++ configure Sat Nov 11 14:48:08 2000 -@@ -1970,7 +1970,7 @@ - fi - +--- configure.orig Fri May 10 00:24:38 2002 ++++ configure Fri May 10 00:25:20 2002 +@@ -7096,7 +7096,7 @@ + echo "${ECHO_T}no" >&6 + fi; ;; -linux*) +linux*|freebsd*) - echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6 - echo "configure:1976: checking for main in -lcrypt" >&5 - ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'` + + echo "$as_me:$LINENO: checking for main in -lcrypt" >&5 + echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6 --SUOF0GtieIMvvwua-- --nVMJ2NtxeReIH9PS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE82qebrMYBZRHAI4IRAgtTAKDv5pe2NkhD0FUGy3oUZS6BSOcSBQCeMgHM gJEyUkf4OIoE0A9ENrTreeY= =iZZS -----END PGP SIGNATURE----- --nVMJ2NtxeReIH9PS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020509164515.GA60318>