Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143356507
D15012.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
862 B
Referenced Files
None
Subscribers
None
D15012.id.diff
View Options
Index: head/Mk/Uses/pear.mk
===================================================================
--- head/Mk/Uses/pear.mk
+++ head/Mk/Uses/pear.mk
@@ -33,7 +33,7 @@
EXTRACT_SUFX?= .tgz
DIST_SUBDIR?= PEAR
-. if !defined(USE_PHPIZE)
+. if empty(php_ARGS:Mphpize)
NO_BUILD= yes
. endif
. endif
@@ -87,7 +87,7 @@
SUB_LIST+= PKG_NAME=${PEARPKGREF}
. if empty(pear_ARGS:Menv)
-. if !defined(USE_PHPIZE) && !exists(${.CURDIR}/pkg-plist)
+. if empty(php_ARGS:Mphpize) && !exists(${.CURDIR}/pkg-plist)
PLIST= ${WRKDIR}/PLIST
. endif
PKGINSTALL?= ${PORTSDIR}/devel/pear/pear-install
@@ -131,7 +131,7 @@
done \
) | ${SORT} -ur
-. if !defined(USE_PHPIZE)
+. if empty(php_ARGS:Mphpize)
_USES_install+= 260:do-autogenerate-plist
do-autogenerate-plist:
@${ECHO_MSG} "===> Generating packing list with pear"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 30, 8:42 AM (1 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28097578
Default Alt Text
D15012.id.diff (862 B)
Attached To
Mode
D15012: Mk/Uses/pear.mk: Get rid of USE_PHPIZE remnants
Attached
Detach File
Event Timeline
Log In to Comment