Files
ports/Mk
Tobias Kortkamp bc23cc2fb8 Mk/Uses/qt.mk: Complain about components with an unknown suffix
Normally, USE_QT complains about unknown components with

	===>  $PKGNAME cannot be installed: unknown USE_QT component
	'foobar'.

However this fails if the component has a suffix starting with `_`.
For example

	USE_QT=	buildtools_build,core

or even a simple

	USE_QT=	buildtools_buld

is silently accepted, but they do not do anything.  Only components
with _build and _run suffixes should be accepted.

Amend the regular expression we use for this to be stricter.  It
is currently over eager.  Since we only have two cases to cover
here we can spell them out explictly instead.

PR:		235898
Approved by:	kde (tcberner)
Differential Revision:	https://reviews.freebsd.org/D19267
2019-02-20 21:24:33 +00:00
..
2018-02-20 22:25:54 +00:00
2018-12-29 15:38:30 +00:00
2018-12-06 20:33:20 +00:00
2019-02-11 15:21:25 +00:00
2019-02-19 13:20:47 +00:00