Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143010390
D48028.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
509 B
Referenced Files
None
Subscribers
None
D48028.diff
View Options
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -561,6 +561,9 @@
# Qt5
elif expr ${pkg} : '.*/qt5-.*' > /dev/null; then
warn "you need USES=qt:5 and USE_QT+=$(echo ${pkg} | sed -E 's|.*/qt5-||')"
+ # Qt6
+ elif expr ${pkg} : '.*/qt6-.*' > /dev/null; then
+ warn "you need USES=qt:6 and USE_QT+=$(echo ${pkg} | sed -E 's|.*/qt6-||')"
# MySQL
elif expr ${lib_file} : "${LOCALBASE}/lib/mysql/[^/]*$" > /dev/null; then
warn "you need USES+=mysql"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 26, 6:23 AM (20 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28006842
Default Alt Text
D48028.diff (509 B)
Attached To
Mode
D48028: Mk/Scripts/qa.sh: Add warnings for Qt6 components
Attached
Detach File
Event Timeline
Log In to Comment