pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/sbcl/patches Oops, missed this in the last commit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0f53e05e7d4
branches: trunk
changeset: 497526:e0f53e05e7d4
user: jonb <jonb%pkgsrc.org@localhost>
date: Sat Jul 30 00:21:30 2005 +0000
description:
Oops, missed this in the last commit to this package somehow...
diffstat:
lang/sbcl/patches/patch-ad | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 3ebb28a1f2fd -r e0f53e05e7d4 lang/sbcl/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sbcl/patches/patch-ad Sat Jul 30 00:21:30 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2005/07/30 00:21:30 jonb Exp $
+
+--- contrib/asdf-install/installer.lisp.orig 2005-07-20 22:08:29.000000000 +0000
++++ contrib/asdf-install/installer.lisp 2005-07-20 22:10:27.000000000 +0000
+@@ -249,8 +249,7 @@
+ (let* ((tar
+ (with-output-to-string (o)
+ (or
+- (sb-ext:run-program #-darwin "tar"
+- #+darwin "gnutar"
++ (sb-ext:run-program "@GTAR@"
+ (list "-C" (namestring source)
+ "-xzvf" (namestring packagename))
+ :output o
Home |
Main Index |
Thread Index |
Old Index