Subject: pkg/26111: graphics/gnuplot installs emacs lisp files
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <hira@po6.nsk.ne.jp>
List: pkgsrc-bugs
Date: 06/29/2004 23:21:15
>Number:         26111
>Category:       pkg
>Synopsis:       graphics/gnuplot installs emacs lisp files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 29 14:22:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kouichirou Hiratsuka
>Release:        NetBSD 2.0F
>Organization:
>Environment:
System: NetBSD firefly.localdomain 2.0F NetBSD 2.0F (FIREFLY.MP) #3: Tue Jun 29 21:44:10 JST 2004 root@firefly.localdomain:/usr/src/sys/arch/i386/compile/FIREFLY.MP i386
Architecture: i386
Machine: i386
>Description:
	If emacs is installed, graphics/gnuplot installs some emacs lisp files.

# pkg_info | grep emacs
emacs-21.3nb4       GNU editing macros (editor)
# ls /usr/pkg/share/emacs/site-lisp
subdirs.el
# cd /usr/pkgsrc/graphics/gnuplot
# make && make install
[snip]
# ls /usr/pkg/share/emacs/site-lisp
gnuplot-gui.el      gnuplot.el          info-look.20.2.el   subdirs.el
gnuplot-gui.elc     gnuplot.elc         info-look.20.3.el

>How-To-Repeat:
	see above

>Fix:
	Add --without-lisp-files to CONFIGURE_ARGS.

Index: Makefile.common
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/graphics/gnuplot/Makefile.common,v
retrieving revision 1.1
diff -u -r1.1 Makefile.common
--- Makefile.common	26 Jun 2004 06:40:08 -0000	1.1
+++ Makefile.common	29 Jun 2004 13:44:24 -0000
@@ -24,6 +24,7 @@
 CONFIGURE_ARGS+=	--with-pdf
 CONFIGURE_ARGS+=	--with-plot=${LOCALBASE}
 CONFIGURE_ARGS+=	--with-readline=${BUILDLINK_PREFIX.readline}
+CONFIGURE_ARGS+=	--without-lisp-files
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../graphics/gd/buildlink3.mk"
>Release-Note:
>Audit-Trail:
>Unformatted: