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
|
PORTNAME= speech
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= accessibility
|
CATEGORIES= accessibility
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -11,6 +12,7 @@ USES= compiler:c++11-lang gl pkgconfig perl5 qmake:outsource,norecursive \
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core gui buildtools:build qmake:build
|
USE_QT= core gui buildtools:build qmake:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
OPTIONS_DEFINE= ALSA
|
OPTIONS_DEFINE= ALSA
|
||||||
OPTIONS_GROUP= BACKEND
|
OPTIONS_GROUP= BACKEND
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= connectivity
|
PORTNAME= connectivity
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -9,5 +10,6 @@ COMMENT= Qt connectivity (Bluetooth/NFC) module
|
||||||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,connectivity
|
USES= compiler:c++11-lang perl5 qmake qt-dist:5,connectivity
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= concurrent core declarative buildtools:build
|
USE_QT= concurrent core declarative buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= sensors
|
PORTNAME= sensors
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -9,5 +10,6 @@ COMMENT= Qt sensors module
|
||||||
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,sensors
|
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,sensors
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative buildtools:build
|
USE_QT= core declarative buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= serialbus
|
PORTNAME= serialbus
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
PKGNAMEPREFIX= qt5-
|
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
|
USES= compiler:c++11-lib perl5 qmake qt-dist:5,serialbus
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core network serialport buildtools:build
|
USE_QT= core network serialport buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
QT_BINARIES= yes
|
QT_BINARIES= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= serialport
|
PORTNAME= serialport
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
PKGNAMEPREFIX= qt5-
|
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
|
USES= compiler:c++11-lang libtool perl5 qmake qt-dist:5,serialport
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core buildtools:build
|
USE_QT= core buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= sql
|
PORTNAME= sql
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
PKGNAMEPREFIX= qt5-
|
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
|
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core qmake:build buildtools:build
|
USE_QT= core qmake:build buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= concurrent
|
PORTNAME= concurrent
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -9,6 +10,7 @@ COMMENT= Qt multi-threading module
|
||||||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core qmake:build buildtools:build
|
USE_QT= core qmake:build buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= dbus
|
PORTNAME= dbus
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
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
|
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core qmake:build buildtools:build
|
USE_QT= core qmake:build buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= designer
|
PORTNAME= designer
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5,tools
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= assistant:run core declarative gui network printsupport uiplugin \
|
USE_QT= assistant:run core declarative gui network printsupport uiplugin \
|
||||||
widgets xml buildtools:build
|
widgets xml buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
DESKTOP_ENTRIES="Qt 5 Designer" "" \
|
DESKTOP_ENTRIES="Qt 5 Designer" "" \
|
||||||
"${PREFIX}/share/pixmaps/designer-qt5.png" \
|
"${PREFIX}/share/pixmaps/designer-qt5.png" \
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= help
|
PORTNAME= help
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5,tools
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core gui network sql widgets \
|
USE_QT= core gui network sql widgets \
|
||||||
buildtools:build sql-sqlite3:run
|
buildtools:build sql-sqlite3:run
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
QT_BINARIES= yes
|
QT_BINARIES= yes
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= location
|
PORTNAME= location
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,5 +11,6 @@ USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,location
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= concurrent core dbus declarative gui network serialport \
|
USE_QT= concurrent core dbus declarative gui network serialport \
|
||||||
buildtools:build
|
buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= remoteobjects
|
PORTNAME= remoteobjects
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -11,6 +12,7 @@ USE_GL= gl
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative network \
|
USE_QT= core declarative network \
|
||||||
buildtools:build
|
buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
QT_BINARIES= yes
|
QT_BINARIES= yes
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= script
|
PORTNAME= script
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ COMMENT= Qt 4-compatible scripting module
|
||||||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,script
|
USES= compiler:c++11-lang perl5 qmake qt-dist:5,script
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core buildtools:build
|
USE_QT= core buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
|
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
|
||||||
# doesn't work).
|
# doesn't work).
|
||||||
MAKE_ENV= MAKEOBJDIR=.
|
MAKE_ENV= MAKEOBJDIR=.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= scripttools
|
PORTNAME= scripttools
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ COMMENT= Qt Script additional components
|
||||||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,script
|
USES= compiler:c++11-lang perl5 qmake qt-dist:5,script
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core gui script widgets buildtools:build
|
USE_QT= core gui script widgets buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||||
INSTALL_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
INSTALL_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= scxml
|
PORTNAME= scxml
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -9,6 +10,7 @@ COMMENT= Qt5 SCXML module
|
||||||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,scxml
|
USES= compiler:c++11-lang perl5 qmake qt-dist:5,scxml
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative network buildtools:build
|
USE_QT= core declarative network buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
QT_BINARIES= yes
|
QT_BINARIES= yes
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= testlib
|
PORTNAME= testlib
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -9,6 +10,7 @@ COMMENT= Qt unit testing module
|
||||||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core qmake:build buildtools:build
|
USE_QT= core qmake:build buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= 3d
|
PORTNAME= 3d
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
PKGNAMEPREFIX= qt5-
|
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
|
USES= compiler:c++11-lang perl5 pkgconfig qmake:norecursive qt-dist:5,3d
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= concurrent core declarative gui network buildtools:build
|
USE_QT= concurrent core declarative gui network buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
OPTIONS_DEFINE_amd64= AVX
|
OPTIONS_DEFINE_amd64= AVX
|
||||||
OPTIONS_DEFINE_i386= AVX
|
OPTIONS_DEFINE_i386= AVX
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= opengl
|
PORTNAME= opengl
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang gl perl5 qmake:no_env qt-dist:5,base
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core gui widgets qmake:build buildtools:build
|
USE_QT= core gui widgets qmake:build buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= svg
|
PORTNAME= svg
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -9,5 +10,6 @@ COMMENT= Qt SVG support module
|
||||||
USES= compiler:c++11-lang perl5 qmake qt-dist:5,svg
|
USES= compiler:c++11-lang perl5 qmake qt-dist:5,svg
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core gui widgets buildtools:build
|
USE_QT= core gui widgets buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= wayland
|
PORTNAME= wayland
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics wayland
|
CATEGORIES= graphics wayland
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -19,6 +20,7 @@ USE_GNOME= glib20
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core dbus gui declarative \
|
USE_QT= core dbus gui declarative \
|
||||||
buildtools:build qmake:build
|
buildtools:build qmake:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
USE_XORG= x11 xcomposite
|
USE_XORG= x11 xcomposite
|
||||||
|
|
||||||
QT_BINARIES= yes
|
QT_BINARIES= yes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= multimedia
|
PORTNAME= multimedia
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ USE_GNOME= glib20
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative gui network opengl widgets \
|
USE_QT= core declarative gui network opengl widgets \
|
||||||
buildtools:build
|
buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
USE_XORG= x11 xext xv
|
USE_XORG= x11 xext xv
|
||||||
|
|
||||||
QT_CONFIG= xlib
|
QT_CONFIG= xlib
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= network
|
PORTNAME= network
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -9,6 +10,7 @@ COMMENT= Qt network module
|
||||||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base ssl
|
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base ssl
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core buildtools:build
|
USE_QT= core buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= networkauth
|
PORTNAME= networkauth
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,5 +11,6 @@ USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core network \
|
USE_QT= core network \
|
||||||
buildtools:build
|
buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= printsupport
|
PORTNAME= printsupport
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -9,6 +10,7 @@ COMMENT= Qt print support module
|
||||||
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core gui widgets qmake:build buildtools:build
|
USE_QT= core gui widgets qmake:build buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= xml
|
PORTNAME= xml
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
PKGNAMEPREFIX= qt5-
|
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
|
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core qmake:build buildtools:build
|
USE_QT= core qmake:build buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= -no-gui -no-xcb
|
CONFIGURE_ARGS= -no-gui -no-xcb
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= xmlpatterns
|
PORTNAME= xmlpatterns
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
PKGNAMEPREFIX= qt5-
|
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
|
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,xmlpatterns
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative network buildtools:build
|
USE_QT= core declarative network buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
QT_BINARIES= yes
|
QT_BINARIES= yes
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= webchannel
|
PORTNAME= webchannel
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,webchannel
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative \
|
USE_QT= core declarative \
|
||||||
buildtools:build declarative-test:build testlib:build
|
buildtools:build declarative-test:build testlib:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
|
# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
|
||||||
# tarball, which we need during the build.
|
# tarball, which we need during the build.
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
PORTNAME= webengine
|
PORTNAME= webengine
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -86,6 +86,7 @@ USE_QT= core declarative gui location network printsupport \
|
||||||
buildtools:build designer:build qmake:build
|
buildtools:build designer:build qmake:build
|
||||||
USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xkbfile \
|
USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xkbfile \
|
||||||
xorgproto xrandr xrender xscrnsaver xtst
|
xorgproto xrandr xrender xscrnsaver xtst
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
QMAKE_CONFIGURE_ARGS= -proprietary-codecs -system-ffmpeg
|
QMAKE_CONFIGURE_ARGS= -proprietary-codecs -system-ffmpeg
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= websockets
|
PORTNAME= websockets
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -9,5 +10,6 @@ COMMENT= Qt implementation of WebSocket protocol
|
||||||
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,websockets
|
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,websockets
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= buildtools:build core network
|
USE_QT= buildtools:build core network
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= webview
|
PORTNAME= webview
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -11,6 +12,7 @@ USE_GL= gl
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative gui location network webchannel \
|
USE_QT= core declarative gui location network webchannel \
|
||||||
buildtools:build
|
buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= charts
|
PORTNAME= charts
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,5 +11,6 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5,charts tar:xz
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative network gui widgets designer \
|
USE_QT= core declarative network gui widgets designer \
|
||||||
buildtools:build qmake:build
|
buildtools:build qmake:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= datavis3d
|
PORTNAME= datavis3d
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -8,6 +9,7 @@ COMMENT= Qt 5 3D data visualization module
|
||||||
|
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative network gui widgets designer buildtools: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
|
USES= compiler:c++11-lang perl5 qmake qt-dist:5,datavis3d
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= declarative-test
|
PORTNAME= declarative-test
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -13,6 +14,7 @@ USE_GL= gl
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative gui network sql testlib widgets \
|
USE_QT= core declarative gui network sql testlib widgets \
|
||||||
buildtools:build
|
buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick
|
CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= declarative
|
PORTNAME= declarative
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -13,6 +14,7 @@ USE_GL= gl
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core gui network sql widgets \
|
USE_QT= core gui network sql widgets \
|
||||||
buildtools:build
|
buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick
|
CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= gamepad
|
PORTNAME= gamepad
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMEPREFIX= qt5-
|
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
|
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,gamepad
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative gui buildtools:build
|
USE_QT= core declarative gui buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= quick3d
|
PORTNAME= quick3d
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -13,6 +14,7 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative gui network opengl \
|
USE_QT= core declarative gui network opengl \
|
||||||
buildtools:build
|
buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
QT_BINARIES= yes
|
QT_BINARIES= yes
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= quickcontrols2
|
PORTNAME= quickcontrols2
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -13,6 +14,7 @@ USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_QT= core declarative gui widgets \
|
USE_QT= core declarative gui widgets \
|
||||||
buildtools:build
|
buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
QT_DIST= ${PORTNAME}
|
QT_DIST= ${PORTNAME}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= virtualkeyboard
|
PORTNAME= virtualkeyboard
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMEPREFIX= qt5-
|
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
|
USES= compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard xorg
|
||||||
USE_QT= core declarative network gui widgets svg buildtools:build
|
USE_QT= core declarative network gui widgets svg buildtools:build
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
USE_XORG= xcb
|
USE_XORG= xcb
|
||||||
|
|
||||||
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
|
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= widgets
|
PORTNAME= widgets
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,6 +11,7 @@ USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base xorg
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core gui qmake:build buildtools:build
|
USE_QT= core gui qmake:build buildtools:build
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= x11extras
|
PORTNAME= x11extras
|
||||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
PKGNAMEPREFIX= qt5-
|
PKGNAMEPREFIX= qt5-
|
||||||
|
|
||||||
|
@ -10,5 +11,6 @@ USES= compiler:c++11-lang perl5 qmake qt-dist:5,x11extras perl5
|
||||||
USE_PERL5= extract
|
USE_PERL5= extract
|
||||||
USE_QT= core gui \
|
USE_QT= core gui \
|
||||||
buildtools:build # syncqt
|
buildtools:build # syncqt
|
||||||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue