Page MenuHomeFreeBSD

Mk/Uses/php.mk: Flag invalid args
ClosedPublic

Authored by tobik on Mar 29 2019, 11:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 6:06 AM
Unknown Object (File)
Mon, Oct 6, 6:39 AM
Unknown Object (File)
Sun, Oct 5, 11:24 PM
Unknown Object (File)
Sun, Oct 5, 6:10 PM
Unknown Object (File)
Wed, Sep 24, 1:03 AM
Unknown Object (File)
Thu, Sep 18, 10:27 PM
Unknown Object (File)
Thu, Sep 18, 9:21 PM
Unknown Object (File)
Wed, Sep 17, 7:43 AM
Subscribers

Details

Summary

Flag invalid USES=php arguments to avoid mistakes like

USES=		php:filter,gettext

instead of

USES=		php
USE_PHP=	filter gettext
Test Plan

Ran make -V IGNORE over the tree. The following ports had problems (I've already fixed them):

Origin						Invalid USES=php args			Fixed in
net-mgmt/nagiosql				filter gettext mysql session simplexml	rP497106
net-mgmt/glpi-plugins-fusioninventory-server	fileinfo (and simplexml, wddx [1])	rP497107

[1] Those are not flagged since USES=php is included multiple times.

Diff Detail

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

Event Timeline

Mk/Uses/php.mk
7 ↗(On Diff #55591)

I don't think "one of" is the correct wording, you can combine a few of them.

tobik marked an inline comment as done.
  • Update "Valid ARGS" comment with missing components
This revision was not accepted when it landed; it landed in state Needs Review.Mar 30 2019, 6:36 PM
This revision was automatically updated to reflect the committed changes.