Subject: pkg/19985: pkg ncurses needed by aspell?
To: None <gnats-bugs@gnats.netbsd.org>
From: None <marc@informatik.uni-bremen.de>
List: netbsd-bugs
Date: 01/21/2003 17:24:46
>Number: 19985
>Category: pkg
>Synopsis: devel/ncurses unnecessary in textproc/aspell !(?)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Jan 21 08:25:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Marc Recht
>Release: NetBSD 1.6M
>Organization:
>Environment:
System: NetBSD leeloo.intern.geht.de 1.6M NetBSD 1.6M (LEELOO) #1: Tue Jan 21 14:38:35 CET 2003 root@leeloo.intern.geht.de:/usr/obj/sys/arch/i386/compile/LEELOO i386
Architecture: i386
Machine: i386
>Description:
The forced (USE_NCURSES=YES) usage of devel/ncurses in textproc/aspell seems to be unnecessary. On mordern systems the halfdelay function should be present. (It's required by "The Single UNIX ® Specification, Version 2", http://www.opengroup.org/onlinepubs/007908799/xcurses/halfdelay.html)
For older systems ncurses will be build, because of the inclusion of devel/ncurses/buildlink2.mk .
>How-To-Repeat:
cd textproc/aspell ; make
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/aspell/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 2003/01/15 00:23:55 1.4
+++ Makefile 2003/01/21 16:05:58
@@ -15,9 +15,6 @@
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-# halfdelay()
-USE_NCURSES= yes
-
CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell
CONFIGURE_ARGS+= --enable-curses=ncurses
>Release-Note:
>Audit-Trail:
>Unformatted: