Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
Date: Mon, 21 Feb 2022 01:13:40
Message-Id: 1645405859.2c38911533cea511c6c5a318e517da7d6df96ecb.sam@gentoo
1 commit: 2c38911533cea511c6c5a318e517da7d6df96ecb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 01:10:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 01:10:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c389115
7
8 dev-libs/libxml2: add 2.9.13
9
10 Bug: https://bugs.gentoo.org/833809
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/libxml2/Manifest | 1 +
14 dev-libs/libxml2/libxml2-2.9.13.ebuild | 240 +++++++++++++++++++++++++++++++++
15 2 files changed, 241 insertions(+)
16
17 diff --git a/dev-libs/libxml2/Manifest b/dev-libs/libxml2/Manifest
18 index f529aea08380..42c2d622f1b0 100644
19 --- a/dev-libs/libxml2/Manifest
20 +++ b/dev-libs/libxml2/Manifest
21 @@ -1,6 +1,7 @@
22 DIST libxml2-2.9.12-r5-patchset.tar.bz2 7231 BLAKE2B d9d0d56ebccbfe234a8af04cc5343c1a02d84fbd998c2373fd48be59cf92807a9417db650a6bb6ba309e101994c4ae2b28edda7bf635c7728eb8b8047d0d3391 SHA512 b2db0fe4595c1559d9f8dc836ee6eee469191f6c490fc95d25d9fa99a544e80858894cc35b6e4a6624a38d0309800540badc929e86ef29950c1107caa4656a14
23 DIST libxml2-2.9.12.tar.gz 5681632 BLAKE2B ab93633140e9fd119d3a48ed829a91213c3d7956a00d181203f5188fb0ed0d3a7150d3128fe986b13efadf6fe484393262a3de575527f38f74aa6c0067a6d934 SHA512 df1c6486e80f0fcf3c506f3599bcfb94b620c00d0b5d26831bc983daa78d58ec58b5057b1ec7c1a26c694f40199c6234ee2a6dcabf65abfa10c447cb5705abbd
24 DIST libxml2-2.9.12.tar.gz.asc 488 BLAKE2B 48ec86ec373d94de73bdb52141fc77fccd0ca296a35ed97aa3479ecdcf82b15422dd7d751359b5b1ca477e24b8eee9226784cfbfd861236e10eed2519e7959bf SHA512 69ca6ab7170cad467724e19eff99a3544966a26069e78a7b7cc27ae93a9077b11cc8dad2536bd0b27c3b45f4ea7520c813fe5a018cd65f103059f7f75147a656
25 +DIST libxml2-2.9.13.tar.xz 3243336 BLAKE2B 845a8283cf1ff9fd9f7926cfe0042c042a9de5ed184520d8057f7b33312687d5ff28abdf30dd2674795d78dc80326203a907f9e22cd261805309403ecdd585f5 SHA512 fc51980cb9222bd3b5242f73d28b55fa15a80e68e52e1c45274f1eda11500ed385853209edb3b2a1f06b9de0be304c159a9bd898c7d84b0899eacb00723d98b5
26 DIST xmlts20130923.tar.gz 641522 BLAKE2B 63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be SHA512 d5c4d26b324ed21f4e0641cd7f8b76dbf9de80df8b519982e44d41c960df29fd03618e02e9693b2d11ad06d19c4a965274c95a048ec3b9653eacb919a7f8b733
27 DIST xsts-2002-01-16.tar.gz 6894439 BLAKE2B 1e9ec63d2c104655e64249e07440a04d862fcbcd4d4e19745d81b34994319b510a531c9d6df1491fae1e90b5d0764f0f1a827251ca8df5d613178b0eab01ef25 SHA512 43300af6d39c1e2221b0ed7318fe14c7464eeb6eb030ed1e22eb29b4ab17f014e2a4c8887c3a46ae5d243e3072da27f00f4e285498ae6f1288177d38d1108288
28 DIST xsts-2004-01-14.tar.gz 2761085 BLAKE2B 41545995fb3a65d053257c376c07d45ffd1041a433bfbdb46d4dd87a5afb60c18c8629a3d988323f9e7a1d709775b5a7e5930276a7121c0725a22705c0976e36 SHA512 32854388d7e720ad67156baf50bf2bae7bd878ca3e35fd7e44e57cad3f434f69d56bbbedd61509f8a1faf01c9eae74a078df8fe130780b182c05c05cb1c39ebe
29
30 diff --git a/dev-libs/libxml2/libxml2-2.9.13.ebuild b/dev-libs/libxml2/libxml2-2.9.13.ebuild
31 new file mode 100644
32 index 000000000000..be17892e064b
33 --- /dev/null
34 +++ b/dev-libs/libxml2/libxml2-2.9.13.ebuild
35 @@ -0,0 +1,240 @@
36 +# Copyright 1999-2022 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +# Note: Please bump in sync with dev-libs/libxslt
42 +
43 +PATCHSET_VERSION="2.9.12-r5-patchset"
44 +
45 +PYTHON_COMPAT=( python3_{8..10} )
46 +PYTHON_REQ_USE="xml"
47 +inherit autotools flag-o-matic gnome.org prefix python-r1 multilib-minimal
48 +
49 +XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
50 +XSTS_NAME_1="xmlschema2002-01-16"
51 +XSTS_NAME_2="xmlschema2004-01-14"
52 +XSTS_TARBALL_1="xsts-2002-01-16.tar.gz"
53 +XSTS_TARBALL_2="xsts-2004-01-14.tar.gz"
54 +XMLCONF_TARBALL="xmlts20130923.tar.gz"
55 +DESCRIPTION="XML C parser and toolkit"
56 +HOMEPAGE="http://www.xmlsoft.org/ https://gitlab.gnome.org/GNOME/libxml2"
57 +SRC_URI+="
58 + https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-${PATCHSET_VERSION}.tar.bz2
59 + test? (
60 + ${XSTS_HOME}/${XSTS_NAME_1}/${XSTS_TARBALL_1}
61 + ${XSTS_HOME}/${XSTS_NAME_2}/${XSTS_TARBALL_2}
62 + https://www.w3.org/XML/Test/${XMLCONF_TARBALL}
63 + )
64 +"
65 +S="${WORKDIR}/${PN}-${PV%_rc*}"
66 +
67 +LICENSE="MIT"
68 +SLOT="2"
69 +# Dropped keywords for now because it's a minor LDFLAGS fix, and it will ease upgrades
70 +# bug #802210
71 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
72 +IUSE="debug examples icu lzma +python readline static-libs test"
73 +RESTRICT="!test? ( test )"
74 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
75 +
76 +BDEPEND="
77 + dev-util/gtk-doc-am
78 + virtual/pkgconfig
79 +"
80 +RDEPEND="
81 + >=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]
82 + icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
83 + lzma? ( >=app-arch/xz-utils-5.0.5-r1:=[${MULTILIB_USEDEP}] )
84 + python? ( ${PYTHON_DEPS} )
85 + readline? ( sys-libs/readline:= )
86 +"
87 +DEPEND="${RDEPEND}"
88 +
89 +MULTILIB_CHOST_TOOLS=(
90 + /usr/bin/xml2-config
91 +)
92 +
93 +DOCS=( NEWS README.md TODO TODO_SCHEMAS python/TODO )
94 +
95 +PATCHES=(
96 + ## Gentoo
97 + # Patches needed for prefix support
98 + "${WORKDIR}"/${PN}-2.7.1-catalog_path.patch
99 +
100 + # Fix python detection, bug #567066
101 + # https://bugzilla.gnome.org/show_bug.cgi?id=760458
102 + "${WORKDIR}"/${PN}-2.9.2-python-ABIFLAG.patch
103 +
104 + # Fix python tests when building out of tree #565576
105 + "${WORKDIR}"/${PN}-2.9.8-out-of-tree-test.patch
106 +
107 + # bug #745162
108 + "${WORKDIR}"/${PN}-2.9.8-python3-unicode-errors.patch
109 +
110 + # Avoid failure on missing fuzz.h when running tests
111 + "${WORKDIR}"/${PN}-2.9.11-disable-fuzz-tests.patch
112 +)
113 +
114 +src_unpack() {
115 + local tarname=${P/_rc/-rc}.tar.xz
116 +
117 + # ${A} isn't used to avoid unpacking of test tarballs into ${WORKDIR},
118 + # as they are needed as tarballs in ${S}/xstc instead and not unpacked
119 + unpack ${tarname} ${PN}-${PATCHSET_VERSION}.tar.bz2
120 +
121 + cd "${S}" || die
122 +
123 + if use test ; then
124 + cp "${DISTDIR}/${XSTS_TARBALL_1}" \
125 + "${DISTDIR}/${XSTS_TARBALL_2}" \
126 + "${S}"/xstc/ \
127 + || die "Failed to install test tarballs"
128 + unpack ${XMLCONF_TARBALL}
129 + fi
130 +}
131 +
132 +src_prepare() {
133 + default
134 +
135 + eprefixify catalog.c xmlcatalog.c runtest.c xmllint.c
136 +
137 + if [[ ${CHOST} == *-darwin* ]] ; then
138 + # Avoid final linking arguments for python modules
139 + sed -i -e '/PYTHON_LIBS/s/ldflags/libs/' configure.ac || die
140 + # gcc-apple doesn't grok -Wno-array-bounds
141 + sed -i -e 's/-Wno-array-bounds//' configure.ac || die
142 + fi
143 +
144 + # Please do not remove, as else we get references to PORTAGE_TMPDIR
145 + # in /usr/lib/python?.?/site-packages/libxml2mod.la among things.
146 + # We now need to run eautoreconf at the end to prevent maintainer mode.
147 + #elibtoolize
148 + # Needed for https://gitlab.gnome.org/GNOME/libxml2/-/issues/338 too in 2.9.13
149 + eautoreconf
150 +}
151 +
152 +multilib_src_configure() {
153 + # Filter seemingly problematic CFLAGS (#26320)
154 + filter-flags -fprefetch-loop-arrays -funroll-loops
155 +
156 + # Notes:
157 + # 1) USE zlib support breaks gnome2
158 + # (libgnomeprint for instance fails to compile with
159 + # fresh install, and existing) - <azarah@g.o> (22 Dec 2002).
160 + #
161 + # 2) The meaning of the 'debug' USE flag does not apply to the --with-debug
162 + # switch (enabling the libxml2 debug module). See bug #100898.
163 + #
164 + # 3) --with-mem-debug causes unusual segmentation faults (bug #105120).
165 +
166 + libxml2_configure() {
167 + ECONF_SOURCE="${S}" econf \
168 + --enable-ipv6 \
169 + --with-html-subdir=${PF}/html \
170 + $(use_with debug run-debug) \
171 + $(use_with icu) \
172 + $(use_with lzma) \
173 + $(use_enable static-libs static) \
174 + $(multilib_native_use_with readline) \
175 + $(multilib_native_use_with readline history) \
176 + "$@"
177 + }
178 +
179 + libxml2_py_configure() {
180 + # Ensure python build dirs exist
181 + mkdir -p "${BUILD_DIR}" || die
182 +
183 + # Odd build system, also see bug #582130
184 + run_in_build_dir libxml2_configure \
185 + "--with-python=${EPYTHON}" \
186 + "--with-python-install-dir=$(python_get_sitedir)"
187 + }
188 +
189 + # Build python bindings separately
190 + libxml2_configure --without-python
191 +
192 + if multilib_is_native_abi && use python ; then
193 + python_foreach_impl libxml2_py_configure
194 + fi
195 +}
196 +
197 +libxml2_py_emake() {
198 + pushd "${BUILD_DIR}/python" > /dev/null || die
199 +
200 + emake "$@"
201 +
202 + popd > /dev/null || die
203 +}
204 +
205 +multilib_src_compile() {
206 + default
207 +
208 + if multilib_is_native_abi && use python ; then
209 + local native_builddir="${BUILD_DIR}"
210 +
211 + python_foreach_impl libxml2_py_emake \
212 + top_builddir="${native_builddir}" \
213 + all
214 + fi
215 +}
216 +
217 +multilib_src_test() {
218 + ln -s "${S}"/xmlconf || die
219 +
220 + emake check
221 +
222 + if multilib_is_native_abi && use python ; then
223 + python_foreach_impl libxml2_py_emake test
224 + fi
225 +}
226 +
227 +multilib_src_install() {
228 + emake \
229 + DESTDIR="${D}" \
230 + EXAMPLES_DIR="${EPREFIX}"/usr/share/doc/${PF}/examples \
231 + install
232 +
233 + if multilib_is_native_abi && use python ; then
234 + python_foreach_impl libxml2_py_emake \
235 + DESTDIR="${D}" \
236 + docsdir="${EPREFIX}"/usr/share/doc/${PF}/python \
237 + exampledir="${EPREFIX}"/usr/share/doc/${PF}/python/examples \
238 + install
239 +
240 + python_foreach_impl python_optimize
241 + fi
242 +}
243 +
244 +multilib_src_install_all() {
245 + rm -rf "${ED}"/usr/share/doc/${P}
246 +
247 + einstalldocs
248 +
249 + if ! use examples ; then
250 + rm -rf "${ED}"/usr/share/doc/${PF}/examples
251 + rm -rf "${ED}"/usr/share/doc/${PF}/python/examples
252 + fi
253 +
254 + find "${D}" -name '*.la' -delete || die
255 +}
256 +
257 +pkg_postinst() {
258 + # We don't want to do the xmlcatalog during stage1, as xmlcatalog will not
259 + # be in / and stage1 builds to ROOT=/tmp/stage1root. This fixes bug #208887.
260 + if [[ -n "${ROOT}" ]]; then
261 + elog "Skipping XML catalog creation for stage building (bug #208887)."
262 + else
263 + # Need an XML catalog, so no-one writes to a non-existent one
264 + CATALOG="${EROOT}/etc/xml/catalog"
265 +
266 + # We don't want to clobber an existing catalog though,
267 + # only ensure that one is there
268 + # <obz@g.o>
269 + if [[ ! -e "${CATALOG}" ]]; then
270 + [[ -d "${EROOT}/etc/xml" ]] || mkdir -p "${EROOT}/etc/xml"
271 + "${EPREFIX}"/usr/bin/xmlcatalog --create > "${CATALOG}"
272 + einfo "Created XML catalog in ${CATALOG}"
273 + fi
274 + fi
275 +}