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, Feb 23, 5:43 PM
Unknown Object (File)
Mon, Feb 19, 5:54 AM
Unknown Object (File)
Mon, Feb 19, 5:54 AM
Unknown Object (File)
Mon, Feb 19, 12:31 AM
Unknown Object (File)
Mon, Feb 19, 12:31 AM
Unknown Object (File)
Mon, Feb 19, 12:31 AM
Unknown Object (File)
Mon, Feb 19, 12:31 AM
Unknown Object (File)
Mon, Feb 19, 12:31 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.