Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jun 2001 00:59:01 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@terry.dragon2.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27876: upgrade ports/net/tcptrace to 6.0.0a5
Message-ID:  <200106041659.f54Gx1l56543@Terry.Dorm8.NCTU.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         27876
>Category:       ports
>Synopsis:       upgrade ports/net/tcptrace to 6.0.0a5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 04 10:00:05 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
NCTU CSIE
>Environment:
System: FreeBSD Terry.Dorm8.NCTU.edu.tw 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Sun Apr 1 01:34:51 CST 2001 root@Terry.Dorm8.NCTU.edu.tw:/usr/obj/usr/src/sys/TERRY i386


	
>Description:

upgrade from 5.2.1 to 6.0.0a5

>How-To-Repeat:
	
>Fix:

diff -ruN -ruN /usr/ports/net/tcptrace/Makefile tcptrace/Makefile
--- /usr/ports/net/tcptrace/Makefile	Fri Jan 12 14:59:38 2001
+++ tcptrace/Makefile	Tue May 22 17:39:00 2001
@@ -6,15 +6,14 @@
 #
 
 PORTNAME=	tcptrace
-PORTVERSION=	5.2.1
+PORTVERSION=	6.0.0a5
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.tcptrace.org/download/
-DISTNAME=	tcptrace.5.2.1
+DISTNAME=	${PORTNAME}.${PORTVERSION}
 
 MAINTAINER=	fenner@FreeBSD.org
 
 GNU_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/tcptrace_5.2.1
 ALL_TARGET=	tcptrace
 
 MAN1=		tcptrace.1
diff -ruN -ruN /usr/ports/net/tcptrace/distinfo tcptrace/distinfo
--- /usr/ports/net/tcptrace/distinfo	Sat Jan 22 04:45:07 2000
+++ tcptrace/distinfo	Tue May 22 17:40:43 2001
@@ -1 +1 @@
-MD5 (tcptrace.5.2.1.tar.gz) = 2f182bede17f3be0f5d0ba9736463149
+MD5 (tcptrace.6.0.0a5.tar.gz) = e20eff5fea9fcac174555af14f52adb6
diff -ruN -ruN /usr/ports/net/tcptrace/files/patch-aa tcptrace/files/patch-aa
--- /usr/ports/net/tcptrace/files/patch-aa	Sat Jan 22 04:45:08 2000
+++ tcptrace/files/patch-aa	Thu Jan  1 08:00:00 1970
@@ -1,11 +0,0 @@
---- Makefile.in.orig	Thu Jan 20 18:41:25 2000
-+++ Makefile.in	Thu Jan 20 18:42:01 2000
-@@ -179,7 +179,7 @@
- # easily.
- #
- filt_parser.c: filt_parser.y filter.h
--	bison -vd -p filtyy filt_parser.y -o filt_parser.c
-+	byacc -vd -p filtyy -o filt_parser.c filt_parser.y
- 	cp filt_parser.c flex_bison
- 	cp filt_parser.h flex_bison
- filt_scanner.c: filt_scanner.l filter.h filt_parser.h
diff -ruN -ruN /usr/ports/net/tcptrace/files/patch-ab tcptrace/files/patch-ab
--- /usr/ports/net/tcptrace/files/patch-ab	Sat Mar 10 09:38:28 2001
+++ tcptrace/files/patch-ab	Tue May 22 17:48:11 2001
@@ -1,16 +1,6 @@
-/usr/bin/diff --ignore-matching-lines=.*{$Id:|$Header:}.* -u tcptrace.h.orig tcptrace.h
---- tcptrace.h.orig	Fri Mar  9 17:30:34 2001
-+++ tcptrace.h	Fri Mar  9 17:31:08 2001
-@@ -485,7 +485,7 @@
- 
- /* external routine decls */
- double sqrt(double x);
--char *ether_ntoa(struct ether_addr *e);
-+char *shawn_ether_ntoa(struct ether_addr *e);
- void free(void *);
- int finite(double);
- 
-@@ -681,7 +680,9 @@
+--- tcptrace.h.orig	Tue May 22 17:47:26 2001
++++ tcptrace.h	Tue May 22 17:47:54 2001
+@@ -705,7 +705,9 @@
  #define IPTOS_CE	0x01	/* Experienced Congestion */
  
  #define TH_ECN_ECHO	0x02	/* Used by receiver to echo CE bit */
diff -ruN -ruN /usr/ports/net/tcptrace/files/patch-ac tcptrace/files/patch-ac
--- /usr/ports/net/tcptrace/files/patch-ac	Sat Mar 10 09:38:28 2001
+++ tcptrace/files/patch-ac	Thu Jan  1 08:00:00 1970
@@ -1,23 +0,0 @@
-/usr/bin/diff --ignore-matching-lines=.*{$Id:|$Header:}.* -u print.c.orig print.c
---- print.c.orig	Fri Mar  9 17:33:16 2001
-+++ print.c	Fri Mar  9 17:34:12 2001
-@@ -110,8 +110,8 @@
- printeth_packet(
-     struct ether_header *pep)
- {
--    printf("\tETH Srce: %s\n", ether_ntoa((struct ether_addr *)&pep->ether_shost));
--    printf("\tETH Dest: %s\n", ether_ntoa((struct ether_addr *)&pep->ether_dhost));
-+    printf("\tETH Srce: %s\n", shawn_ether_ntoa((struct ether_addr *)&pep->ether_shost));
-+    printf("\tETH Dest: %s\n", shawn_ether_ntoa((struct ether_addr *)&pep->ether_dhost));
- 
-     printf(
- 	hex?"\t    Type: 0x%x %s\n":"\t    Type: %d %s\n",
-@@ -708,7 +708,7 @@
- /* and it messes up my cross-platform testing.  I'll just do it the */
- /* "one true" way!  :-)  */
- char *
--ether_ntoa (struct ether_addr *e)
-+shawn_ether_ntoa (struct ether_addr *e)
- {
-     unsigned char *pe;
-     static char buf[30];
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200106041659.f54Gx1l56543>