aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-05-02 03:25:00 +0800
committerlinimon <linimon@FreeBSD.org>2017-05-02 03:25:00 +0800
commit4aabba205eb753dfe6b95b47bfc4032c9297b8f6 (patch)
treec294df00509e0e3634bb037ebee32db884c7b1c2 /graphics
parenta6bef84e481b1eb09039107aaf3b73f07b7743b5 (diff)
downloadfreebsd-ports-gnome-4aabba205eb753dfe6b95b47bfc4032c9297b8f6.tar.gz
freebsd-ports-gnome-4aabba205eb753dfe6b95b47bfc4032c9297b8f6.tar.zst
freebsd-ports-gnome-4aabba205eb753dfe6b95b47bfc4032c9297b8f6.zip
Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/hiptext/Makefile3
-rw-r--r--graphics/photivo/Makefile2
2 files changed, 5 insertions, 0 deletions
diff --git a/graphics/hiptext/Makefile b/graphics/hiptext/Makefile
index 752e4c80a9f2..6a35d9e9608c 100644
--- a/graphics/hiptext/Makefile
+++ b/graphics/hiptext/Makefile
@@ -18,6 +18,9 @@ LIB_DEPENDS= libgflags.so:devel/gflags \
TEST_DEPENDS= googletest>=1.7.0:devel/googletest
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
+BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native
+BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native
+
USE_GITHUB= yes
GH_ACCOUNT= jart
GH_TAGNAME= f89b44f
diff --git a/graphics/photivo/Makefile b/graphics/photivo/Makefile
index 9cec47e332ae..0d3063ec5912 100644
--- a/graphics/photivo/Makefile
+++ b/graphics/photivo/Makefile
@@ -15,6 +15,8 @@ COMMENT= Free and open source photo processor
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_aarch64= fails to compile: error: constant expression evaluates to -2 which cannot be narrowed to type char
+
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
libexiv2.so:graphics/exiv2 \
liblqr-1.so:graphics/liblqr-1 \