mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Qt 5 distribution ports: Add USE_LDCONFIG where appropriate
Pull Request: https://github.com/freebsd/freebsd-ports/pull/358
This commit is contained in:
parent
981ef073b7
commit
58972f6dd4
40 changed files with 80 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= speech
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -11,6 +12,7 @@ USES= compiler:c++11-lang gl pkgconfig perl5 qmake:outsource,norecursive \
|
|||
USE_GL= gl
|
||||
USE_PERL5= extract
|
||||
USE_QT= core gui buildtools:build qmake:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
OPTIONS_DEFINE= ALSA
|
||||
OPTIONS_GROUP= BACKEND
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= connectivity
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,5 +10,6 @@ COMMENT= Qt connectivity (Bluetooth/NFC) module
|
|||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,connectivity
|
||||
USE_PERL5= build
|
||||
USE_QT= concurrent core declarative buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= sensors
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,5 +10,6 @@ COMMENT= Qt sensors module
|
|||
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,sensors
|
||||
USE_PERL5= build
|
||||
USE_QT= core declarative buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= serialbus
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,6 +10,7 @@ COMMENT= Qt functions to access industrial bus systems
|
|||
USES= compiler:c++11-lib perl5 qmake qt-dist:5,serialbus
|
||||
USE_PERL5= extract
|
||||
USE_QT= core network serialport buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
QT_BINARIES= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= serialport
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,5 +10,6 @@ COMMENT= Qt functions to access serial ports
|
|||
USES= compiler:c++11-lang libtool perl5 qmake qt-dist:5,serialport
|
||||
USE_PERL5= extract
|
||||
USE_QT= core buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= sql
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,6 +10,7 @@ COMMENT= Qt SQL database integration module
|
|||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||
USE_PERL5= extract
|
||||
USE_QT= core qmake:build buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= concurrent
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,6 +10,7 @@ COMMENT= Qt multi-threading module
|
|||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||
USE_PERL5= extract
|
||||
USE_QT= core qmake:build buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= dbus
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -11,6 +12,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus
|
|||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||
USE_PERL5= extract
|
||||
USE_QT= core qmake:build buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= designer
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5,tools
|
|||
USE_PERL5= build
|
||||
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" \
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= help
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5,tools
|
|||
USE_PERL5= build
|
||||
USE_QT= core gui network sql widgets \
|
||||
buildtools:build sql-sqlite3:run
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
QT_BINARIES= yes
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= location
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,5 +11,6 @@ USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,location
|
|||
USE_PERL5= build
|
||||
USE_QT= concurrent core dbus declarative gui network serialport \
|
||||
buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= remoteobjects
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -11,6 +12,7 @@ USE_GL= gl
|
|||
USE_PERL5= build
|
||||
USE_QT= core declarative network \
|
||||
buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
QT_BINARIES= yes
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= script
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,6 +10,7 @@ COMMENT= Qt 4-compatible scripting module
|
|||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,script
|
||||
USE_PERL5= extract
|
||||
USE_QT= core buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
|
||||
# doesn't work).
|
||||
MAKE_ENV= MAKEOBJDIR=.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= scripttools
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,6 +10,7 @@ COMMENT= Qt Script additional components
|
|||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,script
|
||||
USE_PERL5= build
|
||||
USE_QT= core gui script widgets buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= scxml
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,6 +10,7 @@ COMMENT= Qt5 SCXML module
|
|||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,scxml
|
||||
USE_PERL5= build
|
||||
USE_QT= core declarative network buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
QT_BINARIES= yes
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= testlib
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,6 +10,7 @@ COMMENT= Qt unit testing module
|
|||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||
USE_PERL5= extract
|
||||
USE_QT= core qmake:build buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= 3d
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -11,6 +12,7 @@ LIB_DEPENDS= libassimp.so:multimedia/assimp
|
|||
USES= compiler:c++11-lang perl5 pkgconfig qmake:norecursive qt-dist:5,3d
|
||||
USE_PERL5= extract
|
||||
USE_QT= concurrent core declarative gui network buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
OPTIONS_DEFINE_amd64= AVX
|
||||
OPTIONS_DEFINE_i386= AVX
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= opengl
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang gl perl5 qmake:no_env qt-dist:5,base
|
|||
USE_GL= gl
|
||||
USE_PERL5= extract
|
||||
USE_QT= core gui widgets qmake:build buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= svg
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,5 +10,6 @@ COMMENT= Qt SVG support module
|
|||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,svg
|
||||
USE_PERL5= build
|
||||
USE_QT= core gui widgets buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= wayland
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics wayland
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -19,6 +20,7 @@ USE_GNOME= glib20
|
|||
USE_PERL5= build
|
||||
USE_QT= core dbus gui declarative \
|
||||
buildtools:build qmake:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
USE_XORG= x11 xcomposite
|
||||
|
||||
QT_BINARIES= yes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= multimedia
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -16,6 +16,7 @@ USE_GNOME= glib20
|
|||
USE_PERL5= build
|
||||
USE_QT= core declarative gui network opengl widgets \
|
||||
buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
USE_XORG= x11 xext xv
|
||||
|
||||
QT_CONFIG= xlib
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= network
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,6 +10,7 @@ COMMENT= Qt network module
|
|||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base ssl
|
||||
USE_PERL5= extract
|
||||
USE_QT= core buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= networkauth
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,5 +11,6 @@ USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5
|
|||
USE_PERL5= extract
|
||||
USE_QT= core network \
|
||||
buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= printsupport
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,6 +10,7 @@ COMMENT= Qt print support module
|
|||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||
USE_PERL5= extract
|
||||
USE_QT= core gui widgets qmake:build buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= xml
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,6 +10,7 @@ COMMENT= Qt SAX and DOM implementations
|
|||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||
USE_PERL5= extract
|
||||
USE_QT= core qmake:build buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= xmlpatterns
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,6 +10,7 @@ COMMENT= Qt support for XPath, XQuery, XSLT and XML Schema
|
|||
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,xmlpatterns
|
||||
USE_PERL5= build
|
||||
USE_QT= core declarative network buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
QT_BINARIES= yes
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= webchannel
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,webchannel
|
|||
USE_PERL5= build
|
||||
USE_QT= core declarative \
|
||||
buildtools:build declarative-test:build testlib:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
|
||||
# tarball, which we need during the build.
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
PORTNAME= webengine
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -86,6 +86,7 @@ USE_QT= core declarative gui location network printsupport \
|
|||
buildtools:build designer:build qmake:build
|
||||
USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xkbfile \
|
||||
xorgproto xrandr xrender xscrnsaver xtst
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
QMAKE_CONFIGURE_ARGS= -proprietary-codecs -system-ffmpeg
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= websockets
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -9,5 +10,6 @@ COMMENT= Qt implementation of WebSocket protocol
|
|||
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,websockets
|
||||
USE_PERL5= extract
|
||||
USE_QT= buildtools:build core network
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= webview
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -11,6 +12,7 @@ USE_GL= gl
|
|||
USE_PERL5= build
|
||||
USE_QT= core declarative gui location network webchannel \
|
||||
buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= charts
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,5 +11,6 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5,charts tar:xz
|
|||
USE_PERL5= build
|
||||
USE_QT= core declarative network gui widgets designer \
|
||||
buildtools:build qmake:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= datavis3d
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -8,6 +9,7 @@ COMMENT= Qt 5 3D data visualization module
|
|||
|
||||
USE_PERL5= build
|
||||
USE_QT= core declarative network gui widgets designer buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,datavis3d
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= declarative-test
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -13,6 +14,7 @@ USE_GL= gl
|
|||
USE_PERL5= build
|
||||
USE_QT= core declarative gui network sql testlib widgets \
|
||||
buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= declarative
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -13,6 +14,7 @@ USE_GL= gl
|
|||
USE_PERL5= build
|
||||
USE_QT= core gui network sql widgets \
|
||||
buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gamepad
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -11,5 +12,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
|
|||
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,gamepad
|
||||
USE_PERL5= build
|
||||
USE_QT= core declarative gui buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= quick3d
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -13,6 +14,7 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5
|
|||
USE_PERL5= build
|
||||
USE_QT= core declarative gui network opengl \
|
||||
buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
QT_BINARIES= yes
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= quickcontrols2
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -13,6 +14,7 @@ USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5
|
|||
USE_PERL5= build
|
||||
USE_QT= core declarative gui widgets \
|
||||
buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
QT_DIST= ${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= virtualkeyboard
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,6 +11,7 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
|||
|
||||
USES= compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard xorg
|
||||
USE_QT= core declarative network gui widgets svg buildtools:build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
USE_XORG= xcb
|
||||
|
||||
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= widgets
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base xorg
|
|||
USE_PERL5= extract
|
||||
USE_QT= core gui qmake:build buildtools:build
|
||||
USE_XORG= x11
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= x11extras
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -10,5 +11,6 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5,x11extras perl5
|
|||
USE_PERL5= extract
|
||||
USE_QT= core gui \
|
||||
buildtools:build # syncqt
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue