aboutsummaryrefslogtreecommitdiff
path: root/extra/bison
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bison')
-rwxr-xr-xextra/bison/build4
-rw-r--r--extra/bison/checksums3
-rw-r--r--extra/bison/depends2
-rw-r--r--extra/bison/meta3
-rw-r--r--extra/bison/sources2
-rw-r--r--extra/bison/version2
6 files changed, 11 insertions, 5 deletions
diff --git a/extra/bison/build b/extra/bison/build
index bbd53ee2..f0407ff4 100755
--- a/extra/bison/build
+++ b/extra/bison/build
@@ -1,9 +1,11 @@
#!/bin/sh -e
export LDFLAGS="$LDFLAGS -static"
+export M4=gm4
./configure \
- --prefix=/usr
+ --prefix=/usr \
+ --disable-nls
make
make DESTDIR="$1" install
diff --git a/extra/bison/checksums b/extra/bison/checksums
index a6097e26..2c67959a 100644
--- a/extra/bison/checksums
+++ b/extra/bison/checksums
@@ -1 +1,2 @@
-e8c53bc5bc396d636622d0f25e31ca92fd53f00b09629f13ef540d564a6b31ab bison-3.7.5.tar.xz
+%BLAKE3
+9dd90be8df4d0474b941e2ca14ac76d11b7ccb46edb26344b60d866178bbcc98 bison-3.8.2.tar.xz
diff --git a/extra/bison/depends b/extra/bison/depends
index e8fb4a13..995fb876 100644
--- a/extra/bison/depends
+++ b/extra/bison/depends
@@ -1 +1 @@
-m4 make
+m4
diff --git a/extra/bison/meta b/extra/bison/meta
new file mode 100644
index 00000000..53a8ee25
--- /dev/null
+++ b/extra/bison/meta
@@ -0,0 +1,3 @@
+description: GNU Yacc implementation
+license: GPL-3.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/bison/sources b/extra/bison/sources
index 13ca00a2..7f06bbea 100644
--- a/extra/bison/sources
+++ b/extra/bison/sources
@@ -1 +1 @@
-https://ftp.gnu.org/gnu/bison/bison-3.7.5.tar.xz
+https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz
diff --git a/extra/bison/version b/extra/bison/version
index 9b0054ff..14495331 100644
--- a/extra/bison/version
+++ b/extra/bison/version
@@ -1 +1 @@
-3.7.5 1
+3.8.2 1