Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2017 20:24:43 +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: r439565 - head/shells/pdksh
Message-ID:  <201704272024.v3RKOhLK049398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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