Date: Thu, 9 May 2019 05:35:24 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501074 - in head/lang: ghc843 ghc844 Message-ID: <201905090535.x495ZOkq057567@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905090535.x495ZOkq057567>