svn commit: r499859 - branches/2019Q2/cad/klayout
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 24 16:14:46 UTC 2019
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} && \
More information about the svn-ports-all
mailing list