diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-14 07:21:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-14 07:21:37 +0800 |
commit | 0dad469ebecc7feb15d8acf58c45e5fc4c62829b (patch) | |
tree | 4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /multimedia | |
parent | a1030d0a8021a1b0b60672b327ac3b4d985f1963 (diff) | |
download | freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.tar.gz freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.tar.zst freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.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)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libtuner/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mkvalidator/Makefile | 2 | ||||
-rw-r--r-- | multimedia/oscam/Makefile | 2 |
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 |