On 2018 Jan 20 (Sat) at 09:05:28 +0000 (+0000), Stuart Henderson wrote:
:On 2018/01/20 16:28, Jonathan Gray wrote:
:> Index: multimedia/mpv/Makefile
:> ===================================================================
:> RCS file: /cvs/ports/multimedia/mpv/Makefile,v
:> retrieving revision 1.38
:> diff -u -p -r1.38 Makefile
:> --- multimedia/mpv/Makefile 23 Oct 2017 17:10:52 -0000 1.38
:> +++ multimedia/mpv/Makefile 20 Jan 2018 00:42:26 -0000
:> @@ -1,7 +1,7 @@
:> # $OpenBSD: Makefile,v 1.38 2017/10/23 17:10:52 sthen Exp $
:>
:> # archs with atomic ops
:> -ONLY_FOR_ARCHS = aarch64 alpha amd64 i386 mips64 mips64el powerpc sparc64
:> +ONLY_FOR_ARCHS = aarch64 alpha amd64 arm i386 mips64 mips64el powerpc
sparc64
:> BROKEN-powerpc = atomics detection fails
:>
:> COMMENT = movie player based on MPlayer/mplayer2
:
:This is probably better written as
:
:NOT_FOR_ARCHS = hppa landisk luna88k m88k
:
:(The current line is missing aarch64).
:
I'm happy with changing it to NOT_FOR_ARCHS, but aarch64 is the first
entry :).
:> Other BROKEN markers are suspect as well
:>
:> devel/codeblocks/Makefile:BROKEN-arm= wxwidgets va_list c++ mangling
requires gcc < 4.4
:> devel/arm-none-eabi/gcc-linaro/Makefile:BROKEN-armv7= error during
libgcc autoconf "checking for suffix of object files", probably similar to i386
:> devel/reposurgeon/Makefile:BROKEN-arm= out of memory compiling
cyreposurgeon.c
:> games/crimson/Makefile:BROKEN-arm= mktileset buggy, loops at high CPU use
:> games/stone-soup/Makefile:BROKEN-arm= tilegen.elf loops burning cpu
:> games/fifengine/Makefile:BROKEN-arm = out of memory when compiling
fifePYTHON_wrap.cxx
:> lang/seed7/Makefile:BROKEN-arm = gmake: *** [makefile:279: ../bin/make7]
Bus error (core dumped)
:> security/john-jumbo/Makefile:BROKEN-arm = uaf_encode_plug.c:61: error:
stray '$' in program
:
:Unless phessler objects I think it would probably make sense to try
:removing these as well.
Yes, please remove those BROKEN-arm markers. We can add them back if
necessary.
--
Concept, n.:
Any "idea" for which an outside consultant billed you more than
$25,000.