Skip to content

Commit c2e9467

Browse files
committed
add CHECK_PORTABILITY_SKIPs to appease pkgtools/check-portability
1 parent ff09356 commit c2e9467

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

www/chromium/Makefile

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.49 2026/03/25 08:07:12 kikadf Exp $
1+
# $NetBSD: Makefile,v 1.50 2026/03/29 16:43:50 tnn Exp $
22

33
DISTNAME= chromium-${VERSION}
44
VERSION= 146.0.7680.164
@@ -33,17 +33,33 @@ USE_TOOLS+= bash bison flex:pkgsrc gmake pax perl pkg-config
3333
TOOLS_PLATFORM.flex= # override the platform definition to use pkgsrc's flex.
3434
USE_LANGUAGES= c c++
3535

36+
CHECK_PORTABILITY_SKIP+= docs/website/site/for-testers/bug-reporting-guidelines/hanging-tabs/crash-with-gdb
37+
CHECK_PORTABILITY_SKIP+= remoting/host/installer/mac/Scripts/remoting_preflight.sh
38+
CHECK_PORTABILITY_SKIP+= remoting/host/installer/mac/Scripts/remoting_postflight.sh
39+
CHECK_PORTABILITY_SKIP+= remoting/host/installer/mac/tools/ksregister.sh
40+
CHECK_PORTABILITY_SKIP+= remoting/host/installer/mac/tools/ksunregister.sh
41+
CHECK_PORTABILITY_SKIP+= remoting/tools/get_mac_crd_version.sh
42+
CHECK_PORTABILITY_SKIP+= remoting/tools/register_local_nm_hosts.sh
43+
CHECK_PORTABILITY_SKIP+= remoting/tools/set_android_flags.sh
3644
CHECK_PORTABILITY_SKIP+= third_party/dawn/third_party/dxc/utils/buildit/build_llvm
3745
CHECK_PORTABILITY_SKIP+= third_party/ffmpeg/configure
46+
CHECK_PORTABILITY_SKIP+= third_party/flatbuffers/src/tests/KotlinTest.sh
3847
CHECK_PORTABILITY_SKIP+= third_party/fontconfig/src/.gitlab-ci/fedora-cross.sh
48+
CHECK_PORTABILITY_SKIP+= third_party/litert/src/tflite/swift/docsgen/TensorFlowLiteSwift/scripts/download_frameworks.sh
3949
CHECK_PORTABILITY_SKIP+= third_party/llvm/flang/tools/f18/flang.sh.in
4050
CHECK_PORTABILITY_SKIP+= third_party/nearby/src/embedded/build.sh
51+
CHECK_PORTABILITY_SKIP+= third_party/openscreen/src/third_party/protobuf/src/google/protobuf/compiler/zip_output_unittest.sh
4152
CHECK_PORTABILITY_SKIP+= third_party/protobuf/post_process_dist.sh
53+
CHECK_PORTABILITY_SKIP+= third_party/protobuf/src/google/protobuf/compiler/zip_output_unittest.sh
4254
CHECK_PORTABILITY_SKIP+= third_party/rust-src/vendor/libdbus-sys-0.2.5/vendor/dbus/tools/cmake-format
4355
CHECK_PORTABILITY_SKIP+= third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libdbus-sys-0.2.5/vendor/dbus/tools/cmake-format
4456
CHECK_PORTABILITY_SKIP+= third_party/sqlite/src/configure
57+
CHECK_PORTABILITY_SKIP+= third_party/tflite/src/tensorflow/lite/swift/docsgen/TensorFlowLiteSwift/scripts/download_frameworks.sh
4558
CHECK_PORTABILITY_SKIP+= third_party/xdg-utils/scripts/xdg-terminal
4659
CHECK_PORTABILITY_SKIP+= third_party/xdg-utils/scripts/xdg-terminal.in
60+
CHECK_PORTABILITY_SKIP+= tools/perf/cli_tools/android/record-hardware-events
61+
CHECK_PORTABILITY_SKIP+= v8/tools/cppgc/export_to_github.sh
62+
CHECK_PORTABILITY_SKIP+= v8/tools/cppgc/test_cmake.sh
4763
CHECK_PORTABILITY_SKIP+= v8/tools/profiling/run-llprof.sh
4864
CHECK_PORTABILITY_SKIP+= v8/tools/run-llprof.sh
4965

www/qt6-qtwebengine/Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.6 2026/02/06 10:06:10 wiz Exp $
1+
# $NetBSD: Makefile,v 1.7 2026/03/29 16:43:50 tnn Exp $
22

33
DISTNAME= qtwebengine-everywhere-src-${QTVERSION}
44
PKGNAME= qt6-qtwebengine-${QTVERSION}
@@ -73,10 +73,15 @@ CMAKE_CONFIGURE_ARGS+= -DQT_FEATURE_webengine_system_pulseaudio=ON
7373
CONFIGURE_ENV+= NINJAFLAGS=-j${_MAKE_JOBS_N:U1}
7474

7575
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/third_party/dawn/third_party/dxc/utils/buildit/build_llvm
76-
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/third_party/protobuf/post_process_dist.sh
7776
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/third_party/nearby/src/embedded/build.sh
77+
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/third_party/openscreen/src/third_party/protobuf/src/google/protobuf/compiler/zip_output_unittest.sh
78+
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/third_party/perfetto/tools/mm_events
79+
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/third_party/protobuf/post_process_dist.sh
80+
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/zip_output_unittest.sh
7881
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/third_party/xdg-utils/scripts/xdg-terminal
7982
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/third_party/xdg-utils/scripts/xdg-terminal.in
83+
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/v8/tools/cppgc/export_to_github.sh
84+
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/v8/tools/cppgc/test_cmake.sh
8085
CHECK_PORTABILITY_SKIP+= src/3rdparty/chromium/v8/tools/profiling/run-llprof.sh
8186

8287
SUBST_CLASSES+= path

0 commit comments

Comments
 (0)