From owner-svn-ports-head@freebsd.org Wed Nov 30 16:01:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3495C5D1D3; Wed, 30 Nov 2016 16:01:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75B821D14; Wed, 30 Nov 2016 16:01:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAUG1UYe008523; Wed, 30 Nov 2016 16:01:30 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAUG1Uis008519; Wed, 30 Nov 2016 16:01:30 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611301601.uAUG1Uis008519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 30 Nov 2016 16:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427432 - in head: audio/deadbeef audio/xmms2 emulators/advancemame graphics/libcaca X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 16:01:31 -0000 Author: linimon Date: Wed Nov 30 16:01:30 2016 New Revision: 427432 URL: https://svnweb.freebsd.org/changeset/ports/427432 Log: Mark various ports as broken on aarch64 due to the same clang bug: error in backend: Do not know how to split this operator's operand! Approved by: portmgr (tier-2 blanket) Modified: head/audio/deadbeef/Makefile head/audio/xmms2/Makefile head/emulators/advancemame/Makefile head/graphics/libcaca/Makefile Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Wed Nov 30 15:32:05 2016 (r427431) +++ head/audio/deadbeef/Makefile Wed Nov 30 16:01:30 2016 (r427432) @@ -28,6 +28,9 @@ 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 + OPTIONS_DEFINE= PULSEAUDIO GUI VFS LASTFM ART SUPEREQ SID FFAP VTX \ HOTKEYS OGG FFMPEG FLAC SNDFILE WAVPACK CDDA GME DUMB NOTIFY \ MUSEPACK WILDMIDI TTA DCA AAC MMS SHN SHELLEXEC NLS M3U \ Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Wed Nov 30 15:32:05 2016 (r427431) +++ head/audio/xmms2/Makefile Wed Nov 30 16:01:30 2016 (r427432) @@ -27,6 +27,8 @@ PLIST_SUB+= INCLUDEDIR="include/${PORTNA 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 OFA PULSEAUDIO SAMBA SID \ Modified: head/emulators/advancemame/Makefile ============================================================================== --- head/emulators/advancemame/Makefile Wed Nov 30 15:32:05 2016 (r427431) +++ head/emulators/advancemame/Makefile Wed Nov 30 16:01:30 2016 (r427432) @@ -28,6 +28,8 @@ 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 Wed Nov 30 15:32:05 2016 (r427431) +++ head/graphics/libcaca/Makefile Wed Nov 30 16:01:30 2016 (r427432) @@ -27,6 +27,8 @@ 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