Index: head/sysutils/tcplist/Makefile =================================================================== --- head/sysutils/tcplist/Makefile (revision 6290) +++ head/sysutils/tcplist/Makefile (revision 6291) @@ -1,28 +1,28 @@ # ex:ts=8 # Ports collection makefile for: tcplist # Version required: 2.1 # Date created: Mon Apr 14, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id$ +# $Id: Makefile,v 1.2 1997/04/24 16:31:42 obrien Exp $ # -DISTNAME= tcplist-2.1 +DISTNAME= tcplist-2.2 CATEGORIES= sysutils net MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/tcplist/ \ ftp://ftp.ece.uc.edu/pub/sun-faq/FAQs/mirrors/ftp.cdf.toronto.edu/tcplist/ \ ftp://ftp.informatik.uni-hamburg.de/pub/os/sun/sun-faq/FAQs/mirrors/ftp.cdf.toronto.edu/tcplist/ EXTRACT_SUFX= .shar.gz MAINTAINER= obrien@NUXI.com RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh NO_WRKSUBDIR= yes INSTALL_TARGET= install install.man MAN1= tcplist.1 .include Property changes on: head/sysutils/tcplist/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/tcplist/distinfo =================================================================== --- head/sysutils/tcplist/distinfo (revision 6290) +++ head/sysutils/tcplist/distinfo (revision 6291) @@ -1 +1 @@ -MD5 (tcplist-2.1.shar.gz) = 1563b70141821d06bc17e5e3c2856b87 +MD5 (tcplist-2.2.shar.gz) = 3e6c9da0b6037c779ec1da71aa61887b Property changes on: head/sysutils/tcplist/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/tcplist/files/patch-02 =================================================================== --- head/sysutils/tcplist/files/patch-02 (revision 6290) +++ head/sysutils/tcplist/files/patch-02 (nonexistent) @@ -1,28 +0,0 @@ ---- tcplist.c.orig Tue Apr 15 00:28:29 1997 -+++ tcplist.c Tue Apr 15 00:31:40 1997 -@@ -37,6 +37,10 @@ - #include - #include - -+#if ((defined(__unix__) || defined(unix)) && !defined(USG)) -+#include -+#endif -+ - #include "utils.h" - #include "tcplist.h" - -@@ -346,10 +350,14 @@ - - if(verbose) printf("Connecting to remote hosts.\n"); - -+#if (defined(BSD) && (BSD >= 199103)) -+ maxfd=getdtablesize(); /* could also use getrlimit(2) here... */ -+#else - if(0>(maxfd=ulimit(4,0l))){ - perror("ulimit"); - exit(2); - } -+#endif - - /* waltz through the connections in the hostlist, setting idents */ - /* to NULL */ Property changes on: head/sysutils/tcplist/files/patch-02 ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property