head 1.2; access; symbols pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2024.10.10.14.08.31; author wiz; state dead; branches; next 1.1; commitid NgiWDRvIkAGXC7tF; 1.1 date 2024.05.10.09.14.07; author jperkin; state Exp; branches; next ; commitid jHFAdTDQWnjZUq9F; desc @@ 1.2 log @firefox102: remove This is the pre-previous ESR release. As discussed on pkgsrc-users. @ text @$NetBSD: patch-build_moz.configure_init.configure,v 1.1 2024/05/10 09:14:07 jperkin Exp $ Support illumos triple. --- build/moz.configure/init.configure.orig 2024-05-09 17:11:33.720650056 +0000 +++ build/moz.configure/init.configure @@@@ -535,6 +535,8 @@@@ def split_triplet(triplet, allow_wasi=Fa canonical_os = canonical_kernel = "OpenBSD" elif os.startswith("solaris"): canonical_os = canonical_kernel = "SunOS" + elif os.startswith("illumos"): + canonical_os = canonical_kernel = "SunOS" elif os.startswith("wasi") and allow_wasi: canonical_os = canonical_kernel = "WASI" else: @ 1.1 log @mozilla: Support illumos triple. @ text @d1 1 a1 1 $NetBSD$ @