pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ghc7 Oops, I forgot to replace some of ${PKGNAME}...
details: https://anonhg.NetBSD.org/pkgsrc/rev/96aecca86b76
branches: trunk
changeset: 646553:96aecca86b76
user: pho <pho%pkgsrc.org@localhost>
date: Wed Feb 11 07:49:51 2015 +0000
description:
Oops, I forgot to replace some of ${PKGNAME} with ${PKGNAME_NOREV}
diffstat:
lang/ghc7/bootstrap.mk | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (57 lines):
diff -r 0a8d6ccee718 -r 96aecca86b76 lang/ghc7/bootstrap.mk
--- a/lang/ghc7/bootstrap.mk Wed Feb 11 07:47:16 2015 +0000
+++ b/lang/ghc7/bootstrap.mk Wed Feb 11 07:49:51 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.19 2015/02/11 07:47:16 pho Exp $
+# $NetBSD: bootstrap.mk,v 1.20 2015/02/11 07:49:51 pho Exp $
# -----------------------------------------------------------------------------
# Select a bindist of bootstrapping compiler on a per-platform basis.
#
@@ -14,7 +14,7 @@
BOOT_ARCHIVE:= # empty
.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || make(distinfo)
-BOOT_ARCHIVE= ${PKGNAME}-boot-powerpc-apple-darwin.tar.xz
+BOOT_ARCHIVE= ${PKGNAME_NOREV}-boot-powerpc-apple-darwin.tar.xz
#DISTFILES+= ${BOOT_ARCHIVE}
# Existence of libelf makes LeadingUnderscore being "NO", which is
@@ -29,32 +29,32 @@
.endif
.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || make(distinfo)
-BOOT_ARCHIVE= ${PKGNAME}-boot-i386-unknown-netbsd.tar.xz
+BOOT_ARCHIVE= ${PKGNAME_NOREV}-boot-i386-unknown-netbsd.tar.xz
#DISTFILES+= ${BOOT_ARCHIVE}
.endif
.if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) || make(distinfo)
-BOOT_ARCHIVE= ${PKGNAME}-boot-x86_64-unknown-netbsd.tar.xz
+BOOT_ARCHIVE= ${PKGNAME_NOREV}-boot-x86_64-unknown-netbsd.tar.xz
#DISTFILES+= ${BOOT_ARCHIVE}
.endif
.if !empty(MACHINE_PLATFORM:MLinux-*-x86_64) || make(distinfo)
-BOOT_ARCHIVE= ${PKGNAME}-boot-x86_64-unknown-linux.tar.xz
+BOOT_ARCHIVE= ${PKGNAME_NOREV}-boot-x86_64-unknown-linux.tar.xz
#DISTFILES+= ${BOOT_ARCHIVE}
.endif
.if !empty(MACHINE_PLATFORM:MSunOS-5.11-i386) || make(distinfo)
-BOOT_ARCHIVE= ${PKGNAME}-boot-i386-unknown-solaris2.tar.xz
+BOOT_ARCHIVE= ${PKGNAME_NOREV}-boot-i386-unknown-solaris2.tar.xz
#DISTFILES+= ${BOOT_ARCHIVE}
.endif
.if !empty(MACHINE_PLATFORM:MSunOS-5.11-x86_64) || make(distinfo)
-BOOT_ARCHIVE= ${PKGNAME}-boot-x86_64-unknown-solaris2.tar.xz
+BOOT_ARCHIVE= ${PKGNAME_NOREV}-boot-x86_64-unknown-solaris2.tar.xz
#DISTFILES+= ${BOOT_ARCHIVE}
.endif
.if empty(BOOT_ARCHIVE)
-BOOT_ARCHIVE= ${PKGNAME}-boot-unknown.tar.xz
+BOOT_ARCHIVE= ${PKGNAME_NOREV}-boot-unknown.tar.xz
PKG_FAIL_REASON+= "internal error: unsupported platform"
.endif
Home |
Main Index |
Thread Index |
Old Index