Bug 73919 - new port: editors/slime
Summary: new port: editors/slime
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-14 00:50 UTC by Dominic Mitchell
Modified: 2004-11-15 17:57 UTC (History)
0 users

See Also:


Attachments
file.shar (4.07 KB, text/plain)
2004-11-14 00:50 UTC, Dominic Mitchell
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mitchell 2004-11-14 00:50:17 UTC
	This is a new mode for interacting with common lisp inside
        emacs.

Fix: Here's the port.
How-To-Repeat: 	n/a
Comment 1 Dominic Mitchell 2004-11-15 12:20:34 UTC
On Sun, Nov 14, 2004 at 12:50:18AM +0000, FreeBSD-gnats-submit@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
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-11-15 17:57:45 UTC
State Changed
From-To: open->closed

New port added, thank you!