Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2016 23:11:34 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421003 - in head: devel/libspark2012 dns/ironsides
Message-ID:  <201608272311.u7RNBYwb080907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Aug 27 23:11:34 2016
New Revision: 421003
URL: https://svnweb.freebsd.org/changeset/ports/421003

Log:
  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.

Modified:
  head/devel/libspark2012/Makefile
  head/dns/ironsides/Makefile

Modified: head/devel/libspark2012/Makefile
==============================================================================
--- head/devel/libspark2012/Makefile	Sat Aug 27 22:56:15 2016	(r421002)
+++ head/devel/libspark2012/Makefile	Sat Aug 27 23:11:34 2016	(r421003)
@@ -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>

Modified: head/dns/ironsides/Makefile
==============================================================================
--- head/dns/ironsides/Makefile	Sat Aug 27 22:56:15 2016	(r421002)
+++ head/dns/ironsides/Makefile	Sat Aug 27 23:11:34 2016	(r421003)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ironsides
 PORTVERSION=	${SNAPSHOT:S/_//g}
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://ironsides.martincarlisle.com/
 DISTNAME=	ironsides_authoritative-${SNAPSHOT}
@@ -17,7 +18,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 
 BUILD_DEPENDS=	${LOCALBASE}/include/spark2012/spark.ads:devel/libspark2012
 
-USES=		ada:5 dos2unix zip
+USES=		ada dos2unix zip
 DOS2UNIX_FILES=	dfcs.usafa.edu.zonefile ironsides.1
 SNAPSHOT=	2015_04_15
 WRKSRC=		${WRKDIR}/${DISTFILES:S/.zip//}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608272311.u7RNBYwb080907>