summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
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