Date: Fri, 27 May 2016 09:40:40 +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: r415929 - head/cad/ghdl Message-ID: <201605270940.u4R9eeC5097251@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri May 27 09:40:40 2016 New Revision: 415929 URL: https://svnweb.freebsd.org/changeset/ports/415929 Log: cad/ghdl: build it with gcc6-aux, not gcc5-aux I confirmed that ghdl builds with the default-for-Ada gcc6-aux compiler on FreeBSD. It was building on DragonFly, but DragonFly uses the LLVM backend while on FreeBSD ghdl defaults to gcc back, so both options needed to be tested. It's debatable that a bump is needed because ghdl is self-contained, but let's do it anyway so they'll be immediate feedback on any runtime issues this may cause. Modified: head/cad/ghdl/Makefile Modified: head/cad/ghdl/Makefile ============================================================================== --- head/cad/ghdl/Makefile Fri May 27 09:04:20 2016 (r415928) +++ head/cad/ghdl/Makefile Fri May 27 09:40:40 2016 (r415929) @@ -3,6 +3,7 @@ PORTNAME= ghdl PORTVERSION= 0.33 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= cad DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -17,7 +18,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc -USES= ada:5 gmake +USES= ada gmake USE_GITHUB= yes GH_ACCOUNT= tgingold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605270940.u4R9eeC5097251>