4dab0722de
Qt 6.11.1 edition. These ports are known to directly use or link to a library that uses the Qt private API and must be rebuilt with every Qt update. Qt *public* API/ABI compatability is excellent, so most consumers don't need to necessarily be rebuilt between patch or even minor releases, but use of the private API breaks this compatibility between even patch releases and its use is highly discouraged. This list [1] is based on histortical data. We don't have time to revisit every port on the list with each Qt update, so if your port has dropped Qt private headers and was bumped in error, please remove it yourself if you have write access to the Wiki or alert someone on kde@. [1] https://wiki.freebsd.org/KDE/Qt
26 lines
573 B
Makefile
26 lines
573 B
Makefile
PORTNAME= lxqt-policykit
|
|
PORTVERSION= 2.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= PolicyKit authentication agent
|
|
WWW= https://lxqt-project.org
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
LIB_DEPENDS= libpolkit-qt6-agent-1.so:sysutils/polkit-qt-1@qt6 \
|
|
libpolkit-agent-1.so:sysutils/polkit
|
|
|
|
USES= cmake compiler:c++20-lang gnome gettext-runtime lxqt:2 \
|
|
qt:6 perl5 localbase:ldflags pkgconfig tar:xz xorg
|
|
|
|
USE_PERL5= build
|
|
USE_QT= base:run tools:build
|
|
USE_LXQT= buildtools2 lxqt
|
|
USE_GNOME= glib20
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|