X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=Makefile;h=3c84795fe323ee2a7ffb0f46c77072641ef67f7c;hp=abe6b8572c18b14e2375b44a4b62a0b3a2413e8d;hb=8fd9625d781bdadbe322ce5f2bef150601114481;hpb=72c1e5fcc2575e0634e3e3a1395cc40eb0151688 diff --git a/Makefile b/Makefile index abe6b85..3c84795 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ 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 -# ${DISTNAME}-boot-i386-unknown-netbsd.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/ @@ -99,7 +99,7 @@ pre-configure: cd bootstrap/${DISTNAME} && \ ${LN} -sf ${PWD_CMD} utils/ghc-pwd/ghc-pwd && \ ${ECHO} "====> Configuring for bootstrap compiler" && \ - ${SETENV} ${CONFIGURE_ENV} ./configure --enable-hc-boot ${CONFIGURE_ARGS} && \ + ${SETENV} ${CONFIGURE_ENV} ./configure --enable-hc-boot --with-ghc="" ${CONFIGURE_ARGS} && \ ${ECHO} "====> Extracting bootstrap HC archive" && \ (cd .. && bsdtar jxfm ${DISTDIR}/${BOOTSTRAP_TARBALL}) && \ ${SH} mkfiles && \ @@ -179,11 +179,14 @@ CHECK_PORTABILITY_SKIP+= distrib/prep-bin-dist-mingw # http://hackage.haskell.org/trac/ghc/ticket/2933 CHECK_SHLIBS_SUPPORTED= no +# I guess pdcurses works well but not tested. +USE_NCURSES= yes +.include "../../devel/ncurses/buildlink3.mk" + BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl BUILDLINK_DEPMETHOD.libxslt = build .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" -.include "../../devel/ncurses/buildlink3.mk" # I guess pdcurses works well but not tested. .include "../../textproc/libxslt/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"