[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openbsd-bugs
Subject:    ports/945: screen tries to pull data from man chunk
From:       sebastion () irelandmail ! com
Date:       1999-10-17 9:08:55
[Download RAW message or body]


>Number:         945
>Category:       ports
>Synopsis:       screen tries to pull data from man chunk
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 17 03:10:02 MDT 1999
>Last-Modified:
>Originator:     Jeff
>Organization:
>Release:        2.5
>Environment:
	
	System      : OpenBSD 2.5
	Architecture: OpenBSD.i386
	Machine     : i386
>Description:
	
	The "screen" port pulls data from the /usr/share/info/dir
	file, which may not be present if man25.tgz was not installed.
>How-To-Repeat:
	
	pkg_add screen or make the screen port without man pages installed
>Fix:
	
	@if [ ! -f ${PREFIX}/info/dir ]; then \
          ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
         fi
        @install-info ${PREFIX}/info/screen.info ${PREFIX}/info/dir

	becomes (I think... )

	@if [ -f /usr/share/info/dir ]; then \
	if [ ! -f ${PREFIX}/info/dir ]; then \
	  ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
	fi; \
	install-info ${PREFIX}/info/screen.info ${PREFIX}/info/dir; \
	fi

>Audit-Trail:
>Unformatted:

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic