svn commit: r499858 - head/cad/klayout

Antoine Brodin antoine at FreeBSD.org
Wed Apr 24 16:14:25 UTC 2019


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} && \


More information about the svn-ports-all mailing list