Bug 228312 - textproc/docproj: should depend on textproc/groff
Summary: textproc/docproj: should depend on textproc/groff
Status: Closed DUPLICATE of bug 228985
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-17 11:23 UTC by Edward Tomasz Napierala
Modified: 2018-07-04 04:38 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edward Tomasz Napierala freebsd_committer freebsd_triage 2018-05-17 11:23:43 UTC
The textproc/docproj package should depend on textproc/groff.  Otherwise, on a clean system, after "pkg install docproj", trying to build the Handbook one gets:

tmpfile=$(mktemp /usr/home/trasz/svn-ssh/doc/en_US.ISO8859-1/books/handbook/../../../share/images/books/handbook/advanced-networking/net-routing.ps.XXXXXXXX);  groff -p -S -Wall -mtty-char -man /usr/home/trasz/svn-ssh/doc/en_US.ISO8859-1/books/handbook/../../../share/images/books/handbook/advanced-networking/net-routing.pic > $tmpfile && /bin/mv -f $tmpfile /usr/home/trasz/svn-ssh/doc/en_US.ISO8859-1/books/handbook/../../../share/images/books/handbook/advanced-networking/net-routing.ps
/bin/sh: groff: not found
*** Error code 127

Stop.
make: stopped in /usr/home/trasz/svn-ssh/doc/en_US.ISO8859-1/books/handbook
Comment 1 Vinícius Zavam freebsd_committer freebsd_triage 2018-06-13 13:27:54 UTC
sorry for duplicating this one, I just opened https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228985 (patch available).
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-07-04 04:38:42 UTC

*** This bug has been marked as a duplicate of bug 228985 ***