pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc84



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 12 06:12:07 UTC 2020

Modified Files:
        pkgsrc/lang/ghc84: Makefile bootstrap.mk distinfo

Log Message:
Add bootkit for Darwin/x86_64


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ghc84/Makefile \
    pkgsrc/lang/ghc84/bootstrap.mk pkgsrc/lang/ghc84/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ghc84/Makefile
diff -u pkgsrc/lang/ghc84/Makefile:1.1 pkgsrc/lang/ghc84/Makefile:1.2
--- pkgsrc/lang/ghc84/Makefile:1.1      Tue Jan  7 16:52:08 2020
+++ pkgsrc/lang/ghc84/Makefile  Sun Jan 12 06:12:07 2020
@@ -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
Index: pkgsrc/lang/ghc84/bootstrap.mk
diff -u pkgsrc/lang/ghc84/bootstrap.mk:1.1 pkgsrc/lang/ghc84/bootstrap.mk:1.2
--- pkgsrc/lang/ghc84/bootstrap.mk:1.1  Tue Jan  7 16:52:08 2020
+++ pkgsrc/lang/ghc84/bootstrap.mk      Sun Jan 12 06:12:07 2020
@@ -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
Index: pkgsrc/lang/ghc84/distinfo
diff -u pkgsrc/lang/ghc84/distinfo:1.1 pkgsrc/lang/ghc84/distinfo:1.2
--- pkgsrc/lang/ghc84/distinfo:1.1      Tue Jan  7 16:52:08 2020
+++ pkgsrc/lang/ghc84/distinfo  Sun Jan 12 06:12:07 2020
@@ -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