Details
Details
- Reviewers
brnrd - Group Reviewers
portmgr - Commits
- rP423859: Change the way opt_USE is parsed.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Mk/bsd.options.mk | ||
---|---|---|
500 โ | (On Diff #21131) | Would a check here and on line 550 be useful to determine if USE_${_u:tu} already contains _u? For example, OPT1_USE= ldconfig=${PREFIX}/lib/blah/lib results in USE_LDCONFIG containing the same path twice. |
Mk/bsd.options.mk | ||
---|---|---|
500 โ | (On Diff #21131) | Well, in this case, you are asking for it to be put twice. What you want to do is: .if ${PORT_OPTIONS:MOPT1} || ${PORT_OPTIONS:MOPT2} |