|
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 $ |
2 | 2 |
|
3 | 3 | DISTNAME= chromium-${VERSION} |
4 | 4 | VERSION= 146.0.7680.164 |
@@ -33,17 +33,33 @@ USE_TOOLS+= bash bison flex:pkgsrc gmake pax perl pkg-config |
33 | 33 | TOOLS_PLATFORM.flex= # override the platform definition to use pkgsrc's flex. |
34 | 34 | USE_LANGUAGES= c c++ |
35 | 35 |
|
| 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 |
36 | 44 | CHECK_PORTABILITY_SKIP+= third_party/dawn/third_party/dxc/utils/buildit/build_llvm |
37 | 45 | CHECK_PORTABILITY_SKIP+= third_party/ffmpeg/configure |
| 46 | +CHECK_PORTABILITY_SKIP+= third_party/flatbuffers/src/tests/KotlinTest.sh |
38 | 47 | 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 |
39 | 49 | CHECK_PORTABILITY_SKIP+= third_party/llvm/flang/tools/f18/flang.sh.in |
40 | 50 | 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 |
41 | 52 | 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 |
42 | 54 | CHECK_PORTABILITY_SKIP+= third_party/rust-src/vendor/libdbus-sys-0.2.5/vendor/dbus/tools/cmake-format |
43 | 55 | CHECK_PORTABILITY_SKIP+= third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libdbus-sys-0.2.5/vendor/dbus/tools/cmake-format |
44 | 56 | 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 |
45 | 58 | CHECK_PORTABILITY_SKIP+= third_party/xdg-utils/scripts/xdg-terminal |
46 | 59 | 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 |
47 | 63 | CHECK_PORTABILITY_SKIP+= v8/tools/profiling/run-llprof.sh |
48 | 64 | CHECK_PORTABILITY_SKIP+= v8/tools/run-llprof.sh |
49 | 65 |
|
|
0 commit comments