svn commit: r422361 - head/shells/pdksh

Mark Linimon linimon at FreeBSD.org
Sun Sep 18 10:10:33 UTC 2016


Author: linimon
Date: Sun Sep 18 10:10:31 2016
New Revision: 422361
URL: https://svnweb.freebsd.org/changeset/ports/422361

Log:
  Mark as broken on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/shells/pdksh/Makefile

Modified: head/shells/pdksh/Makefile
==============================================================================
--- head/shells/pdksh/Makefile	Sun Sep 18 10:06:33 2016	(r422360)
+++ head/shells/pdksh/Makefile	Sun Sep 18 10:10:31 2016	(r422361)
@@ -20,6 +20,7 @@ COMMENT=	The Public Domain Korn Shell
 LICENSE=	BSD3CLAUSE
 
 BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Fails to compile siglist.in
 
 OPTIONS_DEFINE=	STATIC
 


More information about the svn-ports-head mailing list