svn commit: r381791 - head/biology/seqan

John Marino marino at FreeBSD.org
Sat Mar 21 11:53:28 UTC 2015


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`


More information about the svn-ports-head mailing list