From 3539594b498a6bef371eee21ae8cf120ea943db6 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 9 Feb 2024 14:41:50 +0000 Subject: [PATCH] sword, revbump, use icu74, disable static library (#10092) --- app-text/sword/sword-1.8.1.recipe | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/app-text/sword/sword-1.8.1.recipe b/app-text/sword/sword-1.8.1.recipe index c31e8f988..99898e358 100644 --- a/app-text/sword/sword-1.8.1.recipe +++ b/app-text/sword/sword-1.8.1.recipe @@ -8,7 +8,7 @@ the Bible, and have a growing collection of over 200 texts in over 50 languages. HOMEPAGE="http://www.crosswire.org/sword" COPYRIGHT="1998-2018 CrossWire Bible Society" LICENSE="GNU GPL v2" -REVISION="5" +REVISION="6" SOURCE_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v${portVersion%.*}/sword-$portVersion.tar.gz" CHECKSUM_SHA256="ce9aa8f721a737f406115d35ff438bd07c829fce1605f0d6dcdabc4318bc5e93" PATCHES="sword-$portVersion.patchset" @@ -46,10 +46,10 @@ REQUIRES=" lib:libclucene_shared$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix lib:libcurl$secondaryArchSuffix - lib:libicudata$secondaryArchSuffix >= 66 - lib:libicui18n$secondaryArchSuffix >= 66 - lib:libicuio$secondaryArchSuffix >= 66 - lib:libicuuc$secondaryArchSuffix >= 66 + lib:libicudata$secondaryArchSuffix + lib:libicui18n$secondaryArchSuffix + lib:libicuio$secondaryArchSuffix + lib:libicuuc$secondaryArchSuffix lib:libnghttp2$secondaryArchSuffix lib:libssl$secondaryArchSuffix lib:libz$secondaryArchSuffix @@ -71,10 +71,10 @@ BUILD_REQUIRES=" devel:libcppunit$secondaryArchSuffix devel:libcrypto$secondaryArchSuffix devel:libcurl$secondaryArchSuffix - devel:libicudata$secondaryArchSuffix >= 66 - devel:libicui18n$secondaryArchSuffix >= 66 - devel:libicuio$secondaryArchSuffix >= 66 - devel:libicuuc$secondaryArchSuffix >= 66 + devel:libicudata$secondaryArchSuffix >= 74 + devel:libicui18n$secondaryArchSuffix >= 74 + devel:libicuio$secondaryArchSuffix >= 74 + devel:libicuuc$secondaryArchSuffix >= 74 devel:libnghttp2$secondaryArchSuffix devel:libssl$secondaryArchSuffix " @@ -88,7 +88,8 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure + runConfigure ./configure \ + --disable-static make $jobArgs }