Catch up: ASDF-Install is gone.

This commit is contained in:
Aleksej Saushev 2013-11-15 19:05:10 +00:00 committed by Thomas Klausner
parent 1e063e9635
commit 93e04b0c8f
2 changed files with 1 additions and 15 deletions

View file

@ -1,9 +1,8 @@
$NetBSD: distinfo,v 1.31 2013/10/10 13:55:57 asau Exp $
$NetBSD: distinfo,v 1.32 2013/11/15 19:05:10 asau Exp $
SHA1 (sbcl-1.0.55-source.tar.bz2) = 1c9bd995da1c1a43d5ac670b340ff43840ad8217
RMD160 (sbcl-1.0.55-source.tar.bz2) = d97ac8d23787940c2042a40b0bd43c30e4a052e1
Size (sbcl-1.0.55-source.tar.bz2) = 3611026 bytes
SHA1 (patch-ab) = 33006bdafec9af75c409fad63151242b3ce2092a
SHA1 (patch-ad) = 4a10e7d498b686a09b067c527010981c15f0f8c8
SHA1 (patch-make-config.sh) = ee949a861b325e0c38fbdc435fbea13f14e11826
SHA1 (patch-revert-37d3828773e2f847bb1ed7522b0af4fb8e736fc8) = 62f604ca244ef7b5b4ba43f9d4af62048988e336

View file

@ -1,13 +0,0 @@
$NetBSD: patch-ad,v 1.2 2009/05/24 11:03:13 asau Exp $
--- contrib/asdf-install/installer.lisp.orig 2008-02-27 19:56:30.000000000 +0300
+++ contrib/asdf-install/installer.lisp 2009-05-24 10:44:06.000000000 +0400
@@ -264,7 +264,7 @@
(progn
"tar"
#+darwin "gnutar"
- #+(or sunos netbsd) "gtar"))
+ #+(or sunos netbsd) "@GTAR@"))
(defun get-tar-directory (packagename)
(let* ((tar (with-output-to-string (o)