Subject: pkg/23098: Update to devel/python-mode
To: None <gnats-bugs@gnats.netbsd.org>
From: None <rneswold@sbcglobal.net>
List: netbsd-bugs
Date: 10/08/2003 10:10:53
>Number: 23098
>Category: pkg
>Synopsis: Update to devel/python-mode
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Oct 08 15:28:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:
>Release: NetBSD 1.6.1_STABLE
>Organization:
>Environment:
System: NetBSD groucho.neswold.local 1.6.1_STABLE NetBSD 1.6.1_STABLE (GROUCHO) #7: Tue Sep 9 20:50:47 CDT 2003 toor@groucho.neswold.local:/usr/src/sys/arch/i386/compile/GROUCHO i386
Architecture: i386
Machine: i386
>Description:
devel/python-mode is configured only for versions of emacs
that use X.
>How-To-Repeat:
If you have a nox11 version of emacs installed and try to
install devel/python-mode, it will try to install another
version of emacs.
>Fix:
My local patch is shown below. However, I just looked in
mk/bsd.emacs.mk and found that the default setting of
EMACS_VERSIONS_ACCEPTED is what I specified below. In other
words, the proper fix is probably just deleting the
EMACS_VERSIONS_ACCEPTED line in the Makefile.
I'll let the maintainer make the final decision.
Index: devel/python-mode/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/python-mode/Makefile,v
retrieving revision 1.5
diff -w -u -b -r1.5 Makefile
--- devel/python-mode/Makefile 2003/07/17 21:33:31 1.5
+++ devel/python-mode/Makefile 2003/10/08 14:58:56
@@ -13,7 +13,7 @@
# Note that XEmacs >=21.4.4 includes a python-mode in the prog-modes
# package. Also, python-mode does not appear to work as is with XEmacs 21.1
-EMACS_VERSIONS_ACCEPTED= emacs21 emacs20
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
.include "../../mk/emacs.mk"
>Release-Note:
>Audit-Trail:
>Unformatted: