Page MenuHomeFreeBSD

Make USES=php feel like a USES.
ClosedPublic

Authored by mat on Jun 23 2016, 3:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 1:58 AM
Unknown Object (File)
Thu, May 2, 5:11 AM
Unknown Object (File)
Wed, May 1, 5:39 AM
Unknown Object (File)
Tue, Apr 30, 3:25 PM
Unknown Object (File)
Mon, Apr 29, 12:31 PM
Unknown Object (File)
Sun, Apr 28, 10:50 AM
Unknown Object (File)
Sun, Apr 28, 10:21 AM
Unknown Object (File)
Fri, Apr 26, 6:21 AM
Subscribers

Details

Summary
  • USE_PHPIZE → USES=php:phpize
  • USE_PHPEXT → USES=php:ext
  • USE_ZENDEXT → USES=php:zend
  • USE_PHP_BUILD → USES=php:build
  • WANT_PHP_CLI → USES=php:cli
  • WANT_PHP_CGI → USES=php:cgi
  • WANT_PHP_MOD → USES=php:mod
  • WANT_PHP_WEB → USES=php:web
  • WANT_PHP_EMB → USES=php:embed

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mat retitled this revision from to Make USES=php feel like a USES..
mat updated this object.
mat edited the test plan for this revision. (Show Details)
mat edited edge metadata.
  • Now, USE_PHP can be empty.
mat edited edge metadata.
  • The mhash extension has been removed six years ago, time to let it
  • Convert all USE_PHP=yes
mat edited edge metadata.

Fix stuff.

I don't like this change:
it's easier to add stuff to USE_PHP or to use option helpers with USE_PHP than with USES=php

And now I see that it doesn't replace USE_PHP.

mat edited edge metadata.

Rebase.

mat edited edge metadata.
  • I hate make(1).
This revision was automatically updated to reflect the committed changes.