Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188485 - dev-libs/apr{,-util}: Missing "doc" USE flag
Summary: dev-libs/apr{,-util}: Missing "doc" USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-11 16:17 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-09-09 07:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (apr_doc.patch,2.04 KB, patch)
2007-08-11 16:19 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff
Updated patch (apr_doc.patch,2.77 KB, patch)
2007-08-12 14:58 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-11 16:17:57 UTC
dev-libs/apr{,-util}: Missing "doc" USE flag.

`make dox` can create API documentation in HTML and LATEX.
`cd docs/dox/latex ; make pdf` could also create PDF version from LATEX version, but I think that HTML version is sufficient.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-11 16:19:20 UTC
Created attachment 127761 [details, diff]
Patch
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-12 14:58:19 UTC
Created attachment 127869 [details, diff]
Updated patch

(I previously forgot that ${S} is the initial directory in src_compile() and src_install().)
Comment 3 Christian Heim (RETIRED) gentoo-dev 2007-08-13 12:24:07 UTC
Don't you need to DEPEND on latex foo then ? (If you're going to call make dox in src_compile / src_install) ?

Also, please keep the changes minimal (there's no need to remove the "${S}") and open a seperate bug if necessary.
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-13 16:44:48 UTC
(In reply to comment #3)
> Don't you need to DEPEND on latex foo then ? (If you're going to call make
> dox in src_compile / src_install) ?

No. `make dox` only creates *.html and *.tex files. LATEX could be used to transform *.tex into refman.dvi. refman.dvi can be transformed into refman.ps. refman.ps can be transformed into refman.dvi.

You can see e. g.:
tar -xzvf apr-1.2.9.tar.gz
cd apr-1.2.9
./configure
make dox
cd docs/dox
cat latex/Makefile
Comment 5 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-09 07:15:13 UTC
fixed in apr-1.2.11/apr-util-1.2.10