pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sbcl Build package on amd64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a26d56951d91
branches:  trunk
changeset: 575180:a26d56951d91
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed May 05 10:02:27 2010 +0000

description:
Build package on amd64.

diffstat:

 lang/sbcl/Makefile |  6 +++++-
 lang/sbcl/PLIST    |  4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 015755aa3e2e -r a26d56951d91 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile        Wed May 05 06:12:35 2010 +0000
+++ b/lang/sbcl/Makefile        Wed May 05 10:02:27 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2010/05/01 17:01:20 asau Exp $
+# $NetBSD: Makefile,v 1.25 2010/05/05 10:02:27 asau Exp $
 
 DISTNAME=              ${PKGNAME_NOREV}-source
 PKGNAME=               sbcl-1.0.38
@@ -80,4 +80,8 @@
 do-test:
        cd ${WRKSRC}/tests && ${SH} ./run-tests.sh
 
+.if $(LOWER_ARCH) == "amd64" || $(LOWER_ARCH) == "x86_64"
+PLIST_SUBST+=  SUFX64=-64
+.endif
+
 .include "../../mk/bsd.pkg.mk"
diff -r 015755aa3e2e -r a26d56951d91 lang/sbcl/PLIST
--- a/lang/sbcl/PLIST   Wed May 05 06:12:35 2010 +0000
+++ b/lang/sbcl/PLIST   Wed May 05 10:02:27 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2010/05/01 17:01:20 asau Exp $
+@comment $NetBSD: PLIST,v 1.11 2010/05/05 10:02:27 asau Exp $
 bin/sbcl
 lib/sbcl/asdf-install/.cvsignore
 lib/sbcl/asdf-install/Makefile
@@ -202,8 +202,8 @@
 lib/sbcl/sb-rotate-byte/sb-rotate-byte.texinfo
 lib/sbcl/sb-rotate-byte/test-passed
 lib/sbcl/sb-rotate-byte/x86-64-vm.lisp
-lib/sbcl/sb-rotate-byte/x86-vm.fasl
 lib/sbcl/sb-rotate-byte/x86-vm.lisp
+lib/sbcl/sb-rotate-byte/x86${SUFX64}-vm.fasl
 lib/sbcl/sb-rt/.cvsignore
 lib/sbcl/sb-rt/Makefile
 lib/sbcl/sb-rt/rt.fasl



Home | Main Index | Thread Index | Old Index