From 1a48e8a9f683b73155b418ea00d66dc641a0b0ac Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 21 May 2022 16:10:27 -0500 Subject: 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(-) (limited to 'lang') 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|" \ -- cgit v1.2.3