FreeBSD Bugzilla – Attachment 250818 Details for
Bug 279168
sysutils/bsdisks: add qt6 support.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils/bsdisks: add qt6 support.
bsdisks-add-qt6-support.patch (text/plain), 1.37 KB, created by
Eric Camachat
on 2024-05-19 19:14:01 UTC
(
hide
)
Description:
sysutils/bsdisks: add qt6 support.
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2024-05-19 19:14:01 UTC
Size:
1.37 KB
patch
obsolete
>diff --git devel/kf6-solid/Makefile devel/kf6-solid/Makefile >index a7fa8d953c80..13fd400d4822 100644 >--- devel/kf6-solid/Makefile >+++ devel/kf6-solid/Makefile >@@ -5,7 +5,7 @@ CATEGORIES= devel kde kde-frameworks > COMMENT= Desktop hardware abstraction > MAINTAINER= kde@FreeBSD.org > >-RUN_DEPENDS= bsdisks:sysutils/bsdisks >+RUN_DEPENDS= bsdisks:sysutils/bsdisks@qt6 > > USES= bison cmake gl kde:6 qt:6 tar:xz > USE_GL= gl opengl >diff --git sysutils/bsdisks/Makefile sysutils/bsdisks/Makefile >index 5425be18ec15..6a58ab1f63b8 100644 >--- sysutils/bsdisks/Makefile >+++ sysutils/bsdisks/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= bsdisks > DISTVERSION= 0.35 > CATEGORIES= sysutils >+PKGNAMESUFFIX= -${FLAVOR} > > MAINTAINER= arrowd@FreeBSD.org > COMMENT= UDisks2 service implementation for FreeBSD >@@ -8,11 +9,16 @@ WWW= https://foss.heptapod.net/bsdutils/bsdisks > > LICENSE= BSD3CLAUSE > >-LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5 >+FLAVORS= qt5 qt6 >+FLAVOR?= qt5 > >-USES= cmake compiler:c++11-lang qt:5 >+LIB_DEPENDS= libpolkit-qt${FLAVOR:C/qt//}-core-1.so:sysutils/polkit-qt-1@${FLAVOR} > >-USE_QT= qmake:build buildtools:build core dbus >+USES= cmake compiler:c++11-lang qt:${FLAVOR:C/qt//} >+USE_QT= ${_USE_QT_${FLAVOR}} >+CMAKE_ARGS= -DQT_MAJOR_VERSION=${FLAVOR:C/qt//} >+_USE_QT_qt5= qmake:build buildtools:build core dbus >+_USE_QT_qt6= base > > USE_GITLAB= yes > GL_SITE= https://foss.heptapod.net
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
Actions:
View
|
Diff
Attachments on
bug 279168
:
250818
|
250854