summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-04-30 06:44:27 +0000
committerJohn Marino <marino@FreeBSD.org>2016-04-30 06:44:27 +0000
commitd0c4d21a831613c4a55e8233c53c49aeb5e9c354 (patch)
treea81530a98a1962ae954f41d7f3bdbff8ad57c02a /misc
parentUpgrade nmsg to version 0.11.2: (diff)
Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only).
Notes
Notes: svn path=/head/; revision=414332
Diffstat (limited to 'misc')
-rw-r--r--misc/excel-writer/Makefile1
-rw-r--r--misc/ini_file_manager/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/excel-writer/Makefile b/misc/excel-writer/Makefile
index 2b073dc84f2c..9193bf8eb761 100644
--- a/misc/excel-writer/Makefile
+++ b/misc/excel-writer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= excel-writer
PORTVERSION= 15
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/
DISTNAME= excel_writer_${PORTVERSION}
diff --git a/misc/ini_file_manager/Makefile b/misc/ini_file_manager/Makefile
index b4b4b8925b40..df9b1deb4921 100644
--- a/misc/ini_file_manager/Makefile
+++ b/misc/ini_file_manager/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ini_file_manager
PORTVERSION= 03
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/
DISTNAME= ini-files-${PORTVERSION}