Anton Shterenlikht wrote:
|>This script will prefer environment variables GROFF_BIN_DIR then
|>GROFF_BIN_PATH (why is all that, btw.? ph!) falling back to
|>PATH as a last option only. So doing
|>
|> $ ( GROFF_BIN_PATH=/usr/local/bin/; $GROFF_BIN_PATH/pdfroff )
|>
|>should do it, no?
>This script will prefer environment variables GROFF_BIN_DIR then
>GROFF_BIN_PATH (why is all that, btw.? ph!) falling back to
>PATH as a last option only. So doing
>
> $ ( GROFF_BIN_PATH=/usr/local/bin/; $GROFF_BIN_PATH/pdfroff )
>
>should do it, no? Not seldom the quality of packages is r
Anton Shterenlikht wrote:
|This is on FreeBSD 10.2-RELEASE-p9,
|with base OS groff, /usr/bin/groff at 1.19.2,
|and groff-1.22.2_3 istalled via packages
|under /usr/local/bin.
|
|When I try to run pdfroff 1.22, it pulls
|groff 1.19:
|
|$ /usr/local/bin/pdfroff --version
|GNU pdfroff (grof
This is on FreeBSD 10.2-RELEASE-p9,
with base OS groff, /usr/bin/groff at 1.19.2,
and groff-1.22.2_3 istalled via packages
under /usr/local/bin.
When I try to run pdfroff 1.22, it pulls
groff 1.19:
$ /usr/local/bin/pdfroff --version
GNU pdfroff (groff) version 1.22.2
GNU groff version 1.19.2
Cop