summaryrefslogtreecommitdiff
path: root/multimedia/handbrake/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-21 10:23:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-21 10:23:19 +0000
commitbc6d0887a054641169b806fca1ccb334555dc153 (patch)
treee2529c5247b78282bbb3a3cc3aaaad34e48baf86 /multimedia/handbrake/Makefile
parentUse a more modern way of distinguishing "big-endian platforms". (diff)
Try to bring some consistency to ports that have x86-specific pieces.
- in general, if we think that the code is not architecture-specific, and instead just enables x86 assembler by default, those should use BROKEN rather than IGNORE. This will allow them to be attempted with TRYBROKEN. - spell i386 as x86. - spell asm as assembler. - pet portlint. These changes should have no effect on tier-1 builds. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=456901
Diffstat (limited to 'multimedia/handbrake/Makefile')
-rw-r--r--multimedia/handbrake/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile
index 04ed03330d49..3bf3b983736b 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -34,8 +34,13 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libopus.so:audio/opus \
libjansson.so:devel/jansson
-BROKEN_aarch64= Fails to build: invokes x86 asm
-BROKEN_armv6= Fails to build: invokes x86 asm
+BROKEN_aarch64= invokes x86 assembler
+BROKEN_armv6= invokes x86 assembler
+BROKEN_armv7= invokes x86 assembler
+BROKEN_mips= invokes x86 assembler
+BROKEN_mips64= invokes x86 assembler
+BROKEN_sparc64= invokes x86 assembler
+BROKEN_powerpc64= invokes x86 assembler
USE_GITHUB= yes
GH_ACCOUNT= HandBrake