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 4bcd8705..2c67959a 100644
--- a/extra/bison/checksums
+++ b/extra/bison/checksums
@@ -1 +1,2 @@
-67d68ce1e22192050525643fc0a7a22297576682bef6a5c51446903f5aeef3cf bison-3.7.6.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 a0f39c98..7f06bbea 100644
--- a/extra/bison/sources
+++ b/extra/bison/sources
@@ -1 +1 @@
-https://ftp.gnu.org/gnu/bison/bison-3.7.6.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 d8833805..14495331 100644
--- a/extra/bison/version
+++ b/extra/bison/version
@@ -1 +1 @@
-3.7.6 1
+3.8.2 1