Page MenuHomeFreeBSD

Mk/Uses/pear.mk: Get rid of USE_PHPIZE remnants
ClosedPublic

Authored by brnrd on Apr 8 2018, 8:55 AM.
Tags
None
Referenced Files
F153584914: D15012.id41256.diff
Wed, Apr 22, 3:17 AM
F153584273: D15012.id41256.diff
Wed, Apr 22, 3:09 AM
Unknown Object (File)
Sun, Apr 19, 7:02 PM
Unknown Object (File)
Thu, Apr 16, 11:19 PM
Unknown Object (File)
Thu, Apr 16, 4:55 AM
Unknown Object (File)
Wed, Apr 15, 8:57 AM
Unknown Object (File)
Mon, Apr 13, 4:32 AM
Unknown Object (File)
Thu, Apr 9, 6:39 AM
Subscribers

Details

Reviewers
tz
ale
Group Reviewers
O5: Ports Framework(Owns No Changed Paths)
portmgr
Commits
rP468124: Uses/Mk/pear.mk: Get rid of USE_PHPIZE remnants
Summary

Almost 2 years ago, the build framework for PHP switched to USES=
The only place where USE_PHPIZE is still used is in pear.mk.

php.mk is included early in pear.mk, and will set php_ARGS=phpize
if either USE_PHPIZE is set or USES=php:phpize is defined.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 16055
Build 16023: arc lint + arc unit

Event Timeline

antoine added inline comments.
Mk/Uses/pear.mk
134

typo ?

brnrd marked an inline comment as done.

Fix typo

Mk/Uses/pear.mk
134

Yes, typo

This revision was not accepted when it landed; it landed in state Needs Review.Apr 23 2018, 6:18 PM
This revision was automatically updated to reflect the committed changes.