svn commit: r536542 - branches/2020Q2/biology/canu

Mark Linimon linimon at FreeBSD.org
Tue May 26 01:02:38 UTC 2020


Author: linimon
Date: Tue May 26 01:02:38 2020
New Revision: 536542
URL: https://svnweb.freebsd.org/changeset/ports/536542

Log:
  MFH: r535507
  
  Mark as BROKEN on powerpc64:
  
    utgcns/libboost/boost/smart_ptr/detail/sp_counted_impl.hpp:81:5: error: 'get_deleter' declared as a 'virtual' field
  
  This may have something to do with compiler:openmp in USES.  However,
  it has broken for more than 6 months at this point.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q2/biology/canu/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/biology/canu/Makefile
==============================================================================
--- branches/2020Q2/biology/canu/Makefile	Tue May 26 01:00:55 2020	(r536541)
+++ branches/2020Q2/biology/canu/Makefile	Tue May 26 01:02:38 2020	(r536542)
@@ -11,6 +11,8 @@ COMMENT=	Single molecule sequence assembler
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKDIR}/${PORTNAME}-${PORTVERSION}/README.license.GPL
 
+BROKEN_powerpc64=	fails to build: utgcns/libboost/boost/smart_ptr/detail/sp_counted_impl.hpp:81:5: error: 'get_deleter' declared as a 'virtual' field
+
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 RUN_DEPENDS=	gnuplot:math/gnuplot
 


More information about the svn-ports-all mailing list