Page MenuHomeFreeBSD

Make USES=php feel like a USES.
ClosedPublic

Authored by mat on Jun 23 2016, 3:51 PM.
Tags
None
Referenced Files
F72470677: D6936.diff
Fri, Dec 8, 12:52 PM
F72426194: D6936.diff
Thu, Dec 7, 5:25 PM
Unknown Object (File)
Sun, Dec 3, 12:36 AM
Unknown Object (File)
Mon, Nov 13, 8:16 PM
Unknown Object (File)
Nov 3 2023, 8:20 AM
Unknown Object (File)
Nov 1 2023, 6:52 PM
Unknown Object (File)
Oct 30 2023, 10:55 AM
Unknown Object (File)
Oct 27 2023, 10:55 PM
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.