svn commit: r455767 - head/audio/xmcd

Mark Linimon linimon at FreeBSD.org
Fri Dec 8 03:13:37 UTC 2017


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


More information about the svn-ports-head mailing list