summaryrefslogtreecommitdiff
path: root/net/pim6sd
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-04-05 02:02:34 +0000
committerhubertf <hubertf>2002-04-05 02:02:34 +0000
commita3cfe108508ff40b276f49a02a5cb5ac403bd3a5 (patch)
tree32819c8929f6149d19e119a84f8b108d21849b3a /net/pim6sd
parenta7e722530c4964f38bee7c46d54dadae3ccfb81d (diff)
downloadpkgsrc-a3cfe108508ff40b276f49a02a5cb5ac403bd3a5.tar.gz
Make this find y.tab.h (instead of cfbla.h).
We explicityly ask yacc to create a y.tab.h file, so this should be no problem on onther OS versions. (Tested: 1.5.3)
Diffstat (limited to 'net/pim6sd')
-rw-r--r--net/pim6sd/distinfo3
-rw-r--r--net/pim6sd/patches/patch-ac16
2 files changed, 18 insertions, 1 deletions
diff --git a/net/pim6sd/distinfo b/net/pim6sd/distinfo
index 170d9362871..c4b564232c8 100644
--- a/net/pim6sd/distinfo
+++ b/net/pim6sd/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2002/04/03 05:37:00 itojun Exp $
+$NetBSD: distinfo,v 1.3 2002/04/05 02:02:34 hubertf Exp $
SHA1 (pim6sd-20020403a.tar.gz) = e00e1b6acdce1d605eb4f61e70618f4b7c37773e
Size (pim6sd-20020403a.tar.gz) = 165983 bytes
SHA1 (patch-aa) = 8346bedaff00ed1b37226a5f53fb720890f19a68
SHA1 (patch-ab) = 93ada333baf53c023d6bcd229d10afa25453cfaf
+SHA1 (patch-ac) = 6dd1b17869ecd85a51825b200edae4a4633849fd
diff --git a/net/pim6sd/patches/patch-ac b/net/pim6sd/patches/patch-ac
new file mode 100644
index 00000000000..36c4cc6a5b3
--- /dev/null
+++ b/net/pim6sd/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2002/04/05 02:02:34 hubertf Exp $
+
+--- cftoken.l.orig Wed Apr 3 07:32:18 2002
++++ cftoken.l
+@@ -44,11 +44,7 @@
+ #include "vmbuf.h"
+ #include "debug.h"
+ #include "cfparse-defs.h"
+-#ifdef __NetBSD__
+-#include "cfparse.h"
+-#else
+ #include "y.tab.h"
+-#endif
+
+ static int yyerrorcount = 0;
+ int lineno = 1;