Date: Sat, 21 Mar 2015 11:53:28 +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: r381791 - head/biology/seqan Message-ID: <201503211153.t2LBrSGC068511@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Mar 21 11:53:27 2015 New Revision: 381791 URL: https://svnweb.freebsd.org/changeset/ports/381791 QAT: https://qat.redports.org/buildarchive/r381791/ Log: biology/segan: Limit GCC to 4.8 while waiting for update Due to questionable c++, GCC 4.9 and newer cannot build seqan. An update has been in the works that will enable clang compilers and all versions of GCC to build seqan, but it is not quite ready yet. While waiting for it, limit the version of GCC used to 4.8. PR: 196851 Modified: head/biology/seqan/Makefile Modified: head/biology/seqan/Makefile ============================================================================== --- head/biology/seqan/Makefile Sat Mar 21 11:19:53 2015 (r381790) +++ head/biology/seqan/Makefile Sat Mar 21 11:53:27 2015 (r381791) @@ -23,7 +23,7 @@ MAKE_JOB_SAFE= yes SUB_FILES= pkg-message PKG_MESSAGE= ${WRKDIR}/pkg-message -USE_GCC= yes +USE_GCC= 4.8 # unsafe workaround because FreeBSD lacks logl and expl # see "BUGS" in `man 3 math`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503211153.t2LBrSGC068511>