head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.10 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2026.06.23.14.32.59; author nia; state dead; branches; next 1.1; commitid If6HuAkuAcFSNVKG; 1.1 date 2025.04.25.21.25.03; author nia; state Exp; branches; next ; commitid EQEh9Eznad4RHtSF; desc @@ 1.2 log @basilisk: Update to 2026.06.12 This brings the engine up to date with the most recent Pale Moon releases, with associated security fixes and JavaScript improvements. As such the diff has been reduced with the palemoon package. @ text @$NetBSD: patch-platform_intl_icu_source_configure,v 1.1 2025/04/25 21:25:03 nia Exp $ Shell portability. --- platform/intl/icu/source/configure.orig 2024-07-10 08:54:53.000000000 +0000 +++ platform/intl/icu/source/configure @@@@ -7867,13 +7867,13 @@@@ fi # Now that we're done using CPPFLAGS etc. for tests, we can change it # for build. -if test "${CC}" == "clang"; then +if test "${CC}" = "clang"; then CLANGCFLAGS="-Qunused-arguments -Wno-parentheses-equality" else CLANGCFLAGS="" fi -if test "${CXX}" == "clang++"; then +if test "${CXX}" = "clang++"; then CLANGCXXFLAGS="-Qunused-arguments -Wno-parentheses-equality" else CLANGCXXFLAGS="" @ 1.1 log @basilisk: Initial import of the Basilisk web browser Basilisk is an UXP-based web browser inspired by pre-Servo Firefox but using the Goanna engine from Pale Moon. It's essentially Pale Moon with a user interface more like www/firefox52. @ text @d1 1 a1 1 $NetBSD: patch-platform_intl_icu_source_configure,v 1.1 2024/07/26 08:05:23 nia Exp $ @