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
F132146513: D15012.id41259.diff
Tue, Oct 14, 4:34 AM
F132139601: D15012.id41774.diff
Tue, Oct 14, 2:53 AM
Unknown Object (File)
Mon, Oct 13, 2:24 AM
Unknown Object (File)
Wed, Oct 8, 5:10 AM
Unknown Object (File)
Sat, Sep 27, 7:18 PM
Unknown Object (File)
Sat, Sep 27, 2:46 PM
Unknown Object (File)
Fri, Sep 26, 6:44 AM
Unknown Object (File)
Fri, Sep 26, 5:01 AM
Subscribers

Details

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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

antoine added inline comments.
Mk/Uses/pear.mk
134 ↗(On Diff #41256)

typo ?

brnrd marked an inline comment as done.

Fix typo

Mk/Uses/pear.mk
134 ↗(On Diff #41256)

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.