Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2017 03:13:36 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455767 - head/audio/xmcd
Message-ID:  <201712080313.vB83Da0l076565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Dec  8 03:13:35 2017
New Revision: 455767
URL: https://svnweb.freebsd.org/changeset/ports/455767

Log:
  Update error message for armv6.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/xmcd/Makefile

Modified: head/audio/xmcd/Makefile
==============================================================================
--- head/audio/xmcd/Makefile	Fri Dec  8 02:41:30 2017	(r455766)
+++ head/audio/xmcd/Makefile	Fri Dec  8 03:13:35 2017	(r455767)
@@ -23,7 +23,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 LIBBINDIR=	${STAGEDIR}${PREFIX}/lib/X11/xmcd/bin-${OPSYS}_${OSREL:R:R}-${ARCH}
 
 BROKEN_aarch64=		Fails to compile: many undefined symbols in xorg.cf
-BROKEN_armv6=		Fails to compile: many undefined symbols in xorg.cf
+BROKEN_armv6=		Fails to install: strip: xmcd/bin-FreeBSD_12-armv6/cda failed: No such file or directory
 BROKEN_armv7=		Fails to install: strip: xmcd/bin-FreeBSD_12-armv7/cda failed: No such file or directory
 BROKEN_mips64=		Fails to compile: many undefined symbols in xorg.cf
 BROKEN_powerpc64=	Fails to compile: many undefined symbols in xorg.cf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712080313.vB83Da0l076565>