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)
Tue, Sep 12, 4:14 AM
Unknown Object (File)
Sun, Sep 10, 6:12 PM
Unknown Object (File)
Thu, Sep 7, 1:11 AM
Unknown Object (File)
Sun, Sep 3, 6:18 AM
Unknown Object (File)
Wed, Aug 30, 2:41 AM
Unknown Object (File)
Aug 25 2023, 1:22 PM
Unknown Object (File)
Aug 18 2023, 11:47 PM
Unknown Object (File)
Aug 18 2023, 3:37 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.