Date: Fri, 29 May 2020 22:28:04 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r537002 - branches/2020Q2/math/gambit Message-ID: <202005292228.04TMS45m009414@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005292228.04TMS45m009414>