[dev-lang/php] bump, maybe it works this time without the patch reverted?

This commit is contained in:
2025-12-24 13:20:57 +01:00
parent 7e5751baa5
commit 54f89a28c7

View File

@@ -18,7 +18,7 @@ EGIT_REPO_URI="https://github.com/shivammathur/php-src-backports"
# Alternative # Alternative
#EGIT_REPO_URI="https://github.com/remicollet/php-src-security" #EGIT_REPO_URI="https://github.com/remicollet/php-src-security"
EGIT_BRANCH="PHP-7.4-security-backports" EGIT_BRANCH="PHP-7.4-security-backports"
EGIT_COMMIT="e5b417c927f43ba9c4b237a672de1ec60d6f77ca" EGIT_COMMIT="4ab83a550530c864e4bef29b054f81f71874d8be"
LICENSE="PHP-3.01 LICENSE="PHP-3.01
BSD BSD
@@ -29,7 +29,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )" unicode? ( BSD-2 LGPL-2.1 )"
SLOT="$(ver_cut 1-2)" SLOT="$(ver_cut 1-2)"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
# We can build the following SAPIs in the given order # We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2 phpdbg" SAPIS="embed cli cgi fpm apache2 phpdbg"
@@ -211,8 +211,6 @@ src_unpack() {
src_prepare() { src_prepare() {
default default
eapply -R ${FILESDIR}/0009-Fix-w-strict-prototype-build-warnings-PHP-7.4.patch
local patchdir="${WORKDIR}/patches" local patchdir="${WORKDIR}/patches"
eapply "${patchdir}/" eapply "${patchdir}/"