pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/doxygen
Module Name: pkgsrc
Committed By: dsainty
Date: Wed Aug 29 00:33:56 UTC 2012
Modified Files:
pkgsrc/devel/doxygen: Makefile options.mk
Log Message:
Fix avr-libc failing (bulk build) during the documentation build with:
! LaTeX Error: File `tocloft.sty' not found.
The necessary dependency was incorrectly marked as a doxygen build-only
dependency,
The complete list of styles was determined via this (partially Zsh) script:
( echo colortbl ; sed -n -e '/^[\t ]*\/\//d' -e
's/^.*package{\([^}<]*\)}.*$/\1/igp' -e
's/^.*package\[.*\]{\([^}<]*\)}.*$/\1/igp' src/latexgen.cpp src/perlmodgen.cpp
) | while read x; do for f in /usr/pkg/share/texmf-dist/**/${x}.sty; do
pkg_info -Q PKGPATH -F "$f"; done; done|sed -e
's/^\(.*\)\/\(.*\)$/DEPENDS+=\t\2-[0-9]*:..\/..\/\1\/\2/'|sort -u
Bump PKGREVISION for the dependency change.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/doxygen/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/doxygen/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index