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

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

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

Modified:
  branches/2019Q2/cad/klayout/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/cad/klayout/Makefile
==============================================================================
--- branches/2019Q2/cad/klayout/Makefile	Wed Apr 24 16:14:24 2019	(r499858)
+++ branches/2019Q2/cad/klayout/Makefile	Wed Apr 24 16:14:45 2019	(r499859)
@@ -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.x3OGEjI6035298>