logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 23691668cf005c591d2a270ff2eaa8d3ca750f55
parent b366f85760717854a6f0081db1425cac4cf0269d
Author: Michael Forney <mforney@mforney.org>
Date:   Sat,  4 Apr 2020 16:44:23 -0700

byacc: Update to 20200330

Diffstat:

Mpkg/byacc/.gitignore2+-
Mpkg/byacc/config.h2+-
Mpkg/byacc/gen.lua2+-
Mpkg/byacc/sha2562+-
Mpkg/byacc/url2+-
Mpkg/byacc/ver2+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pkg/byacc/.gitignore b/pkg/byacc/.gitignore @@ -1,2 +1,2 @@ -/byacc-20191125.tgz +/byacc-20200330.tgz /src diff --git a/pkg/byacc/config.h b/pkg/byacc/config.h @@ -26,7 +26,7 @@ /* #undef NEED_GETOPT_H */ /* #undef NO_LEAKS */ #define STDC_HEADERS 1 -#define SYSTEM_NAME "linux-gnu" +#define SYSTEM_NAME "linux-musl" /* #undef USE_DBMALLOC */ /* #undef USE_DMALLOC */ /* #undef USE_VALGRIND */ diff --git a/pkg/byacc/gen.lua b/pkg/byacc/gen.lua @@ -1,7 +1,7 @@ cflags{ '-Wall', '-Wpedantic', '-D HAVE_CONFIG_H', - '-D YYPATCH=20191125', + '-D YYPATCH=20200330', '-I $dir', } diff --git a/pkg/byacc/sha256 b/pkg/byacc/sha256 @@ -1 +1 @@ -071c2ebe36afaa8448b80e893473a681e63a3b8a4ed636c0d675780a02411cde byacc-20191125.tgz +e099e2dd8a684d739ac6b9a0e43d468314a5bc34fd21466502d120b18df51fb0 byacc-20200330.tgz diff --git a/pkg/byacc/url b/pkg/byacc/url @@ -1 +1 @@ -url = "https://invisible-mirror.net/archives/byacc/byacc-20191125.tgz" +url = "https://invisible-mirror.net/archives/byacc/byacc-20200330.tgz" diff --git a/pkg/byacc/ver b/pkg/byacc/ver @@ -1 +1 @@ -20191125 r0 +20200330 r0