diff options
author | Ørjan Malde <red@foxi.me> | 2022-10-12 22:16:01 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2022-10-12 22:16:01 +0200 |
commit | d1dbec6a833e992c36a2a430d297d9948444b48c (patch) | |
tree | 9f282fcf0d7f2154b815135825a15be98852b395 /patches | |
parent | 7881d4281656dea6b166a9b6f4a988f783e9810f (diff) | |
download | midipix_build-d1dbec6a833e992c36a2a430d297d9948444b48c.tar.bz2 midipix_build-d1dbec6a833e992c36a2a430d297d9948444b48c.tar.xz |
groups/221.native_packages_dev.group: perl: bump to v5.36.0
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/perl-5.22.1.local.patch | 28 | ||||
-rw-r--r-- | patches/perl-5.36.0.local.patch | 13 |
2 files changed, 13 insertions, 28 deletions
diff --git a/patches/perl-5.22.1.local.patch b/patches/perl-5.22.1.local.patch deleted file mode 100644 index 2113c540..00000000 --- a/patches/perl-5.22.1.local.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -ru perl-5.22.1.orig/installman perl-5.22.1/installman ---- perl-5.22.1.orig/installman 2017-11-17 23:35:34.386593179 +0100 -+++ perl-5.22.1/installman 2017-11-17 23:03:41.388858972 +0100 -@@ -146,9 +146,10 @@ - next; - } - -- if ($^O eq 'os2' || $^O eq 'amigaos' || $^O eq 'uwin' || $^O eq 'cygwin') { -+ #Fix me later? -+ #if ($^O eq 'os2' || $^O eq 'amigaos' || $^O eq 'uwin' || $^O eq 'cygwin' || $^O eq 'midipix') { - $manpage =~ s#::#.#g; -- } -+ #} - my $tmp = "${mandir}/${manpage}.tmp"; - $manpage = "${mandir}/${manpage}.${manext}"; - -diff -ru perl-5.22.1.orig/Makefile perl-5.22.1/Makefile ---- perl-5.22.1.orig/Makefile 2017-11-17 19:06:50.298908618 +0100 -+++ perl-5.22.1/Makefile 2017-11-17 23:32:21.687695934 +0100 -@@ -135,7 +135,7 @@ - perl$x: perlmain$o $(LIBPERL) $(static_tgt) static.list ext.libs - $(eval extlibs=$(shell cat ext.libs)) - $(eval statars=$(shell cat static.list)) -- $(CC) $(LDFLAGS) -o $@ $(filter %$o,$^) $(LIBPERL) $(statars) $(LIBS) $(extlibs) -+ $(CC) $(LDFLAGS) -o $@ $(filter %$o,$^) -L. -lperl $(statars) $(LIBS) $(extlibs) - - %$o: %.c config.h - $(CC) $(CFLAGS) -c -o $@ $< diff --git a/patches/perl-5.36.0.local.patch b/patches/perl-5.36.0.local.patch new file mode 100644 index 00000000..b56ecc69 --- /dev/null +++ b/patches/perl-5.36.0.local.patch @@ -0,0 +1,13 @@ +diff -ru perl-5.36.0.orig/installman perl-5.36.0/installman +--- perl-5.36.0.orig/installman 2022-10-12 21:41:08.169953621 +0200 ++++ perl-5.36.0/installman 2022-10-12 21:59:24.769494586 +0200 +@@ -152,9 +152,7 @@ + next; + } + +- if ($^O eq 'os2' || $^O eq 'amigaos' || $^O eq 'cygwin') { + $manpage =~ s#::#.#g; +- } + my $tmp = "${mandir}/${manpage}.tmp"; + $manpage = "${mandir}/${manpage}.${manext}"; + |