diff options
author | marino <marino@FreeBSD.org> | 2016-04-30 14:44:27 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-04-30 14:44:27 +0800 |
commit | 2755363dadc2e06ff6f9484e5eaf1321fdf308d2 (patch) | |
tree | a81530a98a1962ae954f41d7f3bdbff8ad57c02a /math | |
parent | d95c49cdbae8bc4d8bae4d052119c99a977ded18 (diff) | |
download | freebsd-ports-gnome-2755363dadc2e06ff6f9484e5eaf1321fdf308d2.tar.gz freebsd-ports-gnome-2755363dadc2e06ff6f9484e5eaf1321fdf308d2.tar.zst freebsd-ports-gnome-2755363dadc2e06ff6f9484e5eaf1321fdf308d2.zip |
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).
Diffstat (limited to 'math')
-rw-r--r-- | math/plplot-ada/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/plplot-ada/Makefile b/math/plplot-ada/Makefile index 86e83cc07318..7143effe886f 100644 --- a/math/plplot-ada/Makefile +++ b/math/plplot-ada/Makefile @@ -3,6 +3,7 @@ PORTNAME= plplot PORTVERSION= ${RELEASE} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source PKGNAMESUFFIX= -ada |