aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-04-30 09:12:10 +0800
committerMark Linimon <linimon@FreeBSD.org>2017-04-30 09:12:10 +0800
commitc5b96b3aa84e646f61b2ff4544ba0f42fab1e65c (patch)
tree7b3dbe71ec7eb52c302f9ec1b73c6bebb9052a8a /multimedia
parent4ebba57eca24629c95e4c6381784c4f8b79ebb74 (diff)
downloadfreebsd-ports-gnome-c5b96b3aa84e646f61b2ff4544ba0f42fab1e65c.tar.gz
freebsd-ports-gnome-c5b96b3aa84e646f61b2ff4544ba0f42fab1e65c.tar.zst
freebsd-ports-gnome-c5b96b3aa84e646f61b2ff4544ba0f42fab1e65c.zip
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/assimp/Makefile2
-rw-r--r--multimedia/mediainfo/Makefile2
-rw-r--r--multimedia/tvheadend/Makefile5
3 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile
index 40812be95ea9..92642ed6cbbe 100644
--- a/multimedia/assimp/Makefile
+++ b/multimedia/assimp/Makefile
@@ -13,7 +13,7 @@ COMMENT= Library to import various 3D model formats in a uniform manner
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: error: ByteSwap has not been declared
USES= cmake compiler:c++11-lib pkgconfig
USE_GITHUB= yes
diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile
index fe8df6b4855f..fc8795829f82 100644
--- a/multimedia/mediainfo/Makefile
+++ b/multimedia/mediainfo/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/../../../License.html
LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo \
libzen.so:multimedia/libzen
-BROKEN_powerpc64= does not build
+BROKEN_powerpc64= does not build: undefined reference to fmodl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile
index 02356b36dcaa..dc3a8464e7c6 100644
--- a/multimedia/tvheadend/Makefile
+++ b/multimedia/tvheadend/Makefile
@@ -12,15 +12,14 @@ COMMENT= TV streaming server supporting DVB, IPTV and V4L
LICENSE= GPLv3
-BROKEN_powerpc64= Does not build
-
BUILD_DEPENDS= bash:shells/bash \
${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
-
LIB_DEPENDS= libcurl.so:ftp/curl \
liburiparser.so:net/uriparser
RUN_DEPENDS= dtv-scan-tables>=0:multimedia/dtv-scan-tables
+BROKEN_powerpc64= Does not build
+
USE_GITHUB= yes
USES= execinfo gmake pkgconfig python shebangfix