Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 16:14:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499858 - head/cad/klayout
Message-ID:  <201904241614.x3OGEOpG035146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr 24 16:14:24 2019
New Revision: 499858
URL: https://svnweb.freebsd.org/changeset/ports/499858

Log:
  Mark BROKEN on i386
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/cad/klayout/Makefile

Modified: head/cad/klayout/Makefile
==============================================================================
--- head/cad/klayout/Makefile	Wed Apr 24 15:33:50 2019	(r499857)
+++ head/cad/klayout/Makefile	Wed Apr 24 16:14:24 2019	(r499858)
@@ -10,6 +10,9 @@ COMMENT=	Qt-based GDS2 Viewer
 
 LICENSE=	GPLv2
 
+BROKEN_i386=	type 'hash<long long>' does not provide a call operator
+BROKEN_sparc64=	Does not compile on sparc64: gcc bug
+
 USES=		compiler:c++0x gmake gl python qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	KLayout
@@ -30,8 +33,6 @@ LIBS+=		-lQt5${M}
 MAKE_ENV=	INSTALL_ROOT=${STAGEDIR}
 BUILD_WRKSRC=	${WRKSRC}/build-release
 INSTALL_WRKSRC=	${WRKSRC}/build-release
-
-BROKEN_sparc64=	Does not compile on sparc64: gcc bug
 
 do-configure:
 	cd ${WRKSRC} && \



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