summaryrefslogtreecommitdiff
path: root/www/aws-demos
diff options
context:
space:
mode:
authormarino <marino>2016-11-25 20:36:49 +0000
committermarino <marino>2016-11-25 20:36:49 +0000
commit03ef789247214676891342dcc178a913ac155351 (patch)
tree8492a8602dcc3a0d089cabc95a313abdbbfd7be7 /www/aws-demos
parent76e2719d2736b2d9d1f5c17ab579c179328bc7ca (diff)
downloadpkgsrc-03ef789247214676891342dcc178a913ac155351.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 'www/aws-demos')
-rw-r--r--www/aws-demos/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile
index bc5a3dbcc20..be63b8bffe4 100644
--- a/www/aws-demos/Makefile
+++ b/www/aws-demos/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2016/09/19 13:04:28 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2016/11/25 20:36:50 marino Exp $
#
DISTNAME= aws-${AWS_VERSION}
PKGNAME= aws-demos-${AWS_VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= www
MASTER_SITES= http://downloads.dragonlace.net/src/
EXTRACT_SUFX= .tar.bz2
@@ -27,8 +27,8 @@ CONFIGURE_ARGS+= DEBUG=true
MY_MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat
MY_MAKE_ENV+= AWK=awk
-MY_MAKE_ENV+= PATH=${PREFIX}/gcc-aux/bin:${PATH}
-MY_CONF_ENV+= PATH=${PREFIX}/gcc-aux/bin:${PATH}
+MY_MAKE_ENV+= PATH=${PREFIX}/gcc5-aux/bin:${PATH}
+MY_CONF_ENV+= PATH=${PREFIX}/gcc5-aux/bin:${PATH}
CONFIGURE_ARGS+= LPATH=${BUILDLINK_PREFIX.openssl}/lib
CONFIGURE_ARGS+= ZPATH=${BUILDLINK_PREFIX.zlib}/lib