aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-08-12 04:44:37 +0000
committerCy Schubert <cy@FreeBSD.org>2019-08-12 04:44:37 +0000
commitd2781bb2d2b030570d8504def89ae86b674aa807 (patch)
treed112ba8af38e391551db9ff427e74c912732f816 /shells
parent515af620b83926b59ce68c7d0eafe54196f242d0 (diff)
downloadports-d2781bb2d2b030570d8504def89ae86b674aa807.tar.gz
ports-d2781bb2d2b030570d8504def89ae86b674aa807.zip
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@
Notes
Notes: svn path=/head/; revision=508705
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh93/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index 0735302b3cde..c522487e449b 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -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