docs/114711: Replace NCURSES_* variables in terminfo.5 with actual values

Yuri Pankov yuri at darklight.org.ru
Wed Jul 18 20:40:04 UTC 2007


>Number:         114711
>Category:       docs
>Synopsis:       Replace NCURSES_* variables in terminfo.5 with actual values
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 18 20:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darklight.org.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jul 17 10:53:25 MSD 2007 root at darklight.org.ru:/usr/obj/usr/src/sys/DARKLIGHT amd64
>Description:
NCURSES_MAJOR, NCURSES_MINOR and NCURSES_PATCH are not replaced with actual values in terminfo.5

Check http://www.freebsd.org/cgi/man.cgi?query=terminfo&apropos=0&sektion=0&manpath=FreeBSD+7-current&format=html
>How-To-Repeat:
man 5 terminfo
>Fix:

--- ncurses.diff begins here ---
--- src/lib/ncurses/ncurses/Makefile.orig	2007-07-18 23:58:01.000000000 +0400
+++ src/lib/ncurses/ncurses/Makefile	2007-07-18 23:59:31.000000000 +0400
@@ -448,7 +448,10 @@
 
 CLEANFILES+=	terminfo.5
 MANFILTER=      sed -e 's%@TERMINFO@%${TERMINFODIR}/terminfo%g' \
-		    -e 's%@NCURSES_OSPEED@%${NCURSES_OSPEED}%g'
+		    -e 's%@NCURSES_OSPEED@%${NCURSES_OSPEED}%g' \
+		    -e 's%@NCURSES_MAJOR@%${NCURSES_MAJOR}%g' \
+		    -e 's%@NCURSES_MINOR@%${NCURSES_MINOR}%g' \
+		    -e 's%@NCURSES_PATCH@%${NCURSES_PATCH}%g'
 
 .PATH: ${NCURSES_DIR}/man
 MAN=	\
--- ncurses.diff ends here ---

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



More information about the freebsd-doc mailing list