diff options
author | John Marino <marino@FreeBSD.org> | 2016-04-30 14:44:27 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-04-30 14:44:27 +0800 |
commit | d0c4d21a831613c4a55e8233c53c49aeb5e9c354 (patch) | |
tree | a81530a98a1962ae954f41d7f3bdbff8ad57c02a /net | |
parent | afaf5182ebb19e336c7c38866faec8f2785af74d (diff) | |
download | freebsd-ports-gnome-d0c4d21a831613c4a55e8233c53c49aeb5e9c354.tar.gz freebsd-ports-gnome-d0c4d21a831613c4a55e8233c53c49aeb5e9c354.tar.zst freebsd-ports-gnome-d0c4d21a831613c4a55e8233c53c49aeb5e9c354.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 'net')
-rw-r--r-- | net/adasockets/Makefile | 1 | ||||
-rw-r--r-- | net/anet/Makefile | 1 | ||||
-rw-r--r-- | net/polyorb/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/net/adasockets/Makefile b/net/adasockets/Makefile index d59b22afb372..b99ecd6abb17 100644 --- a/net/adasockets/Makefile +++ b/net/adasockets/Makefile @@ -3,6 +3,7 @@ PORTNAME= adasockets PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.rfc1149.net/download/adasockets/ diff --git a/net/anet/Makefile b/net/anet/Makefile index 0f956017ef1e..fbeb5bf09e3b 100644 --- a/net/anet/Makefile +++ b/net/anet/Makefile @@ -3,6 +3,7 @@ PORTNAME= anet PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.codelabs.ch/download/ DISTNAME= libanet-${PORTVERSION} diff --git a/net/polyorb/Makefile b/net/polyorb/Makefile index 7cd9a8d14bc5..3cb1cb831b91 100644 --- a/net/polyorb/Makefile +++ b/net/polyorb/Makefile @@ -3,7 +3,7 @@ PORTNAME= polyorb PORTVERSION= 2.11.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= polyorb-gpl-${YEAR}-src |