[Bug 253091] x11-wm/icewm icehelp has incorrect hard-coded paths
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 3 07:38:14 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253091
--- Comment #5 from Duane <parakleta at darkreality.org> ---
(In reply to Chris Hutchinson from comment #3)
The files are in those locations, but the location that `icehelp` looks for the
file is hardcoded as a different location (i.e. without the last `icewm`
directory part).
Compare
```
$ strings `which icehelp` | grep doc
/usr/local/share/doc/icewm.1.html
/usr/local/share/doc/icesound.1.html
/usr/local/share/doc/icewmbg.1.html
/usr/local/share/doc/icewm.html
It can display a HTML document from file, or browse a website.
```
with
```
$pkg list icewm | grep doc
/usr/local/share/doc/icewm/ChangeLog
/usr/local/share/doc/icewm/NEWS
/usr/local/share/doc/icewm/README
/usr/local/share/doc/icewm/TODO
/usr/local/share/doc/icewm/icehelp.1.html
/usr/local/share/doc/icewm/icesh.1.html
/usr/local/share/doc/icewm/icesound.1.html
/usr/local/share/doc/icewm/icewm-env.5.html
/usr/local/share/doc/icewm/icewm-focus_mode.5.html
/usr/local/share/doc/icewm/icewm-keys.5.html
/usr/local/share/doc/icewm/icewm-menu-fdo.1.html
/usr/local/share/doc/icewm/icewm-menu-xrandr.1.html
/usr/local/share/doc/icewm/icewm-menu.5.html
/usr/local/share/doc/icewm/icewm-preferences.5.html
/usr/local/share/doc/icewm/icewm-prefoverride.5.html
/usr/local/share/doc/icewm/icewm-programs.5.html
/usr/local/share/doc/icewm/icewm-session.1.html
/usr/local/share/doc/icewm/icewm-set-gnomewm.1.html
/usr/local/share/doc/icewm/icewm-shutdown.5.html
/usr/local/share/doc/icewm/icewm-startup.5.html
/usr/local/share/doc/icewm/icewm-theme.5.html
/usr/local/share/doc/icewm/icewm-toolbar.5.html
/usr/local/share/doc/icewm/icewm-winoptions.5.html
/usr/local/share/doc/icewm/icewm.1.html
/usr/local/share/doc/icewm/icewm.html
/usr/local/share/doc/icewm/icewmbg.1.html
/usr/local/share/doc/icewm/icewmhint.1.html
```
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list