diff options
author | pho <pho@pkgsrc.org> | 2020-01-12 06:12:07 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-12 06:12:07 +0000 |
commit | 512d05f087ef0377aad5ac4a22c3393e139a2e58 (patch) | |
tree | 303d4a2252a7f6634eee54593b356701909ef573 | |
parent | 4e35de4fcf53e917ed87e12de73bb6ae3a089dee (diff) | |
download | pkgsrc-512d05f087ef0377aad5ac4a22c3393e139a2e58.tar.gz |
Add bootkit for Darwin/x86_64
-rw-r--r-- | lang/ghc84/Makefile | 3 | ||||
-rw-r--r-- | lang/ghc84/bootstrap.mk | 8 | ||||
-rw-r--r-- | lang/ghc84/distinfo | 6 |
3 files changed, 14 insertions, 3 deletions
diff --git a/lang/ghc84/Makefile b/lang/ghc84/Makefile index 4fe91bce090..77bfec470ab 100644 --- a/lang/ghc84/Makefile +++ b/lang/ghc84/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/01/07 16:52:08 pho Exp $ +# $NetBSD: Makefile,v 1.2 2020/01/12 06:12:07 pho Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -21,6 +21,7 @@ CONFLICTS+= ghc-[0-9]* # you want to build them yourself, follow instructions in # BOOTSTRAP.txt and ./bootstrap.mk #BROKEN_EXCEPT_ON_PLATFORM+= Darwin-*-powerpc # Not available yet +BROKEN_EXCEPT_ON_PLATFORM+= Darwin-*-x86_64 #BROKEN_EXCEPT_ON_PLATFORM+= FreeBSD-*-i386 # Not available yet BROKEN_EXCEPT_ON_PLATFORM+= NetBSD-*-x86_64 #BROKEN_EXCEPT_ON_PLATFORM+= SunOS-*-i386 # Not available yet diff --git a/lang/ghc84/bootstrap.mk b/lang/ghc84/bootstrap.mk index a097a5da4fb..71db90b24c3 100644 --- a/lang/ghc84/bootstrap.mk +++ b/lang/ghc84/bootstrap.mk @@ -1,4 +1,4 @@ -# $NetBSD: bootstrap.mk,v 1.1 2020/01/07 16:52:08 pho Exp $ +# $NetBSD: bootstrap.mk,v 1.2 2020/01/12 06:12:07 pho Exp $ # ----------------------------------------------------------------------------- # Select a bindist of bootstrapping compiler on a per-platform basis. # @@ -24,6 +24,12 @@ #DISTFILES:= ${DISTFILES} ${BOOT_ARCHIVE} # Available in LOCAL_PORTS .endif +.if !empty(MACHINE_PLATFORM:MDarwin-*-x86_64) || make(distinfo) || make (makesum) || make(mdi) +BOOT_VERSION:= 8.4.4 +BOOT_ARCHIVE:= ghc-${BOOT_VERSION}-boot-x86_64-apple-darwin.tar.xz +DISTFILES:= ${DISTFILES} ${BOOT_ARCHIVE} # Available in LOCAL_PORTS +.endif + .if !empty(MACHINE_PLATFORM:MFreeBSD-*-i386) || make(distinfo) || make (makesum) || make(mdi) #BOOT_VERSION:= 8.0.2 #BOOT_ARCHIVE:= ghc-${BOOT_VERSION}-boot-i386-unknown-freebsd.tar.xz diff --git a/lang/ghc84/distinfo b/lang/ghc84/distinfo index 6a8576e0a81..45d23de2db6 100644 --- a/lang/ghc84/distinfo +++ b/lang/ghc84/distinfo @@ -1,5 +1,9 @@ -$NetBSD: distinfo,v 1.1 2020/01/07 16:52:08 pho Exp $ +$NetBSD: distinfo,v 1.2 2020/01/12 06:12:07 pho Exp $ +SHA1 (ghc-8.4.4-boot-x86_64-apple-darwin.tar.xz) = 688f5729992bd2476699d9067d97e79b06bdec60 +RMD160 (ghc-8.4.4-boot-x86_64-apple-darwin.tar.xz) = 4e9c52c8ef07343cc24528e3f8431754237d0be3 +SHA512 (ghc-8.4.4-boot-x86_64-apple-darwin.tar.xz) = abc92ca6822ba7fe2d09bc381a833c0cbd5f436b517fba003736195cec45f8ce2e33623a587ad35f5702baac791594d62fc829e2ea4dfceae2455875661b3ba6 +Size (ghc-8.4.4-boot-x86_64-apple-darwin.tar.xz) = 51700444 bytes SHA1 (ghc-8.4.4-boot-x86_64-unknown-netbsd.tar.xz) = bc7b0e203a6e7e6804c4be46957352d032cd22ec RMD160 (ghc-8.4.4-boot-x86_64-unknown-netbsd.tar.xz) = dd50835c50cd2102c1af4d2ed8f1148c8ac4d4d9 SHA512 (ghc-8.4.4-boot-x86_64-unknown-netbsd.tar.xz) = 0cc836390985c56d79a5c08dd2117c53fc9802b969db408dab14cfd441d95b2b5c18fed5d0b6da8a8555501e668ba471d0b878ea11a0021fba76265ed4ef8f76 |