head 1.3; access; symbols pkgsrc-2024Q3:1.2.0.20 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.18 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.16 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.14 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.12 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.10 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.8 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.6 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.4 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.2 pkgsrc-2022Q2-base:1.2; locks; strict; comment @# @; 1.3 date 2024.10.03.20.57.35; author nia; state dead; branches; next 1.2; commitid SogJVZ9CYn7l7gsF; 1.2 date 2022.05.05.14.07.39; author nia; state Exp; branches; next 1.1; commitid imV1t8gbuKPscSCD; 1.1 date 2022.05.01.00.36.11; author manu; state Exp; branches; next ; commitid NKS6yPfUZNxnPhCD; desc @@ 1.3 log @arcticfox: Update to 45.1. Thanks to upstream for help. 45.1 Minor release with quite some fixes... * security fixes * devotools fixes * bookmark issues fixes * build system cleanup continues * NetBSD fixes 45.0 A major release! * Many updates to JavaScript and Layout engine * PDF display re-instantiated and fixed * Updates to Audio and Video * Many security patches * Build updates and improved compatibility with recent Clang, GCC * NetBSD/PPC now builds and works! * Build system updates - in case you get crashes with GCC check optimizations * GTK3 is supported and default, but GTK2 still looks best, so add --enable-default-toolkit=cairo-gtk2 * JXR support has been removed. It was unreliable and quite unused anyway @ text @$NetBSD: patch-xpcom_reflect_xptcall_xptcstubsdecl.inc,v 1.2 2022/05/05 14:07:39 nia Exp $ Bring NetBSD in line with other BSDs. Not sure abut the impact, but there is no reason to single it out --- xpcom/reflect/xptcall/xptcstubsdecl.inc.orig 2022-02-03 04:20:33.000000000 +0000 +++ xpcom/reflect/xptcall/xptcstubsdecl.inc @@@@ -8,7 +8,7 @@@@ * 1 is AddRef * 2 is Release */ -#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__) && !defined(__FreeBSD__)) +#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__) && !defined(__FreeBSD__) || !defined(__NetBSD__)) NS_IMETHOD Stub3(); NS_IMETHOD Stub4(); NS_IMETHOD Stub5(); @ 1.2 log @arcticfox: update to 39.1 This release only includes bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-xpcom_reflect_xptcall_xptcstubsdecl.inc,v 1.1 2022/05/01 00:36:11 manu Exp $ @ 1.1 log @Let Articfox run on NetBSD PowerPC ports This was tested on NetBSD-9.2/macppc Patches submitted upstream at https://github.com/wicknix/Arctic-Fox/pull/101 @ text @d1 1 a1 1 $NetBSD$ d6 3 a8 4 --- xpcom/reflect/xptcall/xptcstubsdecl.inc.orig 2022-04-18 02:30:50.590253192 +0000 +++ xpcom/reflect/xptcall/xptcstubsdecl.inc 2022-04-17 07:00:09.391086988 +0000 @@@@ -7,9 +7,9 @@@@ * 0 is QueryInterface a16 1 NS_IMETHOD Stub6(); @