X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=bootstrap.mk;h=5d9abf376f7a5a2a97f11b88910c28e466db532d;hb=db5d0d4a04aeea9fdcffe797d7ad8bb3992b6d86;hp=e178a9d6b31417da8b6af95d53d5c533db5df602;hpb=490cac47ad12b8a68b5bdd887ce57ed1df82a2f4;p=pkgsrc-ghc.git diff --git a/bootstrap.mk b/bootstrap.mk index e178a9d..5d9abf3 100644 --- a/bootstrap.mk +++ b/bootstrap.mk @@ -11,21 +11,24 @@ # Similar to BOOT_ARCHIVE, but "*.tar" not "*.tar.xz". # .include "../../mk/bsd.prefs.mk" -.if ${MACHINE_ARCH} == "i386" && ${OPSYS} == "NetBSD" -BOOT_ARCHIVE= ${DISTNAME}-boot-i386-unknown-netbsdelf6.99.1.tar.bz2 - -.elif ${MACHINE_ARCH} == "i386" && ${OPSYS} == "FreeBSD" +.if ${MACHINE_ARCH} == "i386" && ${OPSYS} == "FreeBSD" BOOT_ARCHIVE= ${DISTNAME}-boot-i386-unknown-freebsd8.0.tar.bz2 +.elif ${MACHINE_ARCH} == "i386" && ${OPSYS} == "NetBSD" +BOOT_ARCHIVE= ${DISTNAME}-boot-i386-unknown-netbsd.tar.xz + .elif ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "Darwin" BOOT_ARCHIVE= ${DISTNAME}-boot-powerpc-apple-darwin.tar.xz # Existence of libelf makes LeadingUnderscore being "NO", which is # incorrect for this platform. See ${WRKSRC}/aclocal.m4 # (FP_LEADING_UNDERSCORE) -CONFLICTS+= libelf-[0-9]* +CONFLICTS+= libelf-[0-9]* .elif ${MACHINE_ARCH} == "x86_64" && ${OPSYS} == "Linux" -BOOT_ARCHIVE= ${DISTNAME}-boot-x86_64-unknown-linux-gnu.tar.bz2 +BOOT_ARCHIVE= ${DISTNAME}-boot-x86_64-unknown-linux.tar.xz + +.elif ${MACHINE_ARCH} == "x86_64" && ${OPSYS} == "NetBSD" +BOOT_ARCHIVE= ${DISTNAME}-boot-x86_64-unknown-netbsd.tar.xz .else PKG_FAIL_REASON+= "internal error: unsupported platform"