Bug 35928 - ports/cad/pcb broken
Summary: ports/cad/pcb broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-15 19:10 UTC by Erik Änggård
Modified: 2002-03-15 21:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Änggård 2002-03-15 19:10:01 UTC
There are 2 problems (at least).

The following line in /usr/ports/cad/pcb/Makefile:
                texti2html:${PORTSDIR}/textproc/texi2html
should probably be:
                texi2html:${PORTSDIR}/textproc/texi2html
(one 't' to many in texi2html)

There are still problems after this has been corrected,
make install in /usr/ports/cad/pcb failes with the following output:

<snip>

creating pcb.html file
Unknown option: glossary
Try 'texi2html -help' for usage instructions.
*** Error code 255

Stop in /usr/ports/cad/pcb/work/pcb-1.7/doc.
*** Error code 1

Stop in /usr/ports/cad/pcb/work/pcb-1.7.
*** Error code 1

Stop in /usr/ports/cad/pcb.
*** Error code 1

Stop in /usr/ports/cad/pcb.
*** Error code 1

Stop in /usr/ports/cad/pcb.

Fix: 

My guess is that pcb uses some older or newer version of texi2html that has an option "glossary" not present in the version of texi2html in the ports tree (1.64).
How-To-Repeat: # cd /usr/ports/cad/pcb
# make install
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-03-15 21:10:02 UTC
State Changed
From-To: open->closed

Committed, Thanks!