FreeBSD Bugzilla – Attachment 202202 Details for
Bug 235898
Mk/Uses/qt.mk: Complain about components with an unknown suffix instead of silently accepting them
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
D19267.diff
D19267.diff (text/plain), 480 bytes, created by
Tobias Kortkamp
on 2019-02-20 19:38:31 UTC
(
hide
)
Description:
D19267.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2019-02-20 19:38:31 UTC
Size:
480 bytes
patch
obsolete
>Index: Mk/Uses/qt.mk >=================================================================== >--- Mk/Uses/qt.mk >+++ Mk/Uses/qt.mk >@@ -466,7 +466,7 @@ > _USE_QT_ALL+= ${_USE_QT${_QT_VER}_ONLY} > _USE_QT= ${USE_QT} > # Iterate through components deprived of suffix. >-. for component in ${_USE_QT:O:u:C/_.+//} >+. for component in ${_USE_QT:O:u:C/_(build|run)$//} > # Check that the component is valid. > . if ${_USE_QT_ALL:M${component}} != "" > # Skip meta-components (currently none).
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tobik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 235898
: 202202