aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 23:21:37 +0000
commit7e4f41c6908ce98d98c9a87bb0998ff78c715166 (patch)
tree4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /multimedia
parentaaf8b327e5095da79cd603bcd11cc3bb1af0e5b5 (diff)
downloadports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.tar.gz
ports-7e4f41c6908ce98d98c9a87bb0998ff78c715166.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=440858
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libtuner/Makefile2
-rw-r--r--multimedia/mkvalidator/Makefile2
-rw-r--r--multimedia/oscam/Makefile2
3 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/libtuner/Makefile b/multimedia/libtuner/Makefile
index 44fc7aee8e16..c26bc4cc805d 100644
--- a/multimedia/libtuner/Makefile
+++ b/multimedia/libtuner/Makefile
@@ -12,6 +12,8 @@ COMMENT= Userspace drivers for various TV/radio tuner ICs
LICENSE= BSD2CLAUSE MIT
LICENSE_COMB= multi
+BROKEN_powerpc64= fails to compile: tuner_iic_device.cpp: EINVAL was not declared in this scope
+
MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX}
MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC
USE_LDCONFIG= ${PREFIX}/lib/libtuner
diff --git a/multimedia/mkvalidator/Makefile b/multimedia/mkvalidator/Makefile
index b3d053d3251f..609fe217d8a4 100644
--- a/multimedia/mkvalidator/Makefile
+++ b/multimedia/mkvalidator/Makefile
@@ -11,7 +11,7 @@ COMMENT= Command line tool to verify Matroska and WebM files
LICENSE= BSD3CLAUSE BSD4CLAUSE GPLv2
LICENSE_COMB= multi
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= does not compile: mkvtree.c: error: dereferencing pointer to incomplete type
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
diff --git a/multimedia/oscam/Makefile b/multimedia/oscam/Makefile
index e0530409d3a5..d031b3df63d1 100644
--- a/multimedia/oscam/Makefile
+++ b/multimedia/oscam/Makefile
@@ -12,7 +12,7 @@ COMMENT= Softcam software to decrypt digital tv channels
LICENSE= GPLv3
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= does not build: gmake: clang: Command not found
USES= gmake ssl tar:bzip2
USE_RC_SUBR= oscam