summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2016-11-25 20:36:49 +0000
committermarino <marino@pkgsrc.org>2016-11-25 20:36:49 +0000
commit22692a735ffbe29a4d003c605307375103a3e565 (patch)
tree8a9311ad804d05e94ba5b5a03623ccc12fad052b /textproc
parent02e57864ac4a8b4c2d418963375e330e2e63a5a9 (diff)
downloadpkgsrc-22692a735ffbe29a4d003c605307375103a3e565.tar.gz
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
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlada/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index 030e6ccc6c6..7e656e68878 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2016/07/09 13:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/11/25 20:36:49 marino Exp $
DISTNAME= xmlada-${XMLADA_VERS}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://downloads.dragonlace.net/src/
EXTRACT_SUFX= .tar.bz2