diff options
author | marino <marino@FreeBSD.org> | 2016-08-28 07:11:34 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-28 07:11:34 +0800 |
commit | d3da8b01b5a1827fb0551248280a9ec45b5dc737 (patch) | |
tree | 078804e769930b9579a70168f5593a529455ab6c /devel | |
parent | 211c1552214e3202aec7e517d695f0a434b60b4d (diff) | |
download | freebsd-ports-gnome-d3da8b01b5a1827fb0551248280a9ec45b5dc737.tar.gz freebsd-ports-gnome-d3da8b01b5a1827fb0551248280a9ec45b5dc737.tar.zst freebsd-ports-gnome-d3da8b01b5a1827fb0551248280a9ec45b5dc737.zip |
dns/ironsides finally builds on gcc6-aux, switch over to it
It appears the previous STORAGE ERROR was a compiler bug that got fixed
between the GCC 6.1 and 6.2 versions of gcc6-aux. Switch it and the
helper port devel/libspark2012 over to it, which are the last two ports
that depend on lang/gcc6-aux.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libspark2012/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libspark2012/Makefile b/devel/libspark2012/Makefile index 03eb3ac62e2b..d30ca973a37d 100644 --- a/devel/libspark2012/Makefile +++ b/devel/libspark2012/Makefile @@ -3,7 +3,7 @@ PORTNAME= libspark2012 PORTVERSION= 2012 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ @@ -12,6 +12,6 @@ COMMENT= SPARK 2012 Spark.Ada library LICENSE= GPLv3 -USES= ada:5 tar:bzip2 +USES= ada tar:bzip2 .include <bsd.port.mk> |