1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +00:00

Ports/m4: Update m4 to version 1.4.19

This commit is contained in:
EWouters 2022-06-03 17:59:09 +02:00 committed by Linus Groh
parent d73bb1dcd6
commit 9846533ce4
3 changed files with 18 additions and 17 deletions

View file

@ -134,7 +134,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`luajit`](luajit/) | LuaJIT | 2.1.0-beta3 | https://luajit.org/luajit.html | | [`luajit`](luajit/) | LuaJIT | 2.1.0-beta3 | https://luajit.org/luajit.html |
| [`luarocks`](luarocks/) | LuaRocks | 3.8.0 | https://luarocks.org/ | | [`luarocks`](luarocks/) | LuaRocks | 3.8.0 | https://luarocks.org/ |
| [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure | | [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure |
| [`m4`](m4/) | GNU M4 | 1.4.9 | https://www.gnu.org/software/m4/ | | [`m4`](m4/) | GNU M4 | 1.4.19 | https://www.gnu.org/software/m4/ |
| [`make`](make/) | GNU make | 4.3 | https://www.gnu.org/software/make/ | | [`make`](make/) | GNU make | 4.3 | https://www.gnu.org/software/make/ |
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ | | [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |
| [`mawk`](mawk/) | mawk | 1.3.4-20200120 | https://invisible-island.net/mawk/ | | [`mawk`](mawk/) | mawk | 1.3.4-20200120 | https://invisible-island.net/mawk/ |

View file

@ -1,8 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh #!/usr/bin/env -S bash ../.port_include.sh
port=m4 port='m4'
version=1.4.9 version='1.4.19'
useconfigure=true useconfigure='true'
use_fresh_config_sub=true use_fresh_config_sub='true'
config_sub_paths=("build-aux/config.sub")
files="https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz m4-${version}.tar.gz files="https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz m4-${version}.tar.gz
https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz.sig m4-${version}.tar.gz.sig https://ftpmirror.gnu.org/gnu/m4/m4-${version}.tar.gz.sig m4-${version}.tar.gz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg" https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"

View file

@ -10,30 +10,30 @@ Skip building the examples, docs and avoid the checks.
2 files changed, 2 insertions(+), 2 deletions(-) 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am diff --git a/Makefile.am b/Makefile.am
index 22781f5..4f4317d 100644 index d54ace4..d121df1 100644
--- a/Makefile.am --- a/Makefile.am
+++ b/Makefile.am +++ b/Makefile.am
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
## ##
## Written by Gary V. Vaughan <gary@gnu.org> ## Written by Gary V. Vaughan <gary@gnu.org>
-SUBDIRS = . examples lib src doc checks -SUBDIRS = . examples lib src doc checks po tests
+SUBDIRS = . lib src +SUBDIRS = . lib src
EXTRA_DIST = bootstrap c-boxes.el gendocs.sh GNUmakefile Makefile.maint \
m4/gnulib-cache.m4 EXTRA_DIST = bootstrap c-boxes.el cfg.mk maint.mk \
DISTCLEANFILES = stamp-h .prev-version .version m4/gnulib-cache.m4 ChangeLog-2014
diff --git a/Makefile.in b/Makefile.in diff --git a/Makefile.in b/Makefile.in
index 261472b..57164a4 100644 index 746b38c..85cb645 100644
--- a/Makefile.in --- a/Makefile.in
+++ b/Makefile.in +++ b/Makefile.in
@@ -267,7 +267,7 @@ sysconfdir = @sysconfdir@ @@ -1952,7 +1952,7 @@ target_alias = @target_alias@
target_alias = @target_alias@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
-SUBDIRS = . examples lib src doc checks -SUBDIRS = . examples lib src doc checks po tests
+SUBDIRS = . lib src +SUBDIRS = . lib src
EXTRA_DIST = bootstrap c-boxes.el gendocs.sh GNUmakefile Makefile.maint \ EXTRA_DIST = bootstrap c-boxes.el cfg.mk maint.mk \
m4/gnulib-cache.m4 .prev-version .version m4/gnulib-cache.m4 ChangeLog-2014
-- --
2.36.1 2.36.1