X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=Makefile;h=d7542a97e1b4b5f4c885131718c40b32c1db49e4;hp=3c84795fe323ee2a7ffb0f46c77072641ef67f7c;hb=bc3d4c0c58103a14df21359fc9df4a47cc148eda;hpb=8fd9625d781bdadbe322ce5f2bef150601114481 diff --git a/Makefile b/Makefile index 3c84795..d7542a9 100644 --- a/Makefile +++ b/Makefile @@ -1,20 +1,20 @@ # $NetBSD: Makefile,v 1.42 2008/07/07 14:58:00 kristerw Exp $ DISTNAME= ghc-${VERSION} -VERSION= 6.12.2 +VERSION= 6.12.3 CATEGORIES= lang -MASTER_SITES= http://www.haskell.org/ghc/dist/${VERSION}/ +MASTER_SITES= http://darcs.haskell.org/download/dist/${VERSION}/ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://www.haskell.org/ghc/ COMMENT= Compiler for the functional language Haskell LICENSE= modified-bsd -DISTFILES= ${DISTNAME}-src.tar.bz2 \ - ${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2 \ - ${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2 \ - ${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2 +DISTFILES= ${DISTNAME}-src.tar.bz2 +#DISTFILES+= ${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2 +#DISTFILES+= ${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2 +DISTFILES+= ${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2 + -SITES.${DISTNAME}-src.tar.bz2 = http://www.haskell.org/ghc/dist/${VERSION}/ SITES.${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2 = http://static.cielonegro.org/archive/ SITES.${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2 = http://static.cielonegro.org/archive/ SITES.${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2 = http://static.cielonegro.org/archive/ @@ -31,8 +31,8 @@ PKG_DESTDIR_SUPPORT= user-destdir ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 Darwin-*-powerpc # We must provide the real pass to gcc to the ./configure script, -# because GHC has a runtime dependency on it. Aren't there any better -# way than this? +# because GHC has a runtime dependency on it. Aren't there any ways +# better than this? .include "../../mk/compiler.mk" .if empty(CCPATH) WARNINGS+= "This package depends on pkgsrc's undocumented variable\ @@ -148,10 +148,10 @@ do-configure: ${RUN} ${ECHO} "HSCOLOUR_SRCS = NO" >> ${WRKSRC}/mk/build.mk # To avoid powerpc crash... # See http://hackage.haskell.org/trac/ghc/ticket/4034 -.if ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "Darwin" - ${RUN} ${ECHO} "GhcRtsHcOpts = -optc-O0 -optc-g" >> ${WRKSRC}/mk/build.mk - ${RUN} ${ECHO} "GhcRtsCcOpts = -O0 -g" >> ${WRKSRC}/mk/build.mk -.endif +#.if ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "Darwin" +# ${RUN} ${ECHO} "GhcRtsHcOpts = -optc-O0 -optc-g" >> ${WRKSRC}/mk/build.mk +# ${RUN} ${ECHO} "GhcRtsCcOpts = -O0 -g" >> ${WRKSRC}/mk/build.mk +#.endif pre-build: # We have to sacrifice the GHCi library for GHC itself to work around