- 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
13 lines
259 B
Makefile
13 lines
259 B
Makefile
CATEGORIES= textproc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php83
|
|
|
|
PKGNAMESUFFIX= -enchant
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e \
|
|
's|#include "../spl/spl_exceptions.h"|#include "ext/spl/spl_exceptions.h"|g' \
|
|
${WRKSRC}/enchant.c
|
|
|
|
.include "${MASTERDIR}/Makefile"
|