svn commit: r537001 - head/math/gambit

Mark Linimon linimon at FreeBSD.org
Fri May 29 22:25:47 UTC 2020


Author: linimon
Date: Fri May 29 22:25:46 2020
New Revision: 537001
URL: https://svnweb.freebsd.org/changeset/ports/537001

Log:
  Mark as BROKEN on powerpc64-12.  It seems to build everywhere else.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/gambit/Makefile

Modified: head/math/gambit/Makefile
==============================================================================
--- head/math/gambit/Makefile	Fri May 29 22:22:38 2020	(r537000)
+++ head/math/gambit/Makefile	Fri May 29 22:25:46 2020	(r537001)
@@ -13,6 +13,8 @@ COMMENT=	Library of tools for doing computation in gam
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: ./library/include/gambit/shared_ptr.h:137:37: no matching function for call to 'swap(long int*&, long int* const&)'
+
 USES=		compiler:c++11-lib gnome
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20


More information about the svn-ports-head mailing list