Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2019 04:44:37 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508705 - head/shells/ksh93
Message-ID:  <201908120444.x7C4ibbd052678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Aug 12 04:44:37 2019
New Revision: 508705
URL: https://svnweb.freebsd.org/changeset/ports/508705

Log:
  Mark broken when USE_GCC=9. Upstream git commit
  63e9edcb6084d4b164439065e2d71f3e900ec3c7 resolves this issue.
  Unfortunately it does not apply, requiring this port to be upated to
  ksh93 well into ksh93-devel. Bringing ksh93 up to the ksh93-devel or
  shy of it would negate the justification for ksh93's existence. It is
  therefore recommended that people use ksh93-devel on architectures that
  use GCC 9 or use GCC 8.
  
  PR:		239644
  Reported by:	pkubaj@

Modified:
  head/shells/ksh93/Makefile   (contents, props changed)

Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile	Mon Aug 12 04:44:24 2019	(r508704)
+++ head/shells/ksh93/Makefile	Mon Aug 12 04:44:37 2019	(r508705)
@@ -13,6 +13,10 @@ LICENSE=	EPL
 
 USES=		compiler:c11 meson ninja python:build
 
+.if ${USE_GCC} == "9"
+BROKEN=		GCC 9.1 changes the output of `gcc -E` which breaks the conf.sh script, fixed in shells/ksh93-devel
+.endif
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	att
 GH_PROJECT=	ast



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