diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-11 08:42:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-11 08:42:51 +0000 |
commit | 887c49618aead82147e6c7e7f0c2b38e3a03b4f6 (patch) | |
tree | f1aa47aca8761e0f1762f2372a30c61e82bf594a /cad | |
parent | 433560d6988a171f5dec19d322fae38fcc104ac1 (diff) | |
download | ports-887c49618aead82147e6c7e7f0c2b38e3a03b4f6.tar.gz ports-887c49618aead82147e6c7e7f0c2b38e3a03b4f6.zip |
Notes
Diffstat (limited to 'cad')
-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 |