head 1.2; access; symbols pkgsrc-2016Q3:1.1.0.20 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.18 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.16 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.14 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.12 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.10 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.8 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.6 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.4 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.2 pkgsrc-2014Q2-base:1.1; locks; strict; comment @-- @; 1.2 date 2016.11.25.20.36.49; author marino; state dead; branches; next 1.1; commitid OuLe7Bz0COsVdyvz; 1.1 date 2014.04.30.16.28.09; author marino; state Exp; branches; next ; commitid Vni8Ls5Vdi9V3Jyx; desc @@ 1.2 log @Upgrade USE_LANGUAGES=ada to use lang/gcc5-aux instead of lang/gcc-aux This large commit accomplishes the following: 1) Switch USE_LANGUAGES=ada to require lang/gcc5-aux (gcc 5.4) instead of lang/gcc-aux (gcc 4.9.2) on gcc.mk 2) Bump affected ports and fix paths as necessary 3) Upgrade devel/gprbuild to the latest release - No longer requires lang/gnat_util - gprslave requires gcc6-aux, so it was disabled for now 4) Fix lang/gnat_util but set PKG_SKIP_REASON - It has no further purpose in the pkgsrc tree - It has no practical purpose outside of the pkgsrc tree - Indicate intent to remove from tree in Jan. 2017 5) Set devel/GPS as failed with PKG_FAIL_REASON - This version of GPS is several years old and at the time they were strongly tied to compiler. - Latest release of GPS require gcc6-aux (not available) and several new and complex dependencies - maintainer (me) has no interest to continue supporting it - Leaving GPS in place until Jan 2017 to give another person chance to upgrade and take over support - Latest version in FreeBSD Ports Collection as a reference point @ text @$NetBSD: patch-src_gpr__version.adb,v 1.1 2014/04/30 16:28:09 marino Exp $ Always use the FSF version (Not sure why Build_Type is not modified instead) --- src/gpr_version.adb.orig 2013-04-16 14:36:02.000000000 +0000 +++ src/gpr_version.adb @@@@ -65,14 +65,7 @@@@ package body GPR_Version is end if; end loop Last_Loop; - case Build_Type is - when Gnatpro => - return "Pro " & Gpr_Version & " " & Date & Host; - when GPL => - return "GPL " & Gpr_Version & " " & Date & Host; - when FSF => - return Gpr_Version & " " & Date & Host; - end case; + return Gpr_Version & " " & Date & Host; end Gpr_Version_String; end GPR_Version; @ 1.1 log @devel/gprbuild-aux: Update version GPL 2012 to GPL 2013 GPRBuild needs to be built with GNAT sources, so it now depends on the new library lang/gnat_util. It installs two new programs: gprinstall and gprslave. This is the latest version published by Adacore. @ text @d1 1 a1 1 $NetBSD$ @