summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--finance/bitcoin-armory/Makefile4
-rw-r--r--games/nxengine/Makefile4
-rw-r--r--graphics/qt5-graphicaleffects/Makefile4
-rw-r--r--java/java3d/Makefile1
-rw-r--r--lang/gnustep-base/Makefile8
-rw-r--r--math/p5-Math-Pari/Makefile2
-rw-r--r--math/reduce/Makefile2
-rw-r--r--math/tblis/Makefile8
-rw-r--r--math/xlife++/Makefile2
-rw-r--r--multimedia/Bento4/Makefile2
-rw-r--r--multimedia/acidrip/Makefile2
-rw-r--r--multimedia/kmplayer-kde4/Makefile3
-rw-r--r--multimedia/photofilmstrip/Makefile2
-rw-r--r--net-mgmt/riemann-c-client/Makefile2
-rw-r--r--net/belle-sip/Makefile2
-rw-r--r--net/cjdns/Makefile3
-rw-r--r--science/mpqc/Makefile2
-rw-r--r--science/py-dlib/Makefile4
-rw-r--r--security/iaikpkcs11wrapper/Makefile1
-rw-r--r--security/quantis/Makefile4
-rw-r--r--sysutils/osquery/Makefile2
-rw-r--r--sysutils/puppet5/Makefile2
-rw-r--r--x11-toolkits/qt5-quickcontrols/Makefile6
-rw-r--r--x11-toolkits/qt5-quickcontrols2/Makefile6
-rw-r--r--x11-toolkits/qtermwidget/Makefile4
-rw-r--r--x11/polybar/Makefile4
26 files changed, 77 insertions, 9 deletions
diff --git a/finance/bitcoin-armory/Makefile b/finance/bitcoin-armory/Makefile
index f238787b0267..42836f6f00a9 100644
--- a/finance/bitcoin-armory/Makefile
+++ b/finance/bitcoin-armory/Makefile
@@ -13,6 +13,10 @@ COMMENT= Desktop bitcoin management system
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to compile: c++: language not recognized: 'ar'
+BROKEN_armv6= fails to compile: c++: language not recognized: 'ar'
+BROKEN_armv7= fails to compile: c++: language not recognized: 'ar'
+
BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:devel/swig30 \
${LOCALBASE}/bin/pyrcc4:textproc/py-qt4-xml@${PY_FLAVOR} \
${LOCALBASE}/bin/rsync:net/rsync
diff --git a/games/nxengine/Makefile b/games/nxengine/Makefile
index 1466d099e2d7..1b583643e559 100644
--- a/games/nxengine/Makefile
+++ b/games/nxengine/Makefile
@@ -22,6 +22,10 @@ LICENSE_PERMS_FREEWARE= dist-mirror pkg-mirror auto-accept
LICENSE_DISTFILES_GPLv3= ${DISTFILES:[3]}
LICENSE_DISTFILES_FREEWARE= ${DISTFILES:[2]:S/:data//}
+BROKEN_aarch64= fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
+BROKEN_armv6= fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
+BROKEN_armv7= fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
+
LIB_DEPENDS= libpng.so:graphics/png
DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \
diff --git a/graphics/qt5-graphicaleffects/Makefile b/graphics/qt5-graphicaleffects/Makefile
index ac15db234009..67031e5571d1 100644
--- a/graphics/qt5-graphicaleffects/Makefile
+++ b/graphics/qt5-graphicaleffects/Makefile
@@ -8,8 +8,10 @@ PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt Quick graphical effects
+BROKEN_aarch64= fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
+
+USES= qmake
USE_QT5= buildtools_build core gui quick qml
QT_DIST= ${PORTNAME}
-USES= qmake
.include <bsd.port.mk>
diff --git a/java/java3d/Makefile b/java/java3d/Makefile
index 7a46814d18b4..9715a8195ac7 100644
--- a/java/java3d/Makefile
+++ b/java/java3d/Makefile
@@ -13,6 +13,7 @@ COMMENT= Provides API for creating and manipulation of 3D geometry
LICENSE= BSD2CLAUSE GPLv2
LICENSE_COMB= multi
+BROKEN_aarch64= fails to compile: GVector.java:168: bad use of '>'
BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details
BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 303421e90d7e..387927fa39cd 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -13,6 +13,8 @@ COMMENT= GNUstep Foundation library
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
+BROKEN_aarch64= fails to compile: <inline asm>:1:27: unexpected token in argument list
+
LIB_DEPENDS+= libffi.so:devel/libffi
LIB_DEPENDS+= libxml2.so:textproc/libxml2
LIB_DEPENDS+= libxslt.so:textproc/libxslt
@@ -21,12 +23,12 @@ LIB_DEPENDS+= libgcrypt.so:security/libgcrypt
RUN_DEPENDS+= ${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:devel/gnustep-make
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
-CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
USES= pkgconfig iconv gnustep
USE_GNUSTEP= build
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
+CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index 3990f80db9fc..827c1139b2fd 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -17,6 +17,8 @@ COMMENT= PARI - numerical/scientific/number-theoretic calculations
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+BROKEN_aarch64= fails to link: mp.c:(function pari_kernel_init): can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'gpmalloc' defined in init.o
+
LIB_DEPENDS= libgmp.so:math/gmp
USES= perl5
diff --git a/math/reduce/Makefile b/math/reduce/Makefile
index f5f689b5a038..6aa5b1c62e9b 100644
--- a/math/reduce/Makefile
+++ b/math/reduce/Makefile
@@ -12,6 +12,8 @@ COMMENT= REDUCE Codemist Standard Lisp general-purpose computer system
LICENSE= BSD2CLAUSE
+BROKEN_aarch64= fails to install: Reduce-svn4372-src/cslbuild/aarch64-unknown-freebsd11.1/csl/reduce.img: No such file or directory
+BROKEN_armv6= fails to compile: redfront.h:118:12: conflicting types for '__wcwidth'
BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type
RUN_DEPENDS= gnuplot:math/gnuplot
diff --git a/math/tblis/Makefile b/math/tblis/Makefile
index 322042dff34a..d0d8c6debd18 100644
--- a/math/tblis/Makefile
+++ b/math/tblis/Makefile
@@ -12,6 +12,8 @@ COMMENT= Framework for performing tensor operations
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
+BROKEN_armv6= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= i386 requires SSE
@@ -19,12 +21,12 @@ OPTIONS_DEFINE= PARA
PARA_DESC= use pthread parallelization
OPTIONS_DEFAULT= PARA
-USE_GITHUB= yes
-GH_ACCOUNT= devinamatthews
-
USES= gmake libtool
USE_LDCONFIG= yes
+USE_GITHUB= yes
+GH_ACCOUNT= devinamatthews
+
HAS_CONFIGURE= yes
PARA_CONFIGURE_ON= --enable-thread-model=pthreads
diff --git a/math/xlife++/Makefile b/math/xlife++/Makefile
index b4a257984667..7d5bf4598645 100644
--- a/math/xlife++/Makefile
+++ b/math/xlife++/Makefile
@@ -12,6 +12,8 @@ COMMENT= XLiFE++: eXtended Library of Finite Elements in C++
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_aarch64= fails to compile: BlasUtil.h:63:63: no type named 'ReturnType' in 'Eigen::ScalarBinaryOpTraits<__attribute__
+
USES= cmake:outsource eigen:3 fortran tar:tbz
USE_LDCONFIG= yes
diff --git a/multimedia/Bento4/Makefile b/multimedia/Bento4/Makefile
index 2eeee357a6d3..d8ace0d1bb80 100644
--- a/multimedia/Bento4/Makefile
+++ b/multimedia/Bento4/Makefile
@@ -11,6 +11,8 @@ COMMENT= Full-featured MP4 format and MPEG DASH library and tools
LICENSE= GPLv2
+BROKEN_aarch64= fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set
+
USES= cmake:outsource,noninja
USE_GITHUB= yes
diff --git a/multimedia/acidrip/Makefile b/multimedia/acidrip/Makefile
index 4866fb0bcd3a..f8d79cb8b294 100644
--- a/multimedia/acidrip/Makefile
+++ b/multimedia/acidrip/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20Your%20two-wheeled
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVDs
+BROKEN_aarch64= fails to build: test for MEncoder: sh: mplayer: not found
+
BUILD_DEPENDS= lsdvd:multimedia/lsdvd \
mencoder:multimedia/mencoder \
p5-Gtk2>=0:x11-toolkits/p5-Gtk2
diff --git a/multimedia/kmplayer-kde4/Makefile b/multimedia/kmplayer-kde4/Makefile
index a69d52d53afa..bb3a25c3e809 100644
--- a/multimedia/kmplayer-kde4/Makefile
+++ b/multimedia/kmplayer-kde4/Makefile
@@ -14,6 +14,9 @@ COMMENT= KDE frontend to Phonon / KDE4
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
+NOT_FOR_ARCHS= aarch64
+NOT_FOR_ARCHS_REASON= prcpucfg.h:764:2: error: "Unknown CPU architecture"
+
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libphonon.so:multimedia/phonon \
diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile
index 518c66c92cfd..8dcb058a52dc 100644
--- a/multimedia/photofilmstrip/Makefile
+++ b/multimedia/photofilmstrip/Makefile
@@ -14,6 +14,8 @@ COMMENT= Creates movies out of your pictures
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_aarch64= fails to build: Signal 11
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
RUN_DEPENDS= mencoder:multimedia/mencoder \
mplayer:multimedia/mplayer
diff --git a/net-mgmt/riemann-c-client/Makefile b/net-mgmt/riemann-c-client/Makefile
index aa8e7a7ecb29..eb6bf865035b 100644
--- a/net-mgmt/riemann-c-client/Makefile
+++ b/net-mgmt/riemann-c-client/Makefile
@@ -13,6 +13,8 @@ COMMENT= C library and command-line tool for Riemann
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to build: FAIL: tests/check_symver
+
BUILD_DEPENDS= check>0:devel/check
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \
libgnutls.so:security/gnutls \
diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile
index 897402187de3..785be9f4a71e 100644
--- a/net/belle-sip/Makefile
+++ b/net/belle-sip/Makefile
@@ -16,6 +16,8 @@ COMMENT= Belle-sip is a SIP (RFC3261) implementation written in C
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_aarch64= fails to build: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
+
LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \
libbctoolbox.so:net/bctoolbox
diff --git a/net/cjdns/Makefile b/net/cjdns/Makefile
index ca1f956b314b..2489bed89b5f 100644
--- a/net/cjdns/Makefile
+++ b/net/cjdns/Makefile
@@ -13,6 +13,9 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_FreeBSD_10_i386= fails CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' yes
+BROKEN_aarch64= fails to compile: Link time optimization not supported: the clang compiler does not support '-march=native'
+BROKEN_armv6= fails to build: Killing runaway build after 21600 seconds with no output
+BROKEN_armv7= fails to build: Killing runaway build after 21600 seconds with no output
BUILD_DEPENDS= node:www/node \
bash:shells/bash
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index cf0b995531dc..842cca794463 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Massively Parallel Quantum Chemistry Program
+BROKEN_aarch64= fails to compile: lapack.h:2:10: 'chemistry/qc/mbptr12/f77sym.h' file not found
+
LIB_DEPENDS= libint.so:science/libint
GNU_CONFIGURE= yes
diff --git a/science/py-dlib/Makefile b/science/py-dlib/Makefile
index 3e2ee49cb3b7..9065966acd24 100644
--- a/science/py-dlib/Makefile
+++ b/science/py-dlib/Makefile
@@ -12,6 +12,10 @@ COMMENT= Machine learning framework written in C++ (python bindings)
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/dlib/LICENSE.txt
+BROKEN_aarch64= fails to build: CMake Error at test_for_avx/CMakeLists.txt:17 (if): if given arguments: "EQUAL" "0" "AND" "compile_result": Unknown arguments specified
+BROKEN_armv6= fails to build: CMake Error at test_for_avx/CMakeLists.txt:17 (if): if given arguments: "EQUAL" "0" "AND" "compile_result": Unknown arguments specified
+BROKEN_armv7= fails to build: CMake Error at test_for_avx/CMakeLists.txt:17 (if): if given arguments: "EQUAL" "0" "AND" "compile_result": Unknown arguments specified
+
BUILD_DEPENDS= cmake:devel/cmake
LIB_DEPENDS= ${PY_BOOST}
diff --git a/security/iaikpkcs11wrapper/Makefile b/security/iaikpkcs11wrapper/Makefile
index dcf463550d7a..f4ebc923b4b3 100644
--- a/security/iaikpkcs11wrapper/Makefile
+++ b/security/iaikpkcs11wrapper/Makefile
@@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
MAINTAINER= ale@FreeBSD.org
COMMENT= PKCS\#11 Java wrapper
+BROKEN_aarch64= fails to link: /tmp/pkcs11wrapper-01d033.o is incompatible with /usr/lib/crti.o
BROKEN_powerpc64= fails to link: cannot find -lgcc
OPTIONS_DEFINE= DOCS EXAMPLES
diff --git a/security/quantis/Makefile b/security/quantis/Makefile
index 1eb548998b7f..671f2e383fed 100644
--- a/security/quantis/Makefile
+++ b/security/quantis/Makefile
@@ -16,6 +16,10 @@ LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/../License.txt
+BROKEN_aarch64= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY)
+BROKEN_armv6= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY)
+BROKEN_armv7= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY)
+
OPTIONS_DEFINE= PCI USB JAVA COMPAT TOOL GUI DOCS EXAMPLES
OPTIONS_DEFAULT=PCI USB JAVA TOOL GUI
NO_OPTIONS_SORT=yes
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile
index b8a35f2d7e38..a5d5ec64fbbe 100644
--- a/sysutils/osquery/Makefile
+++ b/sysutils/osquery/Makefile
@@ -11,6 +11,8 @@ COMMENT= SQL powered OS instrumentation, monitoring, and analytics
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to compile: the clang compiler does not support '-march=x86-64'
+
BUILD_DEPENDS= thrift>=0.11.0:devel/thrift \
bash>0:shells/bash \
linenoise-ng>0:devel/linenoise-ng \
diff --git a/sysutils/puppet5/Makefile b/sysutils/puppet5/Makefile
index 8218ec584b8d..e3abb0ccf01f 100644
--- a/sysutils/puppet5/Makefile
+++ b/sysutils/puppet5/Makefile
@@ -12,6 +12,8 @@ COMMENT= Configuration management framework written in Ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to install: Could not load facter; cannot install
+
BUILD_DEPENDS= rubygem-hiera>=2.0:sysutils/rubygem-hiera \
rubygem-json_pure>=0:devel/rubygem-json_pure
RUN_DEPENDS= rubygem-gettext-setup>=0:devel/rubygem-gettext-setup \
diff --git a/x11-toolkits/qt5-quickcontrols/Makefile b/x11-toolkits/qt5-quickcontrols/Makefile
index 403080927af3..814bf5352edc 100644
--- a/x11-toolkits/qt5-quickcontrols/Makefile
+++ b/x11-toolkits/qt5-quickcontrols/Makefile
@@ -8,10 +8,14 @@ PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Set of controls for building complete interfaces in Qt Quick
+BROKEN_aarch64= fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+BROKEN_armv6= fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+BROKEN_armv7= fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+
+USES= qmake
USE_QT5= core gui qml quick widgets \
buildtools_build
QT_DIST= quickcontrols
-USES= qmake
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
diff --git a/x11-toolkits/qt5-quickcontrols2/Makefile b/x11-toolkits/qt5-quickcontrols2/Makefile
index 2d66cc5a4f91..5c5fdb580519 100644
--- a/x11-toolkits/qt5-quickcontrols2/Makefile
+++ b/x11-toolkits/qt5-quickcontrols2/Makefile
@@ -8,10 +8,14 @@ PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Set of controls for building complete interfaces in Qt Quick
+BROKEN_aarch64= fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+BROKEN_armv6= fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+BROKEN_armv7= fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+
+USES= qmake:norecursive
USE_QT5= core gui qml quick widgets \
buildtools_build
QT_DIST= ${PORTNAME}
-USES= qmake:norecursive
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
diff --git a/x11-toolkits/qtermwidget/Makefile b/x11-toolkits/qtermwidget/Makefile
index 56ab9ca03f62..4a08113ca4f5 100644
--- a/x11-toolkits/qtermwidget/Makefile
+++ b/x11-toolkits/qtermwidget/Makefile
@@ -11,6 +11,10 @@ COMMENT= Terminal widget for QTerminal
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
+BROKEN_armv6= fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
+BROKEN_armv7= fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
+
USES= cmake:outsource compiler:c++11-lang gettext-runtime lxqt \
pkgconfig tar:xz
USE_LDCONFIG= yes
diff --git a/x11/polybar/Makefile b/x11/polybar/Makefile
index a66d4ff53c28..acc401727e71 100644
--- a/x11/polybar/Makefile
+++ b/x11/polybar/Makefile
@@ -11,6 +11,10 @@ COMMENT= Fast and easy-to-use status bar
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to build: KeyError: 'eventstruct'
+BROKEN_armv6= fails to build: KeyError: 'eventstruct'
+BROKEN_armv7= fails to build: KeyError: 'eventstruct'
+
BUILD_DEPENDS= xcb-proto>=1.9:x11/xcb-proto
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \