Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2017 01:47:30 +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: r435113 - head/multimedia/mkclean
Message-ID:  <201703010147.v211lUEA055019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Mar  1 01:47:30 2017
New Revision: 435113
URL: https://svnweb.freebsd.org/changeset/ports/435113

Log:
  Previous commit should have been for armv6.
  
  Note: the last release of this code was 2012.  Remember to take some
  antacids if you try to read this code.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/mkclean/Makefile

Modified: head/multimedia/mkclean/Makefile
==============================================================================
--- head/multimedia/mkclean/Makefile	Tue Feb 28 23:54:54 2017	(r435112)
+++ head/multimedia/mkclean/Makefile	Wed Mar  1 01:47:30 2017	(r435113)
@@ -26,6 +26,7 @@ PLIST_FILES=	bin/mkclean \
 		bin/mkWDclean
 
 BROKEN_aarch64=	Does not install: arm-none-linux-gnueabi-gcc: Command not found
+BROKEN_armv6=	Does not install: arm-none-linux-gnueabi-gcc: Command not found
 BROKEN_mips64=	Does not install: mipsel-linux-gcc: Command not found
 BROKEN_sparc64=	Does not install: gmake: GNUmakefile: No such file or directory
 



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