[packages/php/PHP_7_0] Rel 28; set SED= properly at configure time

arekm arekm at pld-linux.org
Mon Apr 6 04:41:32 CEST 2026


commit ef1d348e99883e312e6058f1fcea6ba763dda2b2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Apr 6 04:41:15 2026 +0200

    Rel 28; set SED= properly at configure time

 ac_prog_sed.patch | 10 ++++++++++
 php.spec          |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 5f92de1..13fb4e9 100644
--- a/php.spec
+++ b/php.spec
@@ -150,7 +150,7 @@ Summary(ru.UTF-8):	PHP Версии 7 - язык препроцессирова
 Summary(uk.UTF-8):	PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:		%{orgname}%{php_suffix}
 Version:	7.0.33
-Release:	27
+Release:	28
 Epoch:		4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -224,6 +224,7 @@ Patch78:	libxml2.patch
 Patch79:	types.patch
 Patch80:	includes.patch
 Patch81:	configure.patch
+Patch82:	ac_prog_sed.patch
 URL:		https://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:	Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:	aspell-devel >= 2:0.50.0}
@@ -2041,6 +2042,7 @@ cp -p php.ini-production php.ini
 %patch -P79 -p1
 %patch -P80 -p1
 %patch -P81 -p1
+%patch -P82 -p1
 
 sed -E -i -e '1s,#!\s*/usr/bin/env\s+(.*),#!%{__bindir}\1,' \
       run-tests.php
diff --git a/ac_prog_sed.patch b/ac_prog_sed.patch
new file mode 100644
index 0000000..80b2c48
--- /dev/null
+++ b/ac_prog_sed.patch
@@ -0,0 +1,10 @@
+--- a/acinclude.m4~	2018-12-01 00:00:00.000000000 +0000
++++ b/acinclude.m4	2018-12-01 00:00:00.000000000 +0000
+@@ -1,6 +1,6 @@
+ AC_DEFUN([PHP_CONFIG_NICE],[
+   AC_REQUIRE([AC_PROG_EGREP])
+-  AC_REQUIRE([LT_AC_PROG_SED])
++  AC_REQUIRE([AC_PROG_SED])
+   PHP_SUBST_OLD(EGREP)
+   PHP_SUBST_OLD(SED)
+   test -f $1 && mv $1 $1.old
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/ef1d348e99883e312e6058f1fcea6ba763dda2b2



More information about the pld-cvs-commit mailing list