ports/73919: new port: editors/slime

Dominic Mitchell dom at happygiraffe.net
Mon Nov 15 12:30:30 UTC 2004


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

From: dom at happygiraffe.net (Dominic Mitchell)
To: FreeBSD-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/73919: new port: editors/slime
Date: Mon, 15 Nov 2004 12:20:34 +0000

 On Sun, Nov 14, 2004 at 12:50:18AM +0000, FreeBSD-gnats-submit at FreeBSD.org wrote:
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       new port: editors/slime
 > >Arrival-Date:   Sun Nov 14 00:50:17 GMT 2004
 
 Unfortunately, I discovered a small problem.  SLIME expects to find its
 ChangeLog file in the same directory as its code.  This patch to the
 port fixes that.
 
 -Dom
 
 diff -urN slime/Makefile slime.new/Makefile
 --- slime/Makefile	Mon Nov 15 12:18:14 2004
 +++ slime.new/Makefile	Mon Nov 15 11:10:45 2004
 @@ -28,6 +28,7 @@
  
  do-install:
  	cd ${INSTALL_WRKSRC}; \
 +		${INSTALL_DATA} ChangeLog ${SLIME_LISPDIR}; \
  		${INSTALL_DATA} *.el ${SLIME_LISPDIR}; \
  		${INSTALL_DATA} *.lisp ${SLIME_LISPDIR}
  	${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/slime.info ${PREFIX}/${INFO_PATH}
 diff -urN slime/pkg-descr slime.new/pkg-descr
 --- slime/pkg-descr	Mon Nov 15 12:18:14 2004
 +++ slime.new/pkg-descr	Sun Nov 14 00:19:18 2004
 @@ -20,4 +20,4 @@
        annotate them directly into source buffers.
      * Inspector: Interactive object-inspector in an Emacs buffer.
  
 -WWW: http://common-lisp.net/project/slime/
 +WWW: http://common-lisp.net/project/slime/
 \ No newline at end of file
 diff -urN slime/pkg-plist slime.new/pkg-plist
 --- slime/pkg-plist	Mon Nov 15 12:18:14 2004
 +++ slime.new/pkg-plist	Mon Nov 15 11:11:41 2004
 @@ -3,6 +3,7 @@
  %%DOCSDIR%%/NEWS
  %%DOCSDIR%%/PROBLEMS
  %%DOCSDIR%%/README
 +%%EMACS_VERSION_SITE_LISPDIR%%/slime/ChangeLog
  %%EMACS_VERSION_SITE_LISPDIR%%/slime/hyperspec.el
  %%EMACS_VERSION_SITE_LISPDIR%%/slime/metering.lisp
  %%EMACS_VERSION_SITE_LISPDIR%%/slime/nregex.lisp



More information about the freebsd-ports-bugs mailing list