Subject: pkg/5408: python pkg's Makefile contains unneded garbage
To: None <gnats-bugs@gnats.netbsd.org>
From: Jaromir Dolecek <dolecek@ics.muni.cz>
List: netbsd-bugs
Date: 05/06/1998 13:43:08
>Number: 5408
>Category: pkg
>Synopsis: python pkg's Makefile contains unneded garbage
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed May 6 05:50:01 1998
>Last-Modified:
>Originator: Jaromir Dolecek
>Organization:
ICS MU, Brno, Czech Republic
>Release: 1.3.1
>Environment:
System: NetBSD saruman.ics.muni.cz 1.3.1 NetBSD 1.3.1 (SARUMAN) #0: Sun Apr 19 16:15:24 MEST 1998 dolecek@saruman.ics.muni.cz:/usr/home/dolecek/N131/usr/src/sys/arch/i386/compile/SARUMAN i386
>Description:
When I've been stripping support for (optional) building
readline and tkinter module, I forgot to change sed command in
post-configure accordingly. It's my fault, sorry, I've found
it when I have been trying to make py-Tkinter module.
>How-To-Repeat:
look at Makefile
>Fix:
--- Makefile.orig Wed May 6 13:35:13 1998
+++ Makefile Wed May 6 13:35:22 1998
@@ -27,8 +27,6 @@
post-configure:
${SED} -e 's/@NO64BIT@/${NO64BIT}/' -e 's/@NOSHARED@/${NOSHARED}/' \
- -e 's/@NOREADLINE@/${NOREADLINE}/' -e 's/@NOTK@/${NOTK}/' \
- -e 's^@PREFIX@^${PREFIX}^g' -e 's^@X11BASE@^${X11BASE}^g' \
${FILESDIR}/Setup >${WRKSRC}/Modules/Setup
post-install:
>Audit-Trail:
>Unformatted: