pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/qt5-qtwebengine



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  5 20:32:03 UTC 2021

Modified Files:
        pkgsrc/x11/qt5-qtwebengine: Makefile distinfo
        pkgsrc/x11/qt5-qtwebengine/patches:
            patch-src_3rdparty_chromium_v8_BUILD.gn

Log Message:
qt5-qtwebengine: fix build on NetBSD in pbulk environment

/usr/sbin is not in default path, so paxctl was not found.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qt5-qtwebengine/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/qt5-qtwebengine/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_v8_BUILD.gn

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt5-qtwebengine/Makefile
diff -u pkgsrc/x11/qt5-qtwebengine/Makefile:1.3 pkgsrc/x11/qt5-qtwebengine/Makefile:1.4
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.3     Tue Aug 31 13:16:39 2021
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Sun Sep  5 20:32:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/08/31 13:16:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/09/05 20:32:03 wiz Exp $
 
 DISTNAME=      qtwebengine-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtwebengine-${QTVERSION}
@@ -62,7 +62,7 @@ post-install:
        ${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
 .endfor
 .if ${OPSYS} == "NetBSD"
-       paxctl +m ${DESTDIR}${PREFIX}/qt5/libexec/QtWebEngineProcess
+       /usr/sbin/paxctl +m ${DESTDIR}${PREFIX}/qt5/libexec/QtWebEngineProcess
 .endif
 
 .include "../../mk/bsd.prefs.mk"

Index: pkgsrc/x11/qt5-qtwebengine/distinfo
diff -u pkgsrc/x11/qt5-qtwebengine/distinfo:1.1 pkgsrc/x11/qt5-qtwebengine/distinfo:1.2
--- pkgsrc/x11/qt5-qtwebengine/distinfo:1.1     Tue Aug  3 21:04:34 2021
+++ pkgsrc/x11/qt5-qtwebengine/distinfo Sun Sep  5 20:32:03 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2021/08/03 21:04:34 markd Exp $
+$NetBSD: distinfo,v 1.2 2021/09/05 20:32:03 wiz Exp $
 
 SHA1 (qtwebengine-everywhere-src-5.15.2.tar.xz) = fc633cf15998a89229446b778085f59191e27b0f
 RMD160 (qtwebengine-everywhere-src-5.15.2.tar.xz) = 69b1c3d700e825a645757180e07df0ab8b8c301d
@@ -809,7 +809,7 @@ SHA1 (patch-src_3rdparty_chromium_ui_vie
 SHA1 (patch-src_3rdparty_chromium_ui_webui_resources_js_cr.js) = 37278073ceabf117dfecf10d18fd51d54cb90cbf
 SHA1 (patch-src_3rdparty_chromium_ui_webui_resources_js_icon.js) = bd956152e8c9aabeb5f8f64ca3f29d7ec5d10e7b
 SHA1 (patch-src_3rdparty_chromium_ui_webui_webui__features.gni) = c8ce066c2075e27524913c414e740dffb74d34e7
-SHA1 (patch-src_3rdparty_chromium_v8_BUILD.gn) = 34688616a2dc8e2548a9ca53e36ab17fcb79834e
+SHA1 (patch-src_3rdparty_chromium_v8_BUILD.gn) = 4163421e85e03bd96ef9ee34926ccf5e38b3ef1e
 SHA1 (patch-src_3rdparty_chromium_v8_gni_v8.gni) = 944c7c8e2363b07aa0242a2e748cc381cc2bc216
 SHA1 (patch-src_3rdparty_chromium_v8_src_api_api.cc) = d563a6b50e5dff265d5a4b1b516de02e7149cab6
 SHA1 (patch-src_3rdparty_chromium_v8_src_base_cpu.cc) = f6ec99bba983bb93e8515478f64681440ffbda1e

Index: pkgsrc/x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_v8_BUILD.gn
diff -u pkgsrc/x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_v8_BUILD.gn:1.1 pkgsrc/x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_v8_BUILD.gn:1.2
--- pkgsrc/x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_v8_BUILD.gn:1.1      Tue Aug  3 21:04:36 2021
+++ pkgsrc/x11/qt5-qtwebengine/patches/patch-src_3rdparty_chromium_v8_BUILD.gn  Sun Sep  5 20:32:03 2021
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_3rdparty_chromium_v8_BUILD.gn,v 1.1 2021/08/03 21:04:36 markd Exp $
+$NetBSD: patch-src_3rdparty_chromium_v8_BUILD.gn,v 1.2 2021/09/05 20:32:03 wiz Exp $
 
 --- src/3rdparty/chromium/v8/BUILD.gn.orig     2020-11-07 01:22:36.000000000 +0000
 +++ src/3rdparty/chromium/v8/BUILD.gn
@@ -17,7 +17,7 @@ $NetBSD: patch-src_3rdparty_chromium_v8_
 +    data = []
 +
 +    args = [
-+      rebase_path(stamp, root_build_dir), "paxctl", "+m", "./" + rebase_path(get_label_info(":mksnapshot($v8_snapshot_toolchain)",
++      rebase_path(stamp, root_build_dir), "/usr/sbin/paxctl", "+m", "./" + rebase_path(get_label_info(":mksnapshot($v8_snapshot_toolchain)",
 +                                        "root_out_dir") + "/mksnapshot",
 +                         root_build_dir),
 +    ]



Home | Main Index | Thread Index | Old Index