svn commit: r537002 - branches/2020Q2/math/gambit

Mark Linimon linimon at FreeBSD.org
Fri May 29 22:28:04 UTC 2020


Author: linimon
Date: Fri May 29 22:28:04 2020
New Revision: 537002
URL: https://svnweb.freebsd.org/changeset/ports/537002

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

Modified:
  branches/2020Q2/math/gambit/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/math/gambit/Makefile
==============================================================================
--- branches/2020Q2/math/gambit/Makefile	Fri May 29 22:25:46 2020	(r537001)
+++ branches/2020Q2/math/gambit/Makefile	Fri May 29 22:28:04 2020	(r537002)
@@ -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-all mailing list