pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ghc84 Add bootkit for Darwin/x86_64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03d344a549c8
branches:  trunk
changeset: 407991:03d344a549c8
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 12 06:12:07 2020 +0000

description:
Add bootkit for Darwin/x86_64

diffstat:

 lang/ghc84/Makefile     |  3 ++-
 lang/ghc84/bootstrap.mk |  8 +++++++-
 lang/ghc84/distinfo     |  6 +++++-
 3 files changed, 14 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r 2fb505c9a8bc -r 03d344a549c8 lang/ghc84/Makefile
--- a/lang/ghc84/Makefile       Sat Jan 11 23:59:00 2020 +0000
+++ b/lang/ghc84/Makefile       Sun Jan 12 06:12:07 2020 +0000
@@ -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 @@
 # 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 -r 2fb505c9a8bc -r 03d344a549c8 lang/ghc84/bootstrap.mk
--- a/lang/ghc84/bootstrap.mk   Sat Jan 11 23:59:00 2020 +0000
+++ b/lang/ghc84/bootstrap.mk   Sun Jan 12 06:12:07 2020 +0000
@@ -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 -r 2fb505c9a8bc -r 03d344a549c8 lang/ghc84/distinfo
--- a/lang/ghc84/distinfo       Sat Jan 11 23:59:00 2020 +0000
+++ b/lang/ghc84/distinfo       Sun Jan 12 06:12:07 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index