Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2022 21:11:44 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a48e8a9f683 - main - lang/php81: Fix REINPLACE_CMD
Message-ID:  <202205212111.24LLBi4l009183@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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|" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205212111.24LLBi4l009183>