mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
- Switch to system pcre - Switch to libenchant-2 for enchant extension - Switch to panda-cclient for imap extension and remove cclient OPTION as this has been marked DEPRECATED - Remove option for mysqli as mysqli no longer supports external mysql - Switch to libedit for readline extension Changelog: https://www.php.net/ChangeLog-8.php#8.3.0
12 lines
247 B
Makefile
12 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"
|