svn commit: r439565 - head/shells/pdksh

Mark Linimon linimon at FreeBSD.org
Thu Apr 27 20:24:44 UTC 2017


Author: linimon
Date: Thu Apr 27 20:24:43 2017
New Revision: 439565
URL: https://svnweb.freebsd.org/changeset/ports/439565

Log:
  Remove duplicate broken stanza for powerpc64.  While here, reformat and
  consolidate the sparc64 one.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/shells/pdksh/Makefile

Modified: head/shells/pdksh/Makefile
==============================================================================
--- head/shells/pdksh/Makefile	Thu Apr 27 20:08:49 2017	(r439564)
+++ head/shells/pdksh/Makefile	Thu Apr 27 20:24:43 2017	(r439565)
@@ -19,13 +19,11 @@ COMMENT=	The Public Domain Korn Shell
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_powerpc64=	Does not build
-BROKEN_powerpc64=	Fails to compile siglist.in
+BROKEN_powerpc64=	fails to compile siglist.in
+BROKEN_sparc64=		fails to compile ./siglist.in
 
 OPTIONS_DEFINE=	STATIC
 
-BROKEN_sparc64=	fails to compile ./siglist.in
-
 GNU_CONFIGURE=	yes
 CPP+=		-P
 


More information about the svn-ports-head mailing list