From 9490deae17ddd17be80c9636a1cec7e4f87bc837 Mon Sep 17 00:00:00 2001 From: OscarL Date: Sat, 13 Jul 2024 04:15:14 -0300 Subject: [PATCH] libxml2: make _devel package require iconv_devel. (#10687) Now that libxml2 use iconv, this avoids having to add "devel:libiconv" as build requirements for (at least some) packages that require "devel:libxml2" (as imagemagick and lxml, for example). --- dev-libs/libxml2/libxml2-2.12.5.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/libxml2/libxml2-2.12.5.recipe b/dev-libs/libxml2/libxml2-2.12.5.recipe index d86977fc7..c370041cf 100644 --- a/dev-libs/libxml2/libxml2-2.12.5.recipe +++ b/dev-libs/libxml2/libxml2-2.12.5.recipe @@ -10,7 +10,7 @@ available in other environments." HOMEPAGE="http://www.xmlsoft.org/" COPYRIGHT="1998-2013 Daniel Veillard. All Rights Reserved." LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="https://download.gnome.org/sources/libxml2/2.12/libxml2-$portVersion.tar.xz" CHECKSUM_SHA256="a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21" SOURCE_URI_2="https://www.w3.org/XML/Test/xmlts20130923.tar.gz" @@ -54,6 +54,7 @@ PROVIDES_devel=" " REQUIRES_devel=" libxml2$secondaryArchSuffix == $portVersion base + devel:libiconv$secondaryArchSuffix devel:libz$secondaryArchSuffix " @@ -77,8 +78,8 @@ fi BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libz$secondaryArchSuffix devel:libiconv$secondaryArchSuffix + devel:libz$secondaryArchSuffix " if $pythonModuleEnabled; then BUILD_REQUIRES="$BUILD_REQUIRES