pkgsrc-Bugs archive

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

Re: pkg/30663: [patch] lang/sbcl - ASDF-INSTALL is broken out of the box



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@localhost>'
Key retrieval: Send an E-Mail to getpgpkey%scode.org@localhost
E-Mail: peter.schuller%infidyne.com@localhost Web: http://www.scode.org

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.
 #


Home | Main Index | Thread Index | Old Index