Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60049 - sys-libs/libxml2 added useflags (doc debug)
Summary: sys-libs/libxml2 added useflags (doc debug)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 05:42 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-08-01 02:41 UTC (History)
1 user (show)

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


Attachments
libxml2-2.6.11.ebuild (libxml2-2.6.11.ebuild,1.70 KB, text/plain)
2004-08-11 05:44 UTC, Diego Elio Pettenò (RETIRED)
Details
Patch over current ebuild. (libxml2.patch,1.61 KB, patch)
2005-02-20 18:23 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
Patch over 2.6.18 (libxml2-2.6.18.patch,1.23 KB, patch)
2005-03-22 05:38 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
Patch over 2.6.19 (libxml2-2.6.19.patch,1.86 KB, patch)
2005-04-25 05:39 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2004-08-11 05:42:16 UTC
Hi,

The attached ebuild is a modified version of the libxml2 ebuild, which adds support to the doc USE flag, installing the libxml's documentation only if the flag is present.

Diego 'Flameeyes'
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-08-11 05:44:06 UTC
Created attachment 37212 [details]
libxml2-2.6.11.ebuild
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-20 18:23:52 UTC
Created attachment 51735 [details, diff]
Patch over current ebuild.

Ok that version was way too old. This should help it. I also added debug and
pic useflags.

HTH, Diego
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-22 05:38:45 UTC
Created attachment 54147 [details, diff]
Patch over 2.6.18

Updated version for the new release.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-25 05:39:39 UTC
Created attachment 57173 [details, diff]
Patch over 2.6.19

This time better fixed.
Comment 5 John N. Laliberte (RETIRED) gentoo-dev 2005-07-29 15:21:27 UTC
Thanks, in CVS.
Comment 6 Gregorio Guidi (RETIRED) gentoo-dev 2005-08-01 02:41:35 UTC
Unfortunately libxml2 changes API if compiled with --without-debug and this 
causes bug 100898. In fact, the --with-debug option is misleading, it does not 
enable debugging output as usual, but enables the debugging module (they could 
have called it --with-debugging-module for clarity...) 
 
this is analogue to --with-debugger for libxslt: bug 98345. 
 
What about leaving it on by default as decided for --with-debugger in bug 
98345? 
(You can comment in bug 100898 too)