diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-11 16:42:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-11 16:42:51 +0800 |
commit | 3a19e34bedf964d668c9a3d4b47d960d9c86ec9c (patch) | |
tree | f1aa47aca8761e0f1762f2372a30c61e82bf594a | |
parent | 3ab63204004c8596e33e3dae8c33007ceea21708 (diff) | |
download | freebsd-ports-gnome-3a19e34bedf964d668c9a3d4b47d960d9c86ec9c.tar.gz freebsd-ports-gnome-3a19e34bedf964d668c9a3d4b47d960d9c86ec9c.tar.zst freebsd-ports-gnome-3a19e34bedf964d668c9a3d4b47d960d9c86ec9c.zip |
Mark various cad ports broken on aarch64.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | cad/jspice3/Makefile | 2 | ||||
-rw-r--r-- | cad/meshlab/Makefile | 2 | ||||
-rw-r--r-- | cad/sp2sp/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/cad/jspice3/Makefile b/cad/jspice3/Makefile index 94c152f680e2..d4b67dd28f3a 100644 --- a/cad/jspice3/Makefile +++ b/cad/jspice3/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.wrcad.com/ftp/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Adaptation of the Berkeley Spice3f4 with superconductivity +BROKEN_aarch64= Fails to link jspice3 + CONFLICTS= spice-[0-9]* OPTIONS_DEFINE= X11 EXAMPLES diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index 0fcf81aeed8b..9983eaaf791a 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -17,6 +17,8 @@ EXTRACT_DEPENDS=gtar:archivers/gtar LIB_DEPENDS= libQtSolutions_SOAP-head.so:devel/qt4-qtsolutions-soap \ libmpir.so:math/mpir +BROKEN_aarch64= Fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char + USES= dos2unix qmake compiler:c++11-lib tar:tgz USE_CXXSTD= c++11 USE_GL= glew glu diff --git a/cad/sp2sp/Makefile b/cad/sp2sp/Makefile index 53065419a55e..507b7076537b 100644 --- a/cad/sp2sp/Makefile +++ b/cad/sp2sp/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +BROKEN_aarch64= Fails to configure: PKG_PROG_PKG_CONFIG: not found + USES= autoreconf gettext-runtime pkgconfig USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 GNU_CONFIGURE= yes |