svn commit: r458104 - in branches/2018Q1: audio/deadbeef audio/xmms2 emulators/advancemame graphics/libcaca misc/talkfilters
Jan Beich
jbeich at FreeBSD.org
Fri Jan 5 02:58:29 UTC 2018
Author: jbeich
Date: Fri Jan 5 02:58:28 2018
New Revision: 458104
URL: https://svnweb.freebsd.org/changeset/ports/458104
Log:
MFH: r458101
Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL
The cryptic "error in backend" is emitted by Clang on crash.
Approved by: ports-secteam blanket
Modified:
branches/2018Q1/audio/deadbeef/Makefile
branches/2018Q1/audio/xmms2/Makefile
branches/2018Q1/emulators/advancemame/Makefile
branches/2018Q1/graphics/libcaca/Makefile
branches/2018Q1/misc/talkfilters/Makefile
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/audio/deadbeef/Makefile
==============================================================================
--- branches/2018Q1/audio/deadbeef/Makefile Fri Jan 5 02:58:09 2018 (r458103)
+++ branches/2018Q1/audio/deadbeef/Makefile Fri Jan 5 02:58:28 2018 (r458104)
@@ -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: branches/2018Q1/audio/xmms2/Makefile
==============================================================================
--- branches/2018Q1/audio/xmms2/Makefile Fri Jan 5 02:58:09 2018 (r458103)
+++ branches/2018Q1/audio/xmms2/Makefile Fri Jan 5 02:58:28 2018 (r458104)
@@ -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: branches/2018Q1/emulators/advancemame/Makefile
==============================================================================
--- branches/2018Q1/emulators/advancemame/Makefile Fri Jan 5 02:58:09 2018 (r458103)
+++ branches/2018Q1/emulators/advancemame/Makefile Fri Jan 5 02:58:28 2018 (r458104)
@@ -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: branches/2018Q1/graphics/libcaca/Makefile
==============================================================================
--- branches/2018Q1/graphics/libcaca/Makefile Fri Jan 5 02:58:09 2018 (r458103)
+++ branches/2018Q1/graphics/libcaca/Makefile Fri Jan 5 02:58:28 2018 (r458104)
@@ -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: branches/2018Q1/misc/talkfilters/Makefile
==============================================================================
--- branches/2018Q1/misc/talkfilters/Makefile Fri Jan 5 02:58:09 2018 (r458103)
+++ branches/2018Q1/misc/talkfilters/Makefile Fri Jan 5 02:58:28 2018 (r458104)
@@ -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
More information about the svn-ports-all
mailing list