aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2019-05-09 13:35:23 +0800
committertcberner <tcberner@FreeBSD.org>2019-05-09 13:35:23 +0800
commitb028c7f24eb36acf641831767a404faf8e16fb3b (patch)
tree5eef11bbeb7422c438ccda331ccc7a2114c11c1f /lang
parent995254ff554369c2694aedff341f22d0fe13e8d8 (diff)
downloadfreebsd-ports-gnome-b028c7f24eb36acf641831767a404faf8e16fb3b.tar.gz
freebsd-ports-gnome-b028c7f24eb36acf641831767a404faf8e16fb3b.tar.zst
freebsd-ports-gnome-b028c7f24eb36acf641831767a404faf8e16fb3b.zip
lang/gch84[34]: bump LLVM_VERSION to 60
- llvm50 was removed, which breaks poudriere on arm. - this might not fix it, but at least blocks poudrire no longer Reported by: antoine
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc843/Makefile4
-rw-r--r--lang/ghc844/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/ghc843/Makefile b/lang/ghc843/Makefile
index ec7ada02be11..be5dcc2b8abd 100644
--- a/lang/ghc843/Makefile
+++ b/lang/ghc843/Makefile
@@ -1,4 +1,4 @@
-# Created by: Simon Marlow <simonmar@microsoft.com>
+#6Created by: Simon Marlow <simonmar@microsoft.com>
# $FreeBSD$
PORTNAME= ghc
@@ -22,7 +22,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
GHC_VERSION= 8.4.3
HSCOLOUR_VERSION= 1.24.4
-LLVM_VERSION= 50
+LLVM_VERSION= 60
CONFLICTS_INSTALL= ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.4
diff --git a/lang/ghc844/Makefile b/lang/ghc844/Makefile
index 99c5a57d54e2..12ec6cc27e95 100644
--- a/lang/ghc844/Makefile
+++ b/lang/ghc844/Makefile
@@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
GHC_VERSION= 8.4.4
HSCOLOUR_VERSION= 1.24.4
-LLVM_VERSION= 50
+LLVM_VERSION= 60
CONFLICTS_INSTALL= ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.3