summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2023-06-26 22:37:43 +0200
committerØrjan Malde <red@foxi.me>2023-06-26 22:37:43 +0200
commit3ee59fc6494b17fae8df3abfc4ba126fd247afc5 (patch)
treefa0ecac1b350633a49216dd93fbb3eb7c7a45a11 /patches
parent8ecdd19002a6940f47214c58e8ff6d7e3f2a356d (diff)
downloadmidipix_build-3ee59fc6494b17fae8df3abfc4ba126fd247afc5.tar.bz2
midipix_build-3ee59fc6494b17fae8df3abfc4ba126fd247afc5.tar.xz
groups.d/231.native_packages_etc.group: php: bump to v8.1.20
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/php-8.1.20.local.patch (renamed from patches/php-8.1.19.local.patch)0
-rw-r--r--patches/php-8.1.20_pre.local.patch (renamed from patches/php-8.1.19_pre.local.patch)18
2 files changed, 0 insertions, 18 deletions
diff --git a/patches/php-8.1.19.local.patch b/patches/php-8.1.20.local.patch
index e9f551a1..e9f551a1 100644
--- a/patches/php-8.1.19.local.patch
+++ b/patches/php-8.1.20.local.patch
diff --git a/patches/php-8.1.19_pre.local.patch b/patches/php-8.1.20_pre.local.patch
index 01e751b2..cf9f8075 100644
--- a/patches/php-8.1.19_pre.local.patch
+++ b/patches/php-8.1.20_pre.local.patch
@@ -650,24 +650,6 @@ diff -ru php-8.1.10.orig/ext/phar/Makefile.frag php-8.1.10/ext/phar/Makefile.fra
$(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc
-@test -d $(builddir)/phar || mkdir $(builddir)/phar
-@@ -41,10 +41,10 @@
- -@chmod +x $(builddir)/phar.phar
-
- install-pharcmd: pharcmd
-- -@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
-- $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)/$(program_prefix)phar$(program_suffix).phar
-- -@rm -f $(INSTALL_ROOT)$(bindir)/$(program_prefix)phar$(program_suffix)
-- $(LN_S) -f $(program_prefix)phar$(program_suffix).phar $(INSTALL_ROOT)$(bindir)/$(program_prefix)phar$(program_suffix)
-- @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
-- @$(INSTALL_DATA) $(builddir)/phar.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phar$(program_suffix).1
-- @$(INSTALL_DATA) $(builddir)/phar.phar.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phar$(program_suffix).phar.1
-+ -@$(mkinstalldirs) $(DESTDIR)$(bindir)
-+ $(INSTALL) $(builddir)/phar.phar $(DESTDIR)$(bindir)/$(program_prefix)phar$(program_suffix).phar
-+ -@rm -f $(DESTDIR)$(bindir)/$(program_prefix)phar$(program_suffix)
-+ $(LN_S) -f $(program_prefix)phar$(program_suffix).phar $(DESTDIR)$(bindir)/$(program_prefix)phar$(program_suffix)
-+ @$(mkinstalldirs) $(DESTDIR)$(mandir)/man1
-+ @$(INSTALL_DATA) $(builddir)/phar.1 $(DESTDIR)$(mandir)/man1/$(program_prefix)phar$(program_suffix).1
-+ @$(INSTALL_DATA) $(builddir)/phar.phar.1 $(DESTDIR)$(mandir)/man1/$(program_prefix)phar$(program_suffix).phar.1
diff -ru php-8.1.10.orig/pear/Makefile.frag php-8.1.10/pear/Makefile.frag
--- php-8.1.10.orig/pear/Makefile.frag 2022-08-30 18:09:36.000000000 +0200
+++ php-8.1.10/pear/Makefile.frag 2023-04-02 14:01:35.683117189 +0200