head 1.2; access; symbols pkgsrc-2013Q2:1.1.1.1.0.20 pkgsrc-2013Q2-base:1.1.1.1 pkgsrc-2013Q1:1.1.1.1.0.18 pkgsrc-2013Q1-base:1.1.1.1 pkgsrc-2012Q4:1.1.1.1.0.16 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.14 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.12 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.10 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.8 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.6 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.4 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.2 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2013.07.09.10.16.02; author marino; state dead; branches; next 1.1; commitid BbekkfNC6VvauMWw; 1.1 date 2011.02.08.18.32.24; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.02.08.18.32.24; author drochner; state Exp; branches; next ; desc @@ 1.2 log @devel/gps: Upgrade GNAT Programming Studio to version 5.2.1 This is a significant upgrade over version 5.0.1 which is currently in pkgsrc, representing approximately two years of work. The latest online documentation can be browsed here: http://docs.adacore.com/gps-docs/users_guide/_build/html/ Changes to the package itself include: * python now works and is a default option * readline support is now an option and is default * Multiple job support enable * Documentation now generated by sphinx Also the problem described in PR#47824 no longer occurs, so this PR will be closed. @ text @$NetBSD: patch-ab,v 1.1 2011/02/08 18:32:24 drochner Exp $ --- gnatlib/gnatcoll_shared.gpr.in.orig 2010-12-04 00:20:09 +0000 +++ gnatlib/gnatcoll_shared.gpr.in @@@@ -45,7 +45,7 @@@@ project GnatColl_Shared is for Switches ("Ada") use ("-g", "-O1", "-gnata", "-gnatVa", "-gnatQ", "-gnaty", "-gnatwaCJe", "-gnat05"); - for Switches ("C") use ("-g", "-fdump-xref"); + for Switches ("C") use ("-g"); when "Production" => for Switches ("Ada") use ("-O2", "-gnatn", "-gnatws", "-gnat05"); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @add gps-5.0.0, a Multi-language IDE with an emphasis on Ada, from John Marino per PR pkg/44440 (Python wasn't regognized for me, that's why I've commented it out for now. Needs a second look.) @ text @@