summaryrefslogtreecommitdiffstats
path: root/biology/nab/files
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-10-29 22:27:17 +0000
committerpat <pat@FreeBSD.org>2002-10-29 22:27:17 +0000
commita337a3121343a1c64d774c1ffba8983ca8e2b26b (patch)
treee42f6a70620d5fdfba449f5a924db2d4cb386bf1 /biology/nab/files
parent1032d910a2e5da5c0f9947ff428685b6d0be2084 (diff)
downloadFreeBSD-ports-a337a3121343a1c64d774c1ffba8983ca8e2b26b.zip
FreeBSD-ports-a337a3121343a1c64d774c1ffba8983ca8e2b26b.tar.gz
Add another entry for MASTER_SITES and unbreak with latest version of bison
PR: ports/44711 Submitted by: maintainer
Diffstat (limited to 'biology/nab/files')
-rw-r--r--biology/nab/files/patch-nabgrm.y11
-rw-r--r--biology/nab/files/patch-parser.y10
2 files changed, 21 insertions, 0 deletions
diff --git a/biology/nab/files/patch-nabgrm.y b/biology/nab/files/patch-nabgrm.y
new file mode 100644
index 0000000..78ff31d
--- /dev/null
+++ b/biology/nab/files/patch-nabgrm.y
@@ -0,0 +1,11 @@
+--- src/nabgrm.y.orig Tue Oct 29 13:04:56 2002
++++ src/nabgrm.y Tue Oct 29 13:40:29 2002
+@@ -244,7 +244,7 @@
+ expr_stmt : expr SYM_SEMICOLON
+ { CG_genmain(); CG_genexpr( $1 );
+ CG_genop( NULL, SYM_SEMICOLON ); } ;
+-if_stmt : if_hdr stmt ;
++if_stmt : if_hdr stmt
+ | if_hdr stmt SYM_ELSE
+ { CG_genrword( SYM_ELSE ); } stmt ;
+ for_stmt : for_hdr stmt ;
diff --git a/biology/nab/files/patch-parser.y b/biology/nab/files/patch-parser.y
new file mode 100644
index 0000000..bdf23a7
--- /dev/null
+++ b/biology/nab/files/patch-parser.y
@@ -0,0 +1,10 @@
+--- tleap/parser.y.orig Tue Oct 29 13:46:35 2002
++++ tleap/parser.y Tue Oct 29 13:48:18 2002
+@@ -220,6 +220,7 @@
+ {
+ return;
+ }
++ ;
+
+ line : LENDOFCOMMAND
+ | instruct
OpenPOWER on IntegriCloud