Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 22:25:46 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537001 - head/math/gambit
Message-ID:  <202005292225.04TMPkpa009174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005292225.04TMPkpa009174>