1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Upgrade to 0.8.3 which obsoletes patches/patch-ab

This commit is contained in:
Bill Fumerola 2000-02-02 02:14:35 +00:00
parent 5646c37f9f
commit 9b850f0032
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25402
6 changed files with 6 additions and 48 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: ethereal
# Version required: 0.8.2
# Version required: 0.8.3
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
DISTNAME= ethereal-0.8.2
DISTNAME= ethereal-0.8.3
CATEGORIES= net ipv6
MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \
http://www.linuxberg.com/files/x11/network/ \

View File

@ -1 +1 @@
MD5 (ethereal-0.8.2.tar.gz) = addb99fc390b76b2d66cf815bd921db2
MD5 (ethereal-0.8.3.tar.gz) = b12065aa15293ca186530b614d802d1a

View File

@ -1,21 +0,0 @@
Index: tethereal.c
===================================================================
RCS file: /usr/local/cvsroot/ethereal/tethereal.c,v
retrieving revision 1.15
diff -c -r1.15 tethereal.c
*** tethereal.c 2000/01/24 05:13:45 1.15
--- tethereal.c 2000/01/26 05:26:50
***************
*** 458,463 ****
--- 458,469 ----
int err, inpkts;
char errmsg[1024+1];
+ /* Initialize the table of conversations. */
+ conversation_init();
+
+ /* Initialize protocol-specific variables */
+ init_all_protocols();
+
ld.linktype = WTAP_ENCAP_UNKNOWN;
ld.pdh = NULL;

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: ethereal
# Version required: 0.8.2
# Version required: 0.8.3
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
DISTNAME= ethereal-0.8.2
DISTNAME= ethereal-0.8.3
CATEGORIES= net ipv6
MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \
http://www.linuxberg.com/files/x11/network/ \

View File

@ -1 +1 @@
MD5 (ethereal-0.8.2.tar.gz) = addb99fc390b76b2d66cf815bd921db2
MD5 (ethereal-0.8.3.tar.gz) = b12065aa15293ca186530b614d802d1a

View File

@ -1,21 +0,0 @@
Index: tethereal.c
===================================================================
RCS file: /usr/local/cvsroot/ethereal/tethereal.c,v
retrieving revision 1.15
diff -c -r1.15 tethereal.c
*** tethereal.c 2000/01/24 05:13:45 1.15
--- tethereal.c 2000/01/26 05:26:50
***************
*** 458,463 ****
--- 458,469 ----
int err, inpkts;
char errmsg[1024+1];
+ /* Initialize the table of conversations. */
+ conversation_init();
+
+ /* Initialize protocol-specific variables */
+ init_all_protocols();
+
ld.linktype = WTAP_ENCAP_UNKNOWN;
ld.pdh = NULL;