pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/37062: hnb segvfaults with curses, doesn't look right



>Number:         37062
>Category:       pkg
>Synopsis:       hnb segvfaults with curses, doesn't look right
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 05 13:25:00 +0000 2007
>Originator:     Daniel Horecki
>Release:        current
>Organization:
>Environment:
NetBSD tatooine.stars 4.99.31 NetBSD 4.99.31 (TATOOINE) #0: Wed Oct  3 15:10:54 
UTC 2007 root%tatooine.stars@localhost:/usr/obj/sys/arch/i386/compile/TATOOINE 
i386

>Description:
hnb is not compatible with curses library used with NetBSD. After pressing 
Escape it segvfaults. Included patch fixes that. 
>How-To-Repeat:
Build hnb, run and press enter.
>Fix:
This patch fixes it:

--- Makefile    7 Jan 2007 09:13:52 -0000       1.21
+++ Makefile    5 Oct 2007 13:19:32 -0000
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://hnb.sourceforge.net/
 COMMENT=       Hierarchical data organizer
 
-INCOMPAT_CURSES=       NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-U]-*
+INCOMPAT_CURSES=       NetBSD-*
 
 USE_TOOLS+=            gmake
 




Home | Main Index | Thread Index | Old Index