Date: Fri, 5 Jan 2018 02:57:35 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458101 - in head: audio/deadbeef audio/xmms2 emulators/advancemame graphics/libcaca misc/talkfilters Message-ID: <201801050257.w052vZmL024744@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Jan 5 02:57:35 2018 New Revision: 458101 URL: https://svnweb.freebsd.org/changeset/ports/458101 Log: Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL The cryptic "error in backend" is emitted by Clang on crash. Modified: head/audio/deadbeef/Makefile (contents, props changed) head/audio/xmms2/Makefile (contents, props changed) head/emulators/advancemame/Makefile (contents, props changed) head/graphics/libcaca/Makefile (contents, props changed) head/misc/talkfilters/Makefile (contents, props changed) Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Fri Jan 5 02:50:29 2018 (r458100) +++ head/audio/deadbeef/Makefile Fri Jan 5 02:57:35 2018 (r458101) @@ -28,7 +28,6 @@ INSTALLS_ICONS= yes SHEBANG_FILES= yasmwrapper.sh INSTALL_TARGET= install-strip -BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand! BROKEN_armv6= Fails to compile: error: invalid conversion between vector type and integer type BROKEN_armv7= Fails to compile: error: invalid conversion between vector type and integer type Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Fri Jan 5 02:50:29 2018 (r458100) +++ head/audio/xmms2/Makefile Fri Jan 5 02:57:35 2018 (r458101) @@ -28,8 +28,6 @@ PLIST_SUB+= INCLUDEDIR="include/${PORTNAME}" LIBDIR="l CPPFLAGS+= -I${LOCALBASE}/include -BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand! - OPTIONS_DEFINE= AIRPLAY AO APE AVCODEC CDDA CURL ET FAAD FAM FLAC \ GME GVFS ICES JACK MAD MDNS MMS \ MODPLUG MPG123 MUSEPACK PULSEAUDIO SAMBA SID \ Modified: head/emulators/advancemame/Makefile ============================================================================== --- head/emulators/advancemame/Makefile Fri Jan 5 02:50:29 2018 (r458100) +++ head/emulators/advancemame/Makefile Fri Jan 5 02:57:35 2018 (r458101) @@ -28,8 +28,6 @@ DATADIR= ${PREFIX}/share/advance PORTDOCS= * -BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand! - OPTIONS_DEFINE= DOCS FREETYPE SLANG OPTIONS_DEFINE_i386= ASM OPTIONS_DEFAULT= FREETYPE Modified: head/graphics/libcaca/Makefile ============================================================================== --- head/graphics/libcaca/Makefile Fri Jan 5 02:50:29 2018 (r458100) +++ head/graphics/libcaca/Makefile Fri Jan 5 02:57:35 2018 (r458101) @@ -27,8 +27,6 @@ INSTALL_TARGET= install-strip DOCS= AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \ NOTES README THANKS -BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand! - OPTIONS_DEFINE= X11 IMLIB2 FTGL SLANG DOCS OPTIONS_DEFAULT= X11 IMLIB2 X11_DESC= X11 and OpenGL support Modified: head/misc/talkfilters/Makefile ============================================================================== --- head/misc/talkfilters/Makefile Fri Jan 5 02:50:29 2018 (r458100) +++ head/misc/talkfilters/Makefile Fri Jan 5 02:57:35 2018 (r458101) @@ -19,8 +19,6 @@ USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes -BROKEN_aarch64= fails to install: error in backend: fixup value out of range - SUB_FILES= pkg-message INFO= talkfilters
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801050257.w052vZmL024744>