From ab6ac5a7942816b5b14186dc53e1b17ea7df200a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 3 Oct 2022 19:15:13 +0100 Subject: gentoo auto-resync : 03:10:2022 - 19:15:12 --- dev-vcs/subversion/Manifest | 2 +- dev-vcs/subversion/subversion-1.14.2-r1.ebuild | 19 +++---------------- 2 files changed, 4 insertions(+), 17 deletions(-) (limited to 'dev-vcs/subversion') diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest index 57b60a4ab272..ab8318ed1458 100644 --- a/dev-vcs/subversion/Manifest +++ b/dev-vcs/subversion/Manifest @@ -5,5 +5,5 @@ AUX svnserve.initd3 575 BLAKE2B 4bc540dd8693c792fca8fd1061a49608ce7ee9a82d79fc43 AUX svnserve.xinetd 332 BLAKE2B 95af871ddd83c405cd4072a8bb6293376383d5437562aa604a5eff8e0f34c8763056bf1ea92b11be4f4d4ac5af3fa191b24d4c2040c3a41458103015e24bf09e SHA512 80b486507d03f430e189ef65901ed185f487651400bada5709f544954eb6175d20a11cf98893f80ec963e434c5db5642bf9d1603d698ad8bbf96b88fa45ddbae DIST subversion-1.10.0_rc1-patches-1.tar.xz 2984 BLAKE2B 7c9619b95ca6b433a58dc5baf3a1e1b14ef0017f714af81762b975d50a37b743788a4da65cf7f9eb8e633cbc813ad8dd974b530a19ec2d3fc74b75921f8f0c17 SHA512 aa7a25a253ea2da99520399d292d3e1602985392bae6dc5582003fdb9719d654638754b6e370b68b184ee6729ba3833bd511c09b2cb36f8f476b42063f55fbb2 DIST subversion-1.14.2.tar.bz2 8606570 BLAKE2B cf15c61b932823fb18b52f83d84907386f068d2d40e14dbab94c42ad9d4c0fdf35d82db78036d7c1f2be47c2d51cdd27bfb966eb7607a52a21e072aeff76fb38 SHA512 20ada4688ca07d9fb8da4b7d53b5084568652a3b9418c65e688886bae950a16a3ff37710fcfc9c29ef14a89e75b2ceec4e9cf35d5876a7896ebc2b512cfb9ecc -EBUILD subversion-1.14.2-r1.ebuild 12709 BLAKE2B 715b097039ddc999af7e50b1d191d8ede532c6230134a84e8a359931d17b381c4c69dee3d12ff77e8ee9bc46089795fe76580c065cc28983e0eb56e9c03c587d SHA512 b3917f442f11122ff4e71a58a12ea8bc0d814ea8d0f1e42600c39560bdf5289726b08597062e2e7d24638d2adf6f1017ab1ec74a190afc18965bcd23a425a368 +EBUILD subversion-1.14.2-r1.ebuild 12305 BLAKE2B 44b2fb2addad0f0cc2d5858fe88bef5f85f8257bcbf4601f0d6447b0fcd41c0dcd261fa38ccd60389cff01f39b9012b8f106104e6d987080d6e467da5b06ca1f SHA512 73abdf53c056a6b609cbdf896ab8ca35bfc65d321506ab60b68e89371ba1455d43e9f85e1e89e3aea09be5d2e764dd25c4c4588bb86ea8380128a1265208343e MISC metadata.xml 927 BLAKE2B b13cdc09607a7389cf775574187e5385f26c804965be0c04691cfadc931254d02a2720b741a2593db530b15dcf92b818437e61fc8cb27e693c552cf9e946e117 SHA512 2210561a0f6cc7e216e5ec03bcf133f763f8ee27bb9fe99bfd00cbdb150c6850f1d2ba0778d21bec9893a790c6078a881750f30d3ccebeaa63176ff65222caa9 diff --git a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild index 7dd9287c1616..e48010a67437 100644 --- a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild @@ -8,7 +8,7 @@ GENTOO_DEPEND_ON_PERL="no" PYTHON_COMPAT=( python3_{8..11} ) USE_RUBY="ruby27 ruby26" -inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 libtool multilib perl-module python-any-r1 ruby-single xdg-utils +inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 libtool multilib perl-module prefix python-any-r1 ruby-single xdg-utils MY_P="${P/_/-}" DESCRIPTION="Advanced version control system" @@ -162,6 +162,8 @@ src_prepare() { sed -i -e '1c\#!/usr/bin/env sh' build/transform_libtool_scripts.sh || \ die "/bin/sh is not POSIX shell!" + hprefixify build/ac-macros/svn-macros.m4 + eautoconf elibtoolize @@ -207,27 +209,12 @@ src_configure() { fi case ${CHOST} in - *-aix*) - # avoid recording immediate path to sharedlibs into executables - append-ldflags -Wl,-bnoipath - ;; - *-cygwin*) - # no LD_PRELOAD support, no undefined symbols - myconf+=( --disable-local-library-preloading LT_LDFLAGS=-no-undefined ) - ;; - *-interix*) - # loader crashes on the LD_PRELOADs... - myconf+=( --disable-local-library-preloading ) - ;; *-solaris*) # need -lintl to link use nls && append-libs intl # this breaks installation, on x64 echo replacement is 32-bits myconf+=( --disable-local-library-preloading ) ;; - *-mint*) - myconf+=( --enable-all-static --disable-local-library-preloading ) - ;; *) # inject LD_PRELOAD entries for easy in-tree development myconf+=( --enable-local-library-preloading ) -- cgit v1.2.3