From owner-freebsd-ports Thu May 9 9:44:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from Www.HCRC.edu.tw (www.HCRC.edu.tw [163.28.64.11]) by hub.freebsd.org (Postfix) with ESMTP id B13F637B411 for ; Thu, 9 May 2002 09:43:52 -0700 (PDT) Received: from Www.HCRC.edu.tw (localhost [127.0.0.1]) by Www.HCRC.edu.tw (8.12.3/8.12.3) with ESMTP id g49GhpPG041504 for ; Fri, 10 May 2002 00:43:51 +0800 (CST) Received: (from root@localhost) by Www.HCRC.edu.tw (8.12.3/8.12.3/Submit) id g49Ghpts041498 for ports@FreeBSD.ORG.procmail; Fri, 10 May 2002 00:43:51 +0800 (CST) Received: from Terry.Dorm11.NCTU.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by Www.HCRC.edu.tw (8.12.3/8.12.3) with ESMTP id g49GhnPG041492; Fri, 10 May 2002 00:43:50 +0800 (CST) Received: from Terry.Dorm11.NCTU.edu.tw (ijliao@localhost [127.0.0.1]) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3) with ESMTP id g49GjG1M061702; Fri, 10 May 2002 00:45:16 +0800 (CST) (envelope-from ijliao@Terry.Dorm11.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3/Submit) id g49GjFG1061701; Fri, 10 May 2002 00:45:15 +0800 (CST) Date: Fri, 10 May 2002 00:45:15 +0800 From: Ying-Chieh Liao To: Jason Glick Cc: ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: xinetd 2.3.4 in ports? Message-ID: <20020509164515.GA60318@terry.dragon2.net> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nVMJ2NtxeReIH9PS" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --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 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