1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Upgrade to 5.2.1.

Use byacc instead of bison.
This commit is contained in:
Bill Fenner 2000-01-21 20:45:08 +00:00
parent afd34cdc6c
commit a34a18a770
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24881
3 changed files with 17 additions and 6 deletions

View File

@ -1,20 +1,20 @@
# New ports collection makefile for: tcptrace
# Version required: 5.2.0
# Version required: 5.2.1
# Date created: 3 March 1997
# Whom: fenner
#
# $FreeBSD$
#
DISTNAME= tcptrace.5.2.0
PKGNAME= tcptrace-5.2.0
DISTNAME= tcptrace.5.2.1
PKGNAME= tcptrace-5.2.1
CATEGORIES= net ipv6
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.0/
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.1/
MAINTAINER= fenner@FreeBSD.org
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/tcptrace_5.2.0
WRKSRC= ${WRKDIR}/tcptrace_5.2.1
ALL_TARGET= tcptrace
MAN1= tcptrace.1

View File

@ -1 +1 @@
MD5 (tcptrace.5.2.0.tar.gz) = 1b8694ebddbb79faf61079250034ea70
MD5 (tcptrace.5.2.1.tar.gz) = 2f182bede17f3be0f5d0ba9736463149

View File

@ -0,0 +1,11 @@
--- 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