diff options
Diffstat (limited to 'www/qt5-webengine')
-rw-r--r-- | www/qt5-webengine/Makefile | 18 | ||||
-rw-r--r-- | www/qt5-webengine/distinfo | 6 |
2 files changed, 18 insertions, 6 deletions
diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index 82986332de6c..acaab60994f2 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -75,7 +75,7 @@ SNDIO_VARS_OFF= QMAKE_CONFIGURE_ARGS+=-no-sndio # We pass `norecursive' to USES=qmake because src/plugins/plugins.pro checks # whether webenginewidgets is available, which fails when qmake processes all # .pro files at once. -USES= gl gnome gperf jpeg minizip ninja:build nodejs:build,lts \ +USES= gl gnome gperf jpeg minizip ninja:build \ perl5 pkgconfig python:build qmake:norecursive,outsource \ qt-dist:5,webengine shebangfix xorg USE_GL= gl @@ -117,7 +117,13 @@ MAKE_ENV+= CC="${CC}" CXX="${CXX}" \ QT_BINARIES= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> + +.if ${ARCH:Mi386} +USES+= nodejs:build,20 +.else +USES+= nodejs:build,lts +.endif .if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} PLIST_SUB+= BE="" LE="@comment " @@ -171,4 +177,10 @@ post-build: ${BUILD_WRKSRC}/lib/cmake/Qt5${module}/Qt5${module}Config.cmake .endfor -.include <bsd.port.post.mk> +post-install: + for lib in ${STAGEDIR}${PREFIX}/${QT_LIBDIR_REL}/*.so.${_QT_VERSION:C/-.*//} ; \ + do \ + ${BRANDELF} -t FreeBSD $$lib ; \ + done + +.include <bsd.port.mk> diff --git a/www/qt5-webengine/distinfo b/www/qt5-webengine/distinfo index 840d76aa36ab..1758b18081f3 100644 --- a/www/qt5-webengine/distinfo +++ b/www/qt5-webengine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742717179 -SHA256 (KDE/Qt/5.15.18/kde-qtwebengine-5.15.18p7.tar.xz) = 966821ca2e3772f408abbcf721c0018f7f0c3fe995db82d44b3900c70c06ce04 -SIZE (KDE/Qt/5.15.18/kde-qtwebengine-5.15.18p7.tar.xz) = 321068064 +TIMESTAMP = 1749542245 +SHA256 (KDE/Qt/5.15.19/kde-qtwebengine-5.15.19p0.tar.xz) = 29f0c89cfb4dceef027f2d9238e8d131f19ad468ba5ee094dcde1d9d61c01f0e +SIZE (KDE/Qt/5.15.19/kde-qtwebengine-5.15.19p0.tar.xz) = 321034236 |