Changelog: https://www.php.net/ChangeLog-8.php#8.3.23 Security: CVE-2025-1220 Security: CVE-2025-1735 Security: CVE-2025-6491 MFH: 2025Q3
13 lines
247 B
Makefile
13 lines
247 B
Makefile
CATEGORIES= textproc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php83
|
|
|
|
PKGNAMESUFFIX= -xsl
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e \
|
|
's|#include "../dom/xml_common.h"|#include "ext/dom/xml_common.h"|g' \
|
|
${WRKSRC}/php_xsl.h
|
|
|
|
.include "${MASTERDIR}/Makefile"
|