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.33.00; 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_security_generate__mapfile.py,v 1.1 2025/04/25 21:25:03 nia Exp $ Add NetBSD support. --- platform/security/generate_mapfile.py.orig 2024-07-25 11:47:02.692533986 +0000 +++ platform/security/generate_mapfile.py @@@@ -17,10 +17,10 @@@@ import buildconfig def main(output, input): - if buildconfig.substs['OS_ARCH'] not in ('Linux', 'SunOS', 'Darwin', 'FreeBSD'): + if buildconfig.substs['OS_ARCH'] not in ('Linux', 'SunOS', 'Darwin', 'FreeBSD', 'NetBSD'): print "Error: unhandled OS_ARCH %s" % buildconfig.substs['OS_ARCH'] return 1 - is_linux = buildconfig.substs['OS_ARCH'] in ('Linux', 'SunOS', 'FreeBSD') + is_linux = buildconfig.substs['OS_ARCH'] in ('Linux', 'SunOS', 'FreeBSD', 'NetBSD') with open(input, 'rb') as f: for line in f: @@@@ -49,4 +49,4 @@@@ def main(output, input): if line and not is_linux: output.write('_') output.write(line) - output.write('\n') \ No newline at end of file + output.write('\n') @ 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_security_generate__mapfile.py,v 1.1 2024/07/26 08:05:23 nia Exp $ @