From owner-freebsd-ports Wed Jan 24 11:41: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39B0837B699 for ; Wed, 24 Jan 2001 11:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OJe3A81572; Wed, 24 Jan 2001 11:40:03 -0800 (PST) (envelope-from gnats) Received: from rodan.randomnetworks.com (unknown [130.86.77.19]) by hub.freebsd.org (Postfix) with ESMTP id CCFA737B401 for ; Wed, 24 Jan 2001 11:38:55 -0800 (PST) Received: (from scottj@localhost) by rodan.randomnetworks.com (8.11.1/8.11.1) id f0OJa7g06343; Wed, 24 Jan 2001 11:36:07 -0800 (PST) (envelope-from scottj) Message-Id: <200101241936.f0OJa7g06343@rodan.randomnetworks.com> Date: Wed, 24 Jan 2001 11:36:07 -0800 (PST) From: joseph@randomnetworks.com Reply-To: joseph@randomnetworks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24618: PORT-UPDATE-MAINTAINER TIMEOUT : net/nttcp 1.45 -> 1.47 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24618 >Category: ports >Synopsis: PORT-UPDATE-MAINTAINER TIMEOUT : net/nttcp 1.45 -> 1.47 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 24 11:40:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 4.2-STABLE i386 >Organization: randomnetworks.com >Environment: ports collection >Description: PORT-UPDATE-MAINTAINER TIMEOUT : net/nttcp 1.45 -> 1.47 According to : http://people.freebsd.org/~fenner/portsurvey/bad.html the FreeBSD port net/nttcp has an unfetchable distfile. After doing some looking around, I found that the url had changed slightly. I put together a patch that fixes the MASTER_SITE, adds WWW to descr and updates the port to the latest version, 1.47. I also removed Makefile and patch in files/, as the newest version builds fine with out them. The patch is at : http://www.randomnetworks.com/freebsd/prs/nttcp.diff ** NOTE ** I sent the above in an email to the maintainer, billf@FreeBSD.org, on 7 Jan 2001 and have yet to recieve any response. >How-To-Repeat: >Fix: This diff was generated by : diff -ruN nttcp nttcp.new From : /usr/ports/net Also at : http://www.randomnetworks.com/freebsd/prs/nttcp.diff ---------------------------------------------------------------- diff -ruN nttcp/Makefile nttcp.new/Makefile --- nttcp/Makefile Thu Jun 29 00:02:39 2000 +++ nttcp.new/Makefile Sun Jan 7 16:35:07 2001 @@ -6,9 +6,9 @@ # PORTNAME= nttcp -PORTVERSION= 1.45 +PORTVERSION= 1.47 CATEGORIES= net benchmarks -MASTER_SITES= http://users.leo.org/~bartel/nttcp/ \ +MASTER_SITES= http://www.leo.org/~bartel/nttcp/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= billf diff -ruN nttcp/distinfo nttcp.new/distinfo --- nttcp/distinfo Fri Dec 24 19:30:39 1999 +++ nttcp.new/distinfo Sun Jan 7 16:35:23 2001 @@ -1 +1 @@ -MD5 (nttcp-1.45.tar.gz) = d172737dbfda224cd42d09cf7cbb3b15 +MD5 (nttcp-1.47.tar.gz) = 05cc30409e6f2cb8cfdf40334d1dcd77 diff -ruN nttcp/files/Makefile nttcp.new/files/Makefile --- nttcp/files/Makefile Mon Dec 7 20:18:08 1998 +++ nttcp.new/files/Makefile Wed Dec 31 16:00:00 1969 @@ -1,184 +0,0 @@ -# This code was written and is copyrighted 1996,1998 by -# -# Elmar Bartel -# Institut fuer Informatik -# Technische Universitaet Muenchen -# bartel@informatik.tu-muenchen.de -# -# Permission to use, copy, modify and distribute this software -# and its documentation for any purpose, except making money, is -# herby granted, provided that the above copyright notice and -# this permission appears in all places, where this code is -# referenced or used literally. - -# uncomment the settings for your system and type make. -# if there is no setting available, simply try to use -# the most closest settings. -# Finally let me know what you used, to get it running. - - -## For System V4.1 (AT&T) either cc or gcc -## And for SINIX V4.1 (either mips or intel). -#ARCH= -#LIB= -lsocket -lnsl -#CC= cc -#OPT= -O -#DBG= -g -#INC= - -## For DEC (Mips)ULTRIX 4.1 -#ARCH= -Dultrix -#LIB= -#CC= gcc -#OPT= -O2 -#DBG= -#INC= - -## For HPUX 9.* with gcc -#ARCH= -Dhpux9 -#LIB= -#CC= gcc -#OPT= -O2 -#DBG= -g -#INC= - -## For HPUX 9.* with cc -#ARCH= -Ae -Dhpux9 -#LIB= -#CC= cc -#OPT= -O -#DBG= -g -#INC= - - -## For HPUX 10.* with gcc -#ARCH= -Dhpux -#LIB= -#CC= gcc -#OPT= -O2 -#DBG= -g -#INC= - -## For HPUX 10.* with cc -#ARCH= -Ae -Dhpux -#LIB= -#CC= cc -#OPT= -O -#DBG= -g -#INC= - -## For SunOS 4.1 with clcc -#ARCH=-DSunOS4 -#LIB= -#OPT= -O2 -#CC= clcc -#DBG= -#INC= - -## For SunOS 4.1 with gcc -#ARCH=-DSunOS4 -#LIB= -#OPT= -O2 -#CC= gcc -#DBG= -#INC= - -## For SunOS 5.3 with gcc -#ARCH=-DSunOS53 -#LIB= -lsocket -lnsl -lucb -#OPT= -O2 -#CC= gcc -#DBG= -#INC= - -## For SunOS 5.[456] with cc from SunSoft -#ARCH=-DSunOS54 -#LIB= -lsocket -lnsl -#OPT= -O -#CC= /usr/ccs/bin/cc -#CC= /opt/SUNWspro/bin/cc -#DBG= -g -#INC= - -## For SunOS 5.[456] with gcc -#ARCH=-DSunOS54 -#LIB= -lsocket -lnsl -#OPT= -O2 -#CC= gcc -#DBG= -Wall -g -#INC= - -## For FreeBSD -ARCH= -DFreeBSD -LIB= -OPT= -O2 -CC= cc -DBG= -INC= - -## For SGI IRIX 5.3, 6.2 (cc or gcc) -#ARCH= -#LIB= -#OPT= -O -#CC= cc -#DBG= -#INC= - -## For IBM AIX 2.3 -#ARCH= -Daix -#LIB= -#OPT= -O -#CC= cc -#DBG= -#INC= - -## For OSF/1 10.41 -#ARCH= -#LIB= -#OPT= -O -Olimit 700 -#CC= cc -#DBG= -#INC= - -## For Linux with gcc -#ARCH= -#LIB= -#OPT= -O2 -#CC= gcc -#DBG= -#INC= - -VERSION= 1.4 -prefix= /usr/local/dist/DIR/nttcp-$(VERSION) -#prefix= /usr/local -#CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\" -CFLAGS = $(ARCH) $(CFLG) -DVERSION=\"$(VERSION)\" -LFLAGS = $(DBG) - -nttcp: nttcp.o support.o - $(CC) $(LFLAGS) nttcp.o -o nttcp support.o $(LIB) - -support.o: support.c support.h - -dist: - if [ -d nttcp-$(VERSION) ]; then \ - rm -f nttcp-$(VERSION)/*; \ - else \ - mkdir nttcp-$(VERSION); \ - fi - ln nttcp.c nttcp.1 support.c support.h \ - README Makefile nttcp-$(VERSION) - tar cvf - nttcp-$(VERSION) | gzip > /tmp/nttcp-$(VERSION).tar.gz; \ - zip -lgr /tmp/nttcp`echo $(VERSION)|tr -d .`.zip nttcp-$(VERSION) - -install: nttcp - -mkdir -p $(prefix)/bin - -mkdir -p $(prefix)/man/man1 - cp nttcp $(prefix)/bin - cp nttcp.1 $(prefix)/man/man1 - -clean: - rm -f *.o - -clobber: clean - rm -rf core nttcp nttcp-$(VERSION) diff -ruN nttcp/files/patch-aa nttcp.new/files/patch-aa --- nttcp/files/patch-aa Fri Dec 24 19:30:40 1999 +++ nttcp.new/files/patch-aa Wed Dec 31 16:00:00 1969 @@ -1,20 +0,0 @@ ---- Makefile.orig Tue Sep 28 12:02:26 1999 -+++ Makefile Fri Dec 24 22:29:00 1999 -@@ -109,12 +109,12 @@ - #INC= - - ## For FreeBSD --#ARCH= -DFreeBSD --#LIB= -+ARCH= -DFreeBSD -+LIB= - #OPT= -O2 --#CC= cc --#DBG= --#INC= -+CC= cc -+DBG= -+INC= - - ## For SGI IRIX 5.3, 6.2 (cc or gcc) - #ARCH= diff -ruN nttcp/pkg-descr nttcp.new/pkg-descr --- nttcp/pkg-descr Mon Dec 7 20:18:08 1998 +++ nttcp.new/pkg-descr Sun Jan 7 16:32:34 2001 @@ -4,4 +4,6 @@ and number of bytes transfered. The local side will print the measures. The format of the output can be specified on the commandline. +WWW: http://www.leo.org/~bartel/nttcp/ + Bill Fumerola >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message