head 1.3; access; symbols pkgsrc-2022Q2:1.2.0.66 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.64 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.62 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.60 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.58 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.56 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.54 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.52 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.48 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.28 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.50 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.46 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.44 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.42 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.40 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.38 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.36 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.34 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.32 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.30 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.26 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.24 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.22 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.20 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.18 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.16 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.14 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.12 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.10 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.8 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.6 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.4 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.2 pkgsrc-2014Q2-base:1.2; locks; strict; comment @-- @; 1.3 date 2022.07.10.19.15.23; author wiz; state dead; branches; next 1.2; commitid 8b0AWAX5xahvMnLD; 1.2 date 2014.04.30.16.32.20; author marino; state Exp; branches; next 1.1; commitid dAP5gQHyYwGm5Jyx; 1.1 date 2014.04.28.22.14.51; author marino; state Exp; branches; next ; commitid AhIGcVZiosJQ2vyx; desc @@ 1.3 log @gps: remove Marked with PKG_FAIL_REASON since 2019 @ text @$NetBSD: patch-src__editor_src_src__editor__buffer.adb,v 1.2 2014/04/30 16:32:20 marino Exp $ Disambiguation required to compile with FSF GNAT 4.9.0 --- src_editor/src/src_editor_buffer.adb.orig 2012-09-28 15:42:43.000000000 +0000 +++ src_editor/src/src_editor_buffer.adb @@@@ -5820,7 +5820,7 @@@@ package body Src_Editor_Buffer is while Result and then not Ends_Line (Iter) - and then Is_Space (Get_Char (Iter)) + and then Glib.Unicode.Is_Space (Gtk.Text_Iter.Get_Char (Iter)) loop Forward_Char (Iter, Result); Offset := Offset + 1; @ 1.2 log @devel/gps: Disable on NetBSD 5 and 6, serious link issues I've spent upwards on a day trying to fix a massive link failure on GPS that appeared with the new gcc-aux compiler. My theory is that the binutils 2.21 used with NetBSD 6 is not new enough for gcc 4.9.0. However, gcc-aux will not build with devel/binutils -- there seems to be a problem with handing PIC, at least on NetBSD. For now, disable GPS building on NetBSD releases. I will try again with NetBSD 6.99 which uses binutils 2.23. If that succeeds, then I'll submit a PR against devel/binutils. I've tried everything I can think of to get GPS to build on x86-64-NetBSD-6.1.4 but everything has failed. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @devel/gps: Fix build on upcoming FSF GNAT 4.9 This package has a couple of issues that the new gcc (GNAT) uncovered on FreeBSD, and the fixes have been brought over: 1) GPS should have been built in production mode across the board. There are some style check failures that appear in "debug" mode due to gcc49 checks being stricter than gcc47 checks. Those issues aren't actually fixed, but rather hidden by switching to production which was desired anyway. 2) GCC had a couple of "ambiguous" complaints as well as an overlapping variable used for both in and out parameters. Fixed with patches. @ text @@