First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 188485
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Apache Team - Bugzilla Reports <apache-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
apr_doc.patch Patch patch Arfrever Frehtes Taifersar Arahesis 2007-08-11 16:19 0000 2.04 KB Details | Diff
apr_doc.patch Updated patch patch Arfrever Frehtes Taifersar Arahesis 2007-08-12 14:58 0000 2.77 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 188485 depends on: Show dependency tree
Bug 188485 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-11 16:17 0000
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 From Arfrever Frehtes Taifersar Arahesis 2007-08-11 16:19:20 0000 -------
Created an attachment (id=127761) [edit]
Patch

------- Comment #2 From Arfrever Frehtes Taifersar Arahesis 2007-08-12 14:58:19 0000 -------
Created an attachment (id=127869) [edit]
Updated patch

(I previously forgot that ${S} is the initial directory in src_compile() and
src_install().)

------- Comment #3 From Christian Heim (RETIRED) 2007-08-13 12:24:07 0000 -------
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 From Arfrever Frehtes Taifersar Arahesis 2007-08-13 16:44:48 0000 -------
(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 From Benedikt Böhm 2007-09-09 07:15:13 0000 -------
fixed in apr-1.2.11/apr-util-1.2.10

First Last Prev Next    No search results available      Search page      Enter new bug