From 09df5557bcfd71d233c933f7e2aefb60af6477d6 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 9 Dec 2025 11:22:21 +0100 Subject: [PATCH] subversion, bump to 1.14.5 (#13350) --- ....3.patchset => subversion-1.14.5.patchset} | 8 ++++---- ...1.14.3.recipe => subversion-1.14.5.recipe} | 20 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) rename dev-vcs/subversion/patches/{subversion-1.14.3.patchset => subversion-1.14.5.patchset} (90%) rename dev-vcs/subversion/{subversion-1.14.3.recipe => subversion-1.14.5.recipe} (93%) diff --git a/dev-vcs/subversion/patches/subversion-1.14.3.patchset b/dev-vcs/subversion/patches/subversion-1.14.5.patchset similarity index 90% rename from dev-vcs/subversion/patches/subversion-1.14.3.patchset rename to dev-vcs/subversion/patches/subversion-1.14.5.patchset index ad38d9bea..1ced9d393 100644 --- a/dev-vcs/subversion/patches/subversion-1.14.3.patchset +++ b/dev-vcs/subversion/patches/subversion-1.14.5.patchset @@ -1,4 +1,4 @@ -From c0d4302882f21441a524733d6914ddd70265f399 Mon Sep 17 00:00:00 2001 +From 301d22aa7f6ebf8f6e2b0a4044b28b5580cf7a71 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 17 Sep 2014 16:54:23 +0200 Subject: fix COMMON directory reference. @@ -18,10 +18,10 @@ index a437c89..a1f2a18 100644 if (error) return SVN_NO_ERROR; -- -2.45.2 +2.51.0 -From d7d42f33da5077051b39da7f88ed25423b643501 Mon Sep 17 00:00:00 2001 +From c46bb69900628aa132e47057f161a18666ce422b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Fri, 5 Jul 2024 21:05:20 +0200 Subject: use make pure_install for the perl bindings @@ -42,5 +42,5 @@ index 7f0a37d..ecdfde1 100644 EXTRACLEAN_SWIG_PL=rm -f $(SWIG_PL_SRC_DIR)/native/svn_*.c \ $(SWIG_PL_SRC_DIR)/native/core.c -- -2.45.2 +2.51.0 diff --git a/dev-vcs/subversion/subversion-1.14.3.recipe b/dev-vcs/subversion/subversion-1.14.5.recipe similarity index 93% rename from dev-vcs/subversion/subversion-1.14.3.recipe rename to dev-vcs/subversion/subversion-1.14.5.recipe index 41e66c32a..c9e93cdbb 100644 --- a/dev-vcs/subversion/subversion-1.14.3.recipe +++ b/dev-vcs/subversion/subversion-1.14.5.recipe @@ -5,11 +5,11 @@ reliability as a safe haven for valuable data; the simplicity of its model \ and usage; and its ability to support the needs of a wide variety of users \ and projects, from individuals to large-scale enterprise operations." HOMEPAGE="https://subversion.apache.org/" -COPYRIGHT="2010-2020 The Apache Software Foundation" +COPYRIGHT="2010-2024 The Apache Software Foundation" LICENSE="Apache-Subversion" -REVISION="3" +REVISION="1" SOURCE_URI="http://archive.apache.org/dist/subversion/subversion-$portVersion.tar.bz2" -CHECKSUM_SHA256="949efd451a09435f7e8573574c71c7b71b194d844890fa49cd61d2262ea1a440" +CHECKSUM_SHA256="e78a29e7766b8b7b354497d08f71a55641abc53675ce1875584781aae35644a1" PATCHES="subversion-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -115,16 +115,16 @@ REQUIRES_perl=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - expat${secondaryArchSuffix}_devel >= 2.1 - libiconv${secondaryArchSuffix}_devel >= 1.13 - sqlite${secondaryArchSuffix}_devel >= 3.4 - devel:libapr_1$secondaryArchSuffix >= 0.3 - devel:libaprutil_1$secondaryArchSuffix >= 0.3 + devel:libapr_1$secondaryArchSuffix + devel:libaprutil_1$secondaryArchSuffix devel:libcrypto$secondaryArchSuffix >= 3 + devel:libexpat$secondaryArchSuffix >= 1.11.1 + devel:libiconv$secondaryArchSuffix devel:liblz4$secondaryArchSuffix devel:libserf_1$secondaryArchSuffix devel:libssl$secondaryArchSuffix >= 3 - devel:libxml2$secondaryArchSuffix >= 2.7 + devel:libsqlite3$secondaryArchSuffix + devel:libxml2$secondaryArchSuffix devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -144,7 +144,7 @@ BUILD_PREREQUIRES=" BUILD() { - CFLAGS=-std=c9x CPPFLAGS=-P LIBS="-lcrypto -lssl" runConfigure ./configure \ + CFLAGS=-std="c9x -O2" CPPFLAGS=-P LIBS="-lcrypto -lssl" runConfigure ./configure \ --bindir=$prefix/bin \ --with-serf \ --with-zlib \