1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Only define USE_LDCONFIG in devel/qt5-core

All the qt5-ports share the same library directory. devel/qt5-core is dependet on
by all others.
So there is no need to add identical entries to libdata/ldconfig, and restart the
ldconfig service on every pkg change of those ports.

Reported by:	bapt
Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D27224
This commit is contained in:
Tobias C. Berner 2020-11-21 18:18:34 +00:00
parent f604ad3055
commit 93b90c42e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556007
44 changed files with 44 additions and 49 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= connectivity
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-
@ -11,6 +12,5 @@ COMMENT= Qt connectivity (Bluetooth/NFC) module
USES= compiler:c++11-lang qmake qt-dist:5,connectivity
USE_QT= concurrent core declarative buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= sensors
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-
@ -11,6 +12,5 @@ COMMENT= Qt sensors module
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,sensors
USE_QT= core declarative buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= serialbus
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-
@ -10,7 +11,6 @@ COMMENT= Qt functions to access industrial bus systems
USES= compiler:c++11-lib qmake qt-dist:5,serialbus
USE_QT= core network serialport buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_BINARIES= yes
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= serialport
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-
@ -10,6 +11,5 @@ COMMENT= Qt functions to access serial ports
USES= compiler:c++11-lang libtool qmake qt-dist:5,serialport
USE_QT= core buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= sql
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= databases
PKGNAMEPREFIX= qt5-
@ -12,7 +13,6 @@ USES= compiler:c++11-lang qmake:no_env qt-dist:5,base
USE_QT= core qmake_build buildtools_build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -2,6 +2,7 @@
PORTNAME= buildtools
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -11,7 +12,6 @@ COMMENT= Qt build tools
USES= compiler:c++11-lang libtool perl5 qmake:no_env qt-dist:5,base
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_BINARIES= yes
BUILD_WRKSRC= ${WRKSRC}/src/tools/bootstrap

View File

@ -2,6 +2,7 @@
PORTNAME= concurrent
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -12,7 +13,6 @@ USES= compiler:c++11-lang qmake:no_env qt-dist:5,base
USE_QT= core qmake_build buildtools_build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -2,6 +2,7 @@
PORTNAME= dbus
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -14,7 +15,6 @@ USES= compiler:c++11-lang qmake:no_env qt-dist:5,base
USE_QT= core qmake_build buildtools_build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -2,6 +2,7 @@
PORTNAME= designer
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -11,7 +12,6 @@ COMMENT= Qt 5 graphical user interface designer
USES= compiler:c++11-lang qmake qt-dist:5,tools
USE_QT= assistant_run core declarative gui network printsupport uiplugin \
widgets xml buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
DESKTOP_ENTRIES="Qt 5 Designer" "" \
"${PREFIX}/share/pixmaps/designer-qt5.png" \

View File

@ -2,6 +2,7 @@
PORTNAME= help
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -11,7 +12,6 @@ COMMENT= Qt online help integration module
USES= compiler:c++11-lang qmake qt-dist:5,tools
USE_QT= core gui network sql widgets \
buildtools_build sql-sqlite3_run
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_BINARIES= yes

View File

@ -2,6 +2,7 @@
PORTNAME= location
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -12,6 +13,5 @@ USES= compiler:c++11-lang qmake:norecursive qt-dist:5,location
USE_QT= concurrent core dbus declarative gui network serialport \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= remoteobjects
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -12,7 +13,6 @@ USES= compiler:c++11-lang gl qmake qt-dist:5
USE_GL= gl
USE_QT= core declarative network \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_BINARIES= yes

View File

@ -2,6 +2,7 @@
PORTNAME= script
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -13,7 +14,6 @@ USE_QT= core buildtools_build
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
# doesn't work).
MAKE_ENV= MAKEOBJDIR=.
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
post-patch:
@${REINPLACE_CMD} -e '/scripttools/ d' \

View File

@ -2,6 +2,7 @@
PORTNAME= scripttools
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -10,7 +11,6 @@ COMMENT= Qt Script additional components
USES= compiler:c++11-lang qmake qt-dist:5,script
USE_QT= core gui script widgets buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${WRKSRC}/src/${PORTNAME}

View File

@ -2,6 +2,7 @@
PORTNAME= scxml
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -10,7 +11,6 @@ COMMENT= Qt5 SXCML module
USES= compiler:c++11-lang qmake qt-dist:5,scxml
USE_QT= core declarative network buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_BINARIES= yes

View File

@ -2,6 +2,7 @@
PORTNAME= testlib
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -12,7 +13,6 @@ USES= compiler:c++11-lang qmake:no_env qt-dist:5,base
USE_QT= core qmake_build buildtools_build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -2,6 +2,7 @@
PORTNAME= uitools
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -10,7 +11,6 @@ COMMENT= Qt Designer UI forms support module
USES= compiler:c++11-lang qmake qt-dist:5,tools
USE_QT= core gui uiplugin widgets buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
INSTALL_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}

View File

@ -2,6 +2,7 @@
PORTNAME= 3d
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
@ -13,7 +14,6 @@ LIB_DEPENDS= libassimp.so:multimedia/assimp
USES= compiler:c++11-lang pkgconfig qmake:norecursive qt-dist:5,3d
USE_QT= concurrent core declarative gui network buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_BINARIES= yes

View File

@ -2,6 +2,7 @@
PORTNAME= opengl
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
@ -12,7 +13,6 @@ USES= compiler:c++11-lang gl qmake:no_env qt-dist:5,base
USE_GL= gl
USE_QT= core gui widgets qmake_build buildtools_build
HAS_CONFIGURE= yes
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -2,6 +2,7 @@
PORTNAME= svg
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
@ -10,6 +11,5 @@ COMMENT= Qt SVG support module
USES= compiler:c++11-lang qmake qt-dist:5,svg
USE_QT= core gui widgets buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= wayland
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
@ -22,7 +23,6 @@ USE_QT= core dbus gui declarative \
buildtools_build qmake_build
USE_XORG= x11 xcomposite
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_BINARIES= yes

View File

@ -2,6 +2,7 @@
PORTNAME= multimedia
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= multimedia
PKGNAMEPREFIX= qt5-
@ -17,7 +18,6 @@ USE_GNOME= glib20
USE_QT= core declarative gui network opengl widgets \
buildtools_build
USE_XORG= x11 xext xv
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_CONFIG= xlib

View File

@ -2,6 +2,7 @@
PORTNAME= network
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= net
PKGNAMEPREFIX= qt5-
@ -14,7 +15,6 @@ USES= compiler:c++11-lang qmake:no_env qt-dist:5,base ssl
USE_QT= core buildtools_build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -2,6 +2,7 @@
PORTNAME= networkauth
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= net
PKGNAMEPREFIX= qt5-
@ -11,6 +12,5 @@ COMMENT= Qt network auth module
USES= compiler:c++11-lang qmake:no_env qt-dist:5
USE_QT= core network \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= printsupport
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= print
PKGNAMEPREFIX= qt5-
@ -11,7 +12,6 @@ COMMENT= Qt print support module
USES= compiler:c++11-lang qmake:no_env qt-dist:5,base
USE_QT= core gui widgets qmake_build buildtools_build
HAS_CONFIGURE= yes
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -2,6 +2,7 @@
PORTNAME= xml
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= textproc
PKGNAMEPREFIX= qt5-
@ -12,7 +13,6 @@ USES= compiler:c++11-lang qmake:no_env qt-dist:5,base
USE_QT= core qmake_build buildtools_build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -2,7 +2,7 @@
PORTNAME= xmlpatterns
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc
PKGNAMEPREFIX= qt5-
@ -11,7 +11,6 @@ COMMENT= Qt support for XPath, XQuery, XSLT and XML Schema
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,xmlpatterns
USE_QT= core declarative network buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_BINARIES= yes

View File

@ -2,6 +2,7 @@
PORTNAME= webchannel
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@ -10,7 +11,6 @@ COMMENT= Qt 5 library for integration of C++/QML with HTML/js clients
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,webchannel
USE_QT= buildtools_build core declarative
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
# tarball, which we need during the build.

View File

@ -18,7 +18,7 @@
PORTNAME= webengine
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@ -84,7 +84,6 @@ USE_QT= core declarative gui location network printsupport \
USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xorgproto \
xrandr xrender xscrnsaver xtst
USE_LDCONFIG= ${QT_LIBDIR}
QMAKE_CONFIGURE_ARGS= -proprietary-codecs -system-ffmpeg

View File

@ -2,6 +2,7 @@
PORTNAME= webglplugin
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@ -16,6 +17,5 @@ USE_GL= gl
USE_GNOME= glib20
USE_QT= core dbus declarative gui network webchannel websockets \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= websockets-qml
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@ -10,6 +11,5 @@ COMMENT= Qt implementation of WebSocket protocol (QML bindings)
USES= compiler:c++11-lang qmake qt-dist:5,websockets
USE_QT= buildtools_build core declarative network websockets
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= websockets
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@ -10,6 +11,5 @@ COMMENT= Qt implementation of WebSocket protocol
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,websockets
USE_QT= buildtools_build core network
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= webview
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@ -12,7 +13,6 @@ USES= compiler:c++11-lang gl qmake:norecursive qt-dist:5
USE_GL= gl
USE_QT= core declarative gui location network webchannel \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.pre.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= datavis3d
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -11,6 +12,5 @@ COMMENT= Qt 5 3D data visualization module
USE_QT= core declarative network gui widgets designer buildtools_build
USES= compiler:c++11-lang qmake qt-dist:5,datavis3d
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,7 +2,7 @@
PORTNAME= declarative
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -14,7 +14,6 @@ USES= compiler:c++11-lang gl python:build qmake:norecursive \
USE_GL= gl
USE_QT= core gui network sql testlib \
widgets buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick

View File

@ -2,7 +2,7 @@
PORTNAME= gamepad
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -13,6 +13,5 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,gamepad
USE_QT= core declarative gui buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,7 +2,7 @@
PORTNAME= gui
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-toolkits graphics
PKGNAMEPREFIX= qt5-
@ -33,7 +33,6 @@ USES= compiler:c++11-lang gl gnome jpeg localbase \
qmake:no_env qt-dist:5,base
USE_GL= egl gl
USE_GNOME= glib20
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
USE_QT= core dbus network buildtools_build qmake_build
QT_BINARIES= yes
QT_CONFIG= accessibility accessibility-atspi-bridge dbus \

View File

@ -2,6 +2,7 @@
PORTNAME= quick3d
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -11,6 +12,5 @@ COMMENT= Set of controls for building complete interfaces in Qt Quick3D
USES= compiler:c++11-lang qmake qt-dist:5
USE_QT= core declarative gui network opengl \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= quickcontrols
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -13,6 +14,5 @@ BROKEN_armv6= fails to install: pkg-static: Unable to access file ApplicationWi
USES= compiler:c++11-lang qmake qt-dist:5,quickcontrols
USE_QT= core declarative gui widgets \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= quickcontrols2
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -14,6 +15,5 @@ USES= compiler:c++11-lang qmake:norecursive qt-dist:5
USE_QT= core declarative gui widgets \
buildtools_build
QT_DIST= ${PORTNAME}
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= quicktimeline
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -11,6 +12,5 @@ COMMENT= Set of controls for building complete interfaces in Qt Quick Timeline
USES= compiler:c++11-lang qmake qt-dist:5
USE_QT= core declarative quickcontrols \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
PORTNAME= virtualkeyboard
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -13,7 +14,6 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
USES= compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard
USE_QT= core declarative network gui widgets svg buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
# stuff.

View File

@ -2,6 +2,7 @@
PORTNAME= widgets
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@ -12,7 +13,6 @@ USES= compiler:c++11-lang qmake:no_env qt-dist:5,base xorg
USE_QT= core gui qmake_build buildtools_build
USE_XORG= x11
HAS_CONFIGURE= yes
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}

View File

@ -2,6 +2,7 @@
PORTNAME= x11extras
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11
PKGNAMEPREFIX= qt5-
@ -10,6 +11,5 @@ COMMENT= Qt platform-specific features for X11-based systems
USES= compiler:c++11-lang qmake qt-dist:5,x11extras perl5
USE_QT= core gui
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>