svn commit: r501074 - in head/lang: ghc843 ghc844

Tobias C. Berner tcberner at FreeBSD.org
Thu May 9 05:35:25 UTC 2019


Author: tcberner
Date: Thu May  9 05:35:23 2019
New Revision: 501074
URL: https://svnweb.freebsd.org/changeset/ports/501074

Log:
  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

Modified:
  head/lang/ghc843/Makefile
  head/lang/ghc844/Makefile

Modified: head/lang/ghc843/Makefile
==============================================================================
--- head/lang/ghc843/Makefile	Thu May  9 05:00:18 2019	(r501073)
+++ head/lang/ghc843/Makefile	Thu May  9 05:35:23 2019	(r501074)
@@ -1,4 +1,4 @@
-# Created by: Simon Marlow <simonmar at microsoft.com>
+#6Created by: Simon Marlow <simonmar at 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
 

Modified: head/lang/ghc844/Makefile
==============================================================================
--- head/lang/ghc844/Makefile	Thu May  9 05:00:18 2019	(r501073)
+++ head/lang/ghc844/Makefile	Thu May  9 05:35:23 2019	(r501074)
@@ -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
 


More information about the svn-ports-all mailing list