svn commit: r456587 - head/shells/pdksh

Alexey Dokuchaev danfe at FreeBSD.org
Mon Dec 18 04:13:14 UTC 2017


Author: danfe
Date: Mon Dec 18 04:13:13 2017
New Revision: 456587
URL: https://svnweb.freebsd.org/changeset/ports/456587

Log:
  Remove BROKEN_sparc64 statement which was originally added in r397891 by
  linimon@ two years ago.  It now builds and runs just fine on 10.4-STABLE
  running under QEMU 2.9.0.

Modified:
  head/shells/pdksh/Makefile

Modified: head/shells/pdksh/Makefile
==============================================================================
--- head/shells/pdksh/Makefile	Mon Dec 18 03:55:29 2017	(r456586)
+++ head/shells/pdksh/Makefile	Mon Dec 18 04:13:13 2017	(r456587)
@@ -20,7 +20,6 @@ COMMENT=	The Public Domain Korn Shell
 LICENSE=	BSD3CLAUSE
 
 BROKEN_powerpc64=	fails to compile siglist.in
-BROKEN_sparc64=		fails to compile ./siglist.in
 
 OPTIONS_DEFINE=	STATIC
 


More information about the svn-ports-all mailing list