summaryrefslogtreecommitdiff
path: root/net/tcptrace/patches
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>1999-04-16 22:30:51 +0000
committerabs <abs@pkgsrc.org>1999-04-16 22:30:51 +0000
commitb37cd82d23ed80b85b2460c49da2ef7bcc8f1032 (patch)
tree9853ead8c9e45aceafdf932f984be897f8a2beba /net/tcptrace/patches
parent9a18cdea34c4db790d0b9cb532b3179637be3b25 (diff)
downloadpkgsrc-b37cd82d23ed80b85b2460c49da2ef7bcc8f1032.tar.gz
Update to 5.1.1. Add patch to avoid bison.
Diffstat (limited to 'net/tcptrace/patches')
-rw-r--r--net/tcptrace/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/tcptrace/patches/patch-aa b/net/tcptrace/patches/patch-aa
new file mode 100644
index 00000000000..96b5a86e208
--- /dev/null
+++ b/net/tcptrace/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 1999/04/16 22:30:52 abs Exp $
+--- Makefile.in.orig Fri Apr 16 15:11:50 1999
++++ Makefile.in Fri Apr 16 15:12:02 1999
+@@ -170,7 +170,7 @@
+ # easily.
+ #
+ filt_parser.c: filt_parser.y filter.h
+- bison -vd -p filtyy filt_parser.y -o filt_parser.c
++ yacc -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