git: 1a48e8a9f683 - main - lang/php81: Fix REINPLACE_CMD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 May 2022 21:11:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a48e8a9f683b73155b418ea00d66dc641a0b0ac commit 1a48e8a9f683b73155b418ea00d66dc641a0b0ac Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-05-21 21:10:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-05-21 21:10:27 +0000 lang/php81: Fix REINPLACE_CMD After the alst upgrade to 8.1.6 the post-patch directive on php.ini-* are no longer required. Reported by: sunpoet Sponsored by: Bounce Experts --- lang/php81/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/php81/Makefile b/lang/php81/Makefile index c9460939ae74..6d75850a9886 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -127,7 +127,6 @@ CONFIGURE_ENV+= ac_cv_decimal_fp_supported="no" \ post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h - @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* post-patch-FPM-on: @${REINPLACE_CMD} -e "s|^;\(pid\)|\1|;s|^;\(pm\.[a-z_]*_servers\)|\1|" \