Subject: Re: pkg/30663: [patch] lang/sbcl - ASDF-INSTALL is broken out of the box
To: None <gnats-bugs@netbsd.org>
From: Peter Schuller <peter.schuller@infidyne.com>
List: pkgsrc-bugs
Date: 07/07/2005 22:29:38
--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Apologies; the previous patch incorrectly retained the old distinfo
changes. Correct patch attached.

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
Key retrieval: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org


--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=sbcl-patch

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/sbcl/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	23 Jun 2005 03:00:20 -0000	1.1.1.1
+++ Makefile	7 Jul 2005 20:27:35 -0000
@@ -17,11 +17,16 @@
 # In addition, SBCL should also work on Linux, Darwin, Solaris,
 # FreeBSD, OpenBSD, and possibly Win32, OSF/1, HP-UX, and Irix.
 
-USE_TOOLS+=		gmake
+USE_TOOLS+=		gmake gtar
 PKG_INSTALLATION_TYPES=	overwrite pkgviews
 
 WRKSRC=			${WRKDIR}/${PKGNAME}/
 
+SUBST_CLASSES+=         sbcl
+SUBST_STAGE.sbcl=       post-patch
+SUBST_FILES.sbcl=       ${WRKSCR}/contrib/asdf-install/installer.lisp
+SUBST_SED.sbcl=         -e 's|darwin \"tar\"|darwin \"${GTAR}\"|g'
+
 #
 # Bootstrap section.
 #

--W/nzBZO5zC0uMSeA--