From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 21 03:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAE187BB for ; Thu, 21 Nov 2013 03:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B50232B9A for ; Thu, 21 Nov 2013 03:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAL300hk027409 for ; Thu, 21 Nov 2013 03:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAL300v4027408; Thu, 21 Nov 2013 03:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 21 Nov 2013 03:00:00 GMT Resent-Message-Id: <201311210300.rAL300v4027408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Imil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AFA377C for ; Thu, 21 Nov 2013 02:59:05 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C3B12B89 for ; Thu, 21 Nov 2013 02:59:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAL2x4m4006515 for ; Thu, 21 Nov 2013 02:59:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAL2x4h2006514; Thu, 21 Nov 2013 02:59:04 GMT (envelope-from nobody) Message-Id: <201311210259.rAL2x4h2006514@oldred.freebsd.org> Date: Thu, 21 Nov 2013 02:59:04 GMT From: Imil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184134: Slime in ports is outdated. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 03:00:01 -0000 >Number: 184134 >Category: ports >Synopsis: Slime in ports is outdated. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 21 03:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Imil >Release: FreeBSD 9.0 >Organization: UzbekHimmash >Environment: > uname -a FreeBSD Meleena.local 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Slime version: > pkg_info | grep slime slime-20110714_8,1 Superior Lisp Interaction Mode for Emacs This Slime is outdated and not working with Emacs 24. With error message: "/usr/local/share/emacs/24.3/site-lisp/slime/slime.elc:Error: Don't know how to compile nil". Latest slime version in http://www.common-lisp.net/project/slime/ is 2013-04-05. And this version works fine. >How-To-Repeat: Install Emacs 24 and Slime. With ~/.emacs: > cat .emacs (setq inferior-lisp-program "/usr/local/bin/sbcl") (require 'slime) (slime-setup '(slime-repl)) And run emacs. >Fix: >Release-Note: >Audit-Trail: >Unformatted: