Bug 12746

Summary: problem with bash-2.03(1) port (/usr/ports/shells/bash2)
Product: Ports & Packages Reporter: seth <seth>
Component: Individual Port(s)Assignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description seth 1999-07-22 00:00:01 UTC
freebie# make install
===>  Installing for bash-2.03
install -c -s -o root -g wheel -m 555 -m 0755 bash /usr/local/bin/bash
/usr/bin/install -c -o root -g wheel -m 0755 bashbug /usr/local/bin/bashbug
( cd ./doc ; make    man1dir=/usr/local/man/man1 man1ext=1  man3dir=/usr/local/man/man3 man3ext=3  infodir=/usr/local/info install )
test -d /usr/local/man/man1 || /bin/sh ../support/mkdirs /usr/local/man/man1
test -d /usr/local/info || /bin/sh ../support/mkdirs /usr/local/info
install -c -o root -g wheel -m 444 ./bash.1 /usr/local/man/man1/bash.1
install -c -o root -g wheel -m 444 ./bashbug.1 /usr/local/man/man1/bashbug.1
install -c -o root -g wheel -m 444 ./bashref.info /usr/local/info/bash.info
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then  install-info  --defentry="* BASH: (bash).                 Bash Reference Manual."  --dir-file=/usr/local/info/dir /usr/local/info/bash.info;  else true; fi
install-info: unrecognized option `--defentry=* BASH: (bash).                 Bash Reference Manual.'
        Try `install-info --help' for a complete list of options.
*** Error code 1

Stop.
*** Error code 1 (ignored)
===>   Generating temporary packing list
/bin/cp /etc/shells /etc/shells.bak
(/usr/bin/grep -v /usr/local/bin/bash /etc/shells.bak; echo /usr/local/bin/bash) >/etc/shells
/bin/rm /etc/shells.bak
/bin/mkdir -p /usr/local/share/doc/bash
install -c -o root -g wheel -m 444   /usr/ports-dist/ports-stable/shells/bash2/work/doc/article.ps   /usr/ports-dist/ports-stable/shells/bash2/work/doc/bashref.ps   /usr/local/share/doc/bash
install -c -o root -g wheel -m 444   /usr/ports-dist/ports-stable/shells/bash2/work/doc/article.txt   /usr/local/share/doc/bash
/usr/bin/gzip -nf -9 /usr/local/share/doc/bash/*.ps
===>   Compressing manual pages for bash-2.03
===>   Registering installation for bash-2.03

How-To-Repeat: 
	Repeated successfully on 'make install'
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-08-01 03:23:22 UTC
Responsible Changed
From-To: freebsd-ports->ache

Over to maintainer. 
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-12-29 07:38:03 UTC
State Changed
From-To: open->closed

Fixed, thanks!