diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-23 00:52:22 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-23 23:02:57 +0100 |
commit | 8667a82724a9c7d2560c438d98f23990d08a08eb (patch) | |
tree | 4bf0b7dd1249ffddcb177f832b4d5a383127afdd /textproc/php83-enchant/Makefile | |
parent | devel/genie: Update version g2020082801=>g20230921 (diff) |
lang/php83: Update version 8.3.0RC6=>8.3.0
- 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
Diffstat (limited to 'textproc/php83-enchant/Makefile')
-rw-r--r-- | textproc/php83-enchant/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/php83-enchant/Makefile b/textproc/php83-enchant/Makefile index 1cd5744b4173..3788e2909afd 100644 --- a/textproc/php83-enchant/Makefile +++ b/textproc/php83-enchant/Makefile @@ -4,4 +4,9 @@ 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" |