Thu Dec 22 04:37:51 2011 UTC ()
Set NOT_FOR_PLATFORM=${LP64PLATFORMS} as scsh is known to not be 64-bit
clean.


(dholland)
diff -r1.41 -r1.42 pkgsrc/shells/scsh/Makefile

cvs diff -r1.41 -r1.42 pkgsrc/shells/scsh/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/scsh/Makefile 2011/03/19 03:58:20 1.41
+++ pkgsrc/shells/scsh/Makefile 2011/12/22 04:37:51 1.42
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.41 2011/03/19 03:58:20 obache Exp $ 1# $NetBSD: Makefile,v 1.42 2011/12/22 04:37:51 dholland Exp $
2 2
3DISTNAME= scsh-0.6.7 3DISTNAME= scsh-0.6.7
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= shells lang 5CATEGORIES= shells lang
6MASTER_SITES= http://ftp.scsh.net/pub/scsh/0.6/ \ 6MASTER_SITES= http://ftp.scsh.net/pub/scsh/0.6/ \
7 ${MASTER_SITE_SOURCEFORGE:=scsh/} 7 ${MASTER_SITE_SOURCEFORGE:=scsh/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.scsh.net/ 10HOMEPAGE= http://www.scsh.net/
11COMMENT= Unix shell embedded into Scheme, with access to all Posix calls 11COMMENT= Unix shell embedded into Scheme, with access to all Posix calls
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14NOT_FOR_PLATFORM= *-*-alpha # Needs scheme 14NOT_FOR_PLATFORM= ${LP64PLATFORMS} # Not 64-bit clean.
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19 19
20BUILD_TARGET= enough 20BUILD_TARGET= enough
21TEST_TARGET= check 21TEST_TARGET= check
22 22
23PKG_SHELL= bin/scsh 23PKG_SHELL= bin/scsh
24 24
25INSTALLATION_DIRS= share/doc 25INSTALLATION_DIRS= share/doc
26 26
27# Build references from dumped environment variables is not a problem. 27# Build references from dumped environment variables is not a problem.