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



The following reply was made to PR pkg/30663; it has been noted by GNATS.

From: Peter Schuller <peter.schuller%infidyne.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: jonb%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/30663: [patch] lang/sbcl - ASDF-INSTALL is broken out of the 
box
Date: Thu, 7 Jul 2005 22:29:38 +0200

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



Home | Main Index | Thread Index | Old Index