commit: 0e2453fa825b45f42e1c610ab87799c8411aee4a
parent 114db52015e4847c5a37f3b8a5990dacbf193e6e
Author: Michael Forney <mforney@mforney.org>
Date: Wed, 20 Nov 2019 22:25:00 -0800
byacc: Update to 20191119
Diffstat:
6 files changed, 5 insertions(+), 32 deletions(-)
diff --git a/pkg/byacc/.gitignore b/pkg/byacc/.gitignore
@@ -1,2 +1,2 @@
-/byacc-20191103.tgz
+/byacc-20191119.tgz
/src
diff --git a/pkg/byacc/gen.lua b/pkg/byacc/gen.lua
@@ -1,7 +1,7 @@
cflags{
'-Wall', '-pedantic',
'-D HAVE_CONFIG_H',
- '-D YYPATCH=20191103',
+ '-D YYPATCH=20191119',
'-I $dir',
}
diff --git a/pkg/byacc/patch/0001-Prevent-multiple-definitions-of-code_lines.patch b/pkg/byacc/patch/0001-Prevent-multiple-definitions-of-code_lines.patch
@@ -1,26 +0,0 @@
-From 71ddf61cc892a771d15d95937f1f13a9ce17e98b Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Mon, 4 Nov 2019 18:20:04 -0800
-Subject: [PATCH] Prevent multiple definitions of `code_lines`
-Upstream: Yes, applied by maintainer
-
----
- defs.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/defs.h b/defs.h
-index 99d409c..2f3f923 100644
---- a/defs.h
-+++ b/defs.h
-@@ -592,7 +592,7 @@ typedef enum
- ,CODE_MAX /* this must be last */
- }
- CODE_CASES;
--struct code_lines
-+extern struct code_lines
- {
- char *lines;
- size_t num;
---
-2.24.0
-
diff --git a/pkg/byacc/sha256 b/pkg/byacc/sha256
@@ -1 +1 @@
-d291fb34816f45079067366b7f7300ffbf9f7e3f1aaf6d509b84442d065d11b9 byacc-20191103.tgz
+e21a530e664e88d062530fbe4b1a308ddf65db7ec55c7372e0968e755ef20832 byacc-20191119.tgz
diff --git a/pkg/byacc/url b/pkg/byacc/url
@@ -1 +1 @@
-url = "https://invisible-mirror.net/archives/byacc/byacc-20191103.tgz"
-\ No newline at end of file
+url = "https://invisible-mirror.net/archives/byacc/byacc-20191119.tgz"
diff --git a/pkg/byacc/ver b/pkg/byacc/ver
@@ -1 +1 @@
-20191103 r0
+20191119 r0