mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
70141f1a3a
The work was done by tcberner and myself, with thanks to antoine for the exp-run. Not a lot to report compared to other Qt5 updates: * net/qt5-network is still broken with LibreSSL. I said this in a commit message ages ago but it bears repeating: upstream is open to adding support for LibreSSL, but someone needs to step up to maintain it upstream, otherwise things will continue to be broken all the time. * www/qt5-webengine is a huge monster that is terrible to update, just like www/chromium itself is. We (kde@) have decided to keep using the 5.9 series for the time being, as it should be compatible with the rest of Qt anyway. It was updated to 5.9.5, the latest 5.9 release at the time of writing. PR: 228213
27 lines
651 B
Makefile
27 lines
651 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qtpaths
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Command line client to QStandardPaths
|
|
|
|
USES= qmake:outsource
|
|
USE_QT5= core
|
|
QT_DIST= tools
|
|
|
|
PLIST_FILES= ${QT_BINDIR}/qtpaths
|
|
|
|
# Similarly to x11/qt5-qev, it makes more sense to just run the build system
|
|
# from the qtpaths directory. If we run it from the top of the source tree, it
|
|
# will look for a lot more dependencies for other tools such as lupdate, which
|
|
# we do not really have to depend on.
|
|
WRKSRC_SUBDIR= src/${PORTNAME}
|
|
|
|
post-patch:
|
|
${CP} ${WRKSRC}/../../.qmake.conf ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|