Page MenuHomeFreeBSD

Mk/bsd.options.mk: Default _USE= feature to USE_FEATURE= yes
ClosedPublic

Authored by brnrd on Oct 6 2016, 6:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 29 2023, 4:28 PM
Unknown Object (File)
Oct 6 2023, 1:31 PM
Unknown Object (File)
Sep 23 2023, 12:19 PM
Unknown Object (File)
Sep 20 2023, 9:55 PM
Unknown Object (File)
May 15 2023, 3:06 PM
Unknown Object (File)
Apr 26 2023, 3:54 PM
Unknown Object (File)
Dec 13 2022, 6:02 PM
Unknown Object (File)
Dec 6 2022, 6:25 PM
Subscribers
None

Details

Reviewers
mat
Group Reviewers
O5: Ports Framework(Owns No Changed Paths)
portmgr
Commits
rP423434: security/openssl: Fix ldconfig issue
Summary

When using a construct like

OPT_USE=	feature

the result is

USE_FEATURE=	feature

due to ${option:C/.*=//} not matching/replacing anything.
The patch changes this behavior to result in

USE_FEATURE=	yes

Diff Detail

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

Event Timeline

brnrd retitled this revision from to Mk/bsd.options.mk: Default _USE= feature to USE_FEATURE= yes.
brnrd updated this object.
brnrd edited the test plan for this revision. (Show Details)
brnrd added a reviewer: mat.
brnrd edited edge metadata.
This revision was automatically updated to reflect the committed changes.