View | Details | Raw Unified | Return to bug 244788 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 86-92 Link Here
86
.include <bsd.port.pre.mk>
86
.include <bsd.port.pre.mk>
87
87
88
# This version of ncurses is needed by bootstrap compiler
88
# This version of ncurses is needed by bootstrap compiler
89
.if ${OSVERSION} > 1300078 && empty(PORT_OPTIONS:MBOOT)
89
.if ${OSVERSION} > 1300078 && empty(PORT_OPTIONS:MBOOT) && ${ARCH} != powerpc64
90
BUILD_DEPENDS+=	${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x
90
BUILD_DEPENDS+=	${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x
91
.endif
91
.endif
92
92
Lines 102-108 Link Here
102
CONFIGURE_ARGS+=	--enable-dtrace=0
102
CONFIGURE_ARGS+=	--enable-dtrace=0
103
.endif
103
.endif
104
104
105
.if ${ARCH} == amd64 || ${ARCH} == i386
105
.if ${ARCH} == amd64 || ${ARCH} == i386 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv2)
106
BOOT_GHC_VERSION=	8.6.5
106
BOOT_GHC_VERSION=	8.6.5
107
.else
107
.else
108
BOOT_GHC_VERSION=	8.6.3
108
BOOT_GHC_VERSION=	8.6.3
(-)distinfo (-2 / +2 lines)
Lines 25-32 Link Here
25
SIZE (ghc-8.6.3-boot-armv6-freebsd.tar.xz) = 113748008
25
SIZE (ghc-8.6.3-boot-armv6-freebsd.tar.xz) = 113748008
26
SHA256 (ghc-8.6.3-boot-armv7-freebsd.tar.xz) = 765d01199ceb0dfa5c84de692cec427e67ae1cf1ba6e1fc20e7ca854c6ceb556
26
SHA256 (ghc-8.6.3-boot-armv7-freebsd.tar.xz) = 765d01199ceb0dfa5c84de692cec427e67ae1cf1ba6e1fc20e7ca854c6ceb556
27
SIZE (ghc-8.6.3-boot-armv7-freebsd.tar.xz) = 114046668
27
SIZE (ghc-8.6.3-boot-armv7-freebsd.tar.xz) = 114046668
28
SHA256 (ghc-8.6.3-boot-powerpc64-freebsd-elfv2.tar.xz) = d05431053aeabe9a284439e1ebb4e0a58587cc14f9e5f6250b1b1e4476c4ec83
28
SHA256 (ghc-8.6.5-boot-powerpc64-freebsd-elfv2.tar.xz) = 89dfbfab84aef489ca9d0ff6fdf97152cff2412f6a8b9b1e57025b2019908318
29
SIZE (ghc-8.6.3-boot-powerpc64-freebsd-elfv2.tar.xz) = 107059040
29
SIZE (ghc-8.6.5-boot-powerpc64-freebsd-elfv2.tar.xz) = 113782560
30
SHA256 (ghc-8.6.3-boot-powerpc64-freebsd-elfv1.tar.xz) = fb9bd4bad3a54722b7012c0a531cbdfe71b3b20a0b92cbd52195a526dc5ccde4
30
SHA256 (ghc-8.6.3-boot-powerpc64-freebsd-elfv1.tar.xz) = fb9bd4bad3a54722b7012c0a531cbdfe71b3b20a0b92cbd52195a526dc5ccde4
31
SIZE (ghc-8.6.3-boot-powerpc64-freebsd-elfv1.tar.xz) = 112652192
31
SIZE (ghc-8.6.3-boot-powerpc64-freebsd-elfv1.tar.xz) = 112652192
32
SHA256 (hscolour-1.24.4.tar.gz) = 243332b082294117f37b2c2c68079fa61af68b36223b3fc07594f245e0e5321d
32
SHA256 (hscolour-1.24.4.tar.gz) = 243332b082294117f37b2c2c68079fa61af68b36223b3fc07594f245e0e5321d

Return to bug 244788