Subject: pkg/17879: autoconf-devel installs files that are not mentinoed in PLIST
To: None <gnats-bugs@gnats.netbsd.org>
From: None <torppa@cute.fi>
List: netbsd-bugs
Date: 08/08/2002 14:19:58
>Number:         17879
>Category:       pkg
>Synopsis:       autoconf-devel install .elc files that are not tracked
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 08 04:21:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jarkko Torppa
>Release:        NetBSD 1.6_BETA5
>Organization:
>Environment:
System: NetBSD keppi 1.6_BETA5 NetBSD 1.6_BETA5 (KEPPI) #4: Tue Jul 30 10:38:16 EEST 2002 root@keppi:/usr/src/sys/arch/i386/compile/KEPPI i386
Architecture: i386
Machine: i386
>Description:

autoconf-devel builds and install some .el(c) files when it notices
that there is either emacs or xemacs installed.

>How-To-Repeat:

build and install autoconf-devel package with a system that has emacs
or xemacs installed. make print-PLIST and compare to packagaes PLIST.

>Fix:

Prevent package from making those emacs files.

keppi# cvs diff -u Makefile 
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/autoconf-devel/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    2002/05/08 11:03:15     1.5
+++ Makefile    2002/08/08 11:09:06
@@ -1,6 +1,7 @@
 # $NetBSD: Makefile,v 1.5 2002/05/08 11:03:15 wiz Exp $
 
 DISTNAME=              autoconf-2.53
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNU:=autoconf/}
 
@@ -16,6 +17,7 @@
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ENV+=                AWK="${AWK}"
+CONFIGURE_ARGS+=       --without-lispdir
 M4=                    ${PREFIX}/bin/gm4
 
 INFO_FILES=            autoconf.info standards.info

>Release-Note:
>Audit-Trail:
>Unformatted: