From owner-svn-ports-all@freebsd.org Fri Feb 14 06:40:43 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BFB7824230D; Fri, 14 Feb 2020 06:40:43 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48JkKR4lD3z48Qb; Fri, 14 Feb 2020 06:40:43 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83A521F7DD; Fri, 14 Feb 2020 06:40:43 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01E6ehMI061749; Fri, 14 Feb 2020 06:40:43 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01E6ehvU061747; Fri, 14 Feb 2020 06:40:43 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202002140640.01E6ehvU061747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Fri, 14 Feb 2020 06:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526091 - head/lang/ghc X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/lang/ghc X-SVN-Commit-Revision: 526091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 06:40:43 -0000 Author: arrowd Date: Fri Feb 14 06:40:42 2020 New Revision: 526091 URL: https://svnweb.freebsd.org/changeset/ports/526091 Log: Use FreeBSD-11 compiled bootstrap on FreeBSD-11 and 12-compiled one on FreeBSD-12. Another prerequisite for GHC 8.8.2. Modified: head/lang/ghc/Makefile head/lang/ghc/distinfo Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Fri Feb 14 06:00:46 2020 (r526090) +++ head/lang/ghc/Makefile Fri Feb 14 06:40:42 2020 (r526091) @@ -145,7 +145,10 @@ _EXECUTABLES+= ${GHC_LIBDIR}/bin/ghc-iserv-dyn .if empty(PORT_OPTIONS:MBOOT) BOOTSTRAPS_SUFFIX?= ${BOOTSTRAPS_SUFFIX_${ARCH}} BOOTSTRAPS_SUFFIX_powerpc64?= -${PPC_ABI:tl} -DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${BOOTSTRAPS_SUFFIX}${EXTRACT_SUFX}:boot +. if ${OSVERSION} < 1200000 && (${ARCH} == amd64 || ${ARCH} == i386) +ELEVEN_SUFX= 11 +. endif +DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${BOOTSTRAPS_SUFFIX}${ELEVEN_SUFX}${EXTRACT_SUFX}:boot .endif # MBOOT .if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7 Modified: head/lang/ghc/distinfo ============================================================================== --- head/lang/ghc/distinfo Fri Feb 14 06:00:46 2020 (r526090) +++ head/lang/ghc/distinfo Fri Feb 14 06:40:42 2020 (r526091) @@ -11,10 +11,14 @@ SHA256 (ghc-8.4.4-src.tar.xz) = 11117735a58e507c481c09 SIZE (ghc-8.4.4-src.tar.xz) = 11319500 SHA256 (ghc-8.4.3-src.tar.xz) = ae47afda985830de8811243255aa3744dfb9207cb980af74393298b2b62160d6 SIZE (ghc-8.4.3-src.tar.xz) = 11315068 -SHA256 (ghc-8.6.5-boot-amd64-freebsd.tar.xz) = 07d4c54a70900128e24b5dd9b22d929ddcf530d911a8be93e694cd9a721f458a -SIZE (ghc-8.6.5-boot-amd64-freebsd.tar.xz) = 68965716 -SHA256 (ghc-8.6.5-boot-i386-freebsd.tar.xz) = cd208fbb6b2a158ff8c5d6227e0babd8c224867ea301abf970dc446f04c9e95f -SIZE (ghc-8.6.5-boot-i386-freebsd.tar.xz) = 67439136 +SHA256 (ghc-8.6.5-boot-amd64-freebsd.tar.xz) = 0ea4f98a84ec58958b1a2c7fa54a89bf5835a94251ec205526872a648bd280fa +SIZE (ghc-8.6.5-boot-amd64-freebsd.tar.xz) = 70193004 +SHA256 (ghc-8.6.5-boot-i386-freebsd.tar.xz) = 432d3ded6b9758a8d59dfd0a79b37319701be1d46a656c2983ea5c7993f90a4b +SIZE (ghc-8.6.5-boot-i386-freebsd.tar.xz) = 67535656 +SHA256 (ghc-8.6.5-boot-amd64-freebsd11.tar.xz) = 07d4c54a70900128e24b5dd9b22d929ddcf530d911a8be93e694cd9a721f458a +SIZE (ghc-8.6.5-boot-amd64-freebsd11.tar.xz) = 68965716 +SHA256 (ghc-8.6.5-boot-i386-freebsd11.tar.xz) = cd208fbb6b2a158ff8c5d6227e0babd8c224867ea301abf970dc446f04c9e95f +SIZE (ghc-8.6.5-boot-i386-freebsd11.tar.xz) = 67439136 SHA256 (ghc-8.6.3-boot-aarch64-freebsd.tar.xz) = 5a1f043ada7262cf4eac4a900b7d5af965e5f6f89939e635ad0c10b0185a15b7 SIZE (ghc-8.6.3-boot-aarch64-freebsd.tar.xz) = 104631584 SHA256 (ghc-8.6.3-boot-armv6-freebsd.tar.xz) = 5260987646c9f6102f35a7cdedfde785227c4f317fb3ccc52d06cae6a0950a68