#21619: irssi references wrong path for docs and in man pages ------------------------------+--------------------------------------------- Reporter: scott@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: irssi ------------------------------+--------------------------------------------- Comment(by scott@…): Replying to [comment:3 blb@…]:
If you run {{{/set help_path}}} while in irssi, it shows the /usr/local path? Granted, I'm using irssi-devel and not irssi, but without a help_path setting in .irssi/config, {{{/set help_path}}} does show the proper location.
As far as the man page, that's fixed in r58329.
$cd ~/.irssi $cp config config.bk $rm config I should now have a default install, run irssi and /connect help_path = /opt/local/share/irssi/help So when you say shows the proper location, I assume you mean a {prefix}'d one? That is not what I am seeing, as shown above. Simple fix, was to set it correct, but I believe we should be able to set this for the user, so the help files are workable. I believe this just needs to have help_path = "/opt/local/share/irssi/help"; set in irssi.conf in the root of the source files. Not 100% sure, I am looking at ./configure -help and see there is: --with-tags[=TAGS] include additional configurations [automatic] That may be how you change the defaults, the INSTALL file does not mention that arg, and the source is deeper than I can grok. -- Ticket URL: <http://trac.macports.org/ticket/21619#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS