X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=eec39d83cb2020c5c3105b90f5da4e42e2712094;hb=646026da1e4d4d196818d6bffab65598a4876538;hp=1a8276cd95095c3cbdc6ad069e65be038f082ccf;hpb=ef84a5b914c14a4571e79f9f6d74fe21d5453d97;p=pkgsrc-ghc.git diff --git a/Makefile b/Makefile index 1a8276c..eec39d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # $NetBSD: Makefile,v 1.42 2008/07/07 14:58:00 kristerw Exp $ DISTNAME= ghc-${VERSION} -VERSION= 6.10.1 +VERSION= 6.10.3 CATEGORIES= lang MASTER_SITES= http://www.haskell.org/ghc/dist/${VERSION}/ MAINTAINER= kristerw@NetBSD.org @@ -11,19 +11,19 @@ COMMENT= Compiler for the functional language Haskell DISTFILES= ${DISTNAME}-src.tar.bz2 \ ghc-6.6.1-src.tar.bz2 \ ghc-6.6.1-i386-unknown-freebsd-hc.tar.gz \ - ghc-6.6.1-x86_64-unknown-linux-hc.tar.gz \ ghc-6.6.1-powerpc-apple-darwin-hc.tar.gz SITES.ghc-6.6.1-src.tar.bz2 = http://www.haskell.org/ghc/dist/6.6.1/ SITES.ghc-6.6.1-powerpc-apple-darwin-hc.tar.gz = http://static.cielonegro.org/archive/ -SITES.ghc-6.6.1-x86_64-unknown-linux-hc.tar.gz = http://static.cielonegro.org/archive/ SITES.ghc-6.6.1-i386-unknown-freebsd-hc.tar.gz = http://static.cielonegro.org/archive/ +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" # Unregisterised HC packages are architecture dependent. We have to # create more HC packages to support more architectures. -ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-powerpc +ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc GNU_CONFIGURE= yes CONFIGURE_ENV+= PerlCmd=${PERL5:Q} @@ -35,8 +35,6 @@ EXTRACT_ONLY= ${DISTNAME}-src.tar.bz2 \ .if ${MACHINE_ARCH} == "i386" EXTRACT_ONLY += ghc-6.6.1-i386-unknown-freebsd-hc.tar.gz -.elif ${MACHINE_ARCH} == "x86_64" -EXTRACT_ONLY += ghc-6.6.1-x86_64-unknown-linux-hc.tar.gz .elif ${MACHINE_ARCH} == "powerpc" EXTRACT_ONLY += ghc-6.6.1-powerpc-apple-darwin-hc.tar.gz .endif @@ -65,11 +63,13 @@ pre-configure: # as long than when the files are not split. See # http://mail-index.netbsd.org/tech-pkg/2006/07/30/0005.html # for a description of the problem. -# Disable file splitting until pkgsrc has been improved. +# Disable file splitting until pkgsrc gets improved. pre-build: ${ECHO} "SplitObjs=NO" > ${WRKSRC}/mk/build.mk +# Some unused scripts don't pass the portability test. +CHECK_PORTABILITY_SKIP+= distrib/prep-bin-dist-mingw + .include "../../devel/gmp/buildlink3.mk" -.include "../../wip/editline/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"