mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
@@ -1,4 +1,2 @@
|
||||
DIST s3fs-1.86.tar.gz 183636 BLAKE2B 78996960725699fee4c0c2b131c227acc073fca407f1057ae636167a7a2313e460f1e3a89c7d8a3741987d8ba46ab1827f8f7c882261ed78bb5c5148ce935d42 SHA512 a4f79d9ae526427d5d41b5cd1519e4aac605e8bbd97079aec2a67562f0322fa5664d770d565aed4fca83ae254ab3c0454d25f4b86ec4d148a57c7745e07f5e14
|
||||
DIST s3fs-1.89.tar.gz 221263 BLAKE2B cf84709acd6820d67b2b84fba1ebb4dcbd491f30df704ff78d8967619d1b7775fc2e4c1b3eec736243f77dc8fb9f01d7d0dcefe5a521dfaeb118b006c8a2e40b SHA512 650a7ea4d9197f310d8c24d76460a47e62e1d467b68dab0c78041c8e7dbb49c3983893680e53fe5f01a578fff96d2723b547fbd62d8f3efbc5188207da9d4e97
|
||||
DIST s3fs-1.90.tar.gz 231942 BLAKE2B 3e4de5f2deda82febd7be176657e6e5ad31da90fed07c2ecf719f0f30d048d03bbcde6fe5628346ba0b4adb4a74fb0c78fbd4882a5e7d6f98fa301b32945a93c SHA512 f1b74676b9c83e5b99bdd59666eea8cdcd9a6fcd2f9237aaf33fd6e12d642f26ee11a3c3ffb0248ea7ce24ac31ae45eeb5f2bd7f04b8e91ed8a04004d59a550d
|
||||
DIST s3fs-1.91.tar.gz 242590 BLAKE2B b65119f480b35a6325fa6d498e260309f65778abf97fc9f82bf423004e142f998a1c4b5c80c74a2932a6fa714956fd4f6a0b71e102061ff4f08ff0a82bdbb05c SHA512 5b57af18395f34885b4b8a98e93b0e3f9043c9af78e415a0a6c15489611d7e21ae619e69655737de369edee15762d8726b82bc2651b5b7f5c20e26fe866a96bc
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
Upstream-issue: https://github.com/s3fs-fuse/s3fs-fuse/pull/1888
|
||||
Upstream-commit: 4dfe2bfdd742 ("Include climits to support musl libc")
|
||||
|
||||
diff --git a/src/fdcache.cpp b/src/fdcache.cpp
|
||||
index 3ececd3..3ad876d 100644
|
||||
--- a/src/fdcache.cpp
|
||||
+++ b/src/fdcache.cpp
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cerrno>
|
||||
+#include <climits>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
--
|
||||
2.34.1
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
MY_PN=${PN}-fuse
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="Amazon S3 mounting via fuse"
|
||||
HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/"
|
||||
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="gnutls nettle nss +openssl test"
|
||||
REQUIRED_USE="
|
||||
^^ ( gnutls nss openssl )
|
||||
nettle? ( gnutls )"
|
||||
|
||||
# Requires active internet connection
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libxml2:2
|
||||
net-misc/curl
|
||||
sys-fs/fuse:0
|
||||
gnutls? ( net-libs/gnutls:= )
|
||||
nettle? ( dev-libs/nettle:= )
|
||||
nss? ( dev-libs/nss )
|
||||
openssl? ( dev-libs/openssl:0= )
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
app-misc/mime-types
|
||||
"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_with gnutls)
|
||||
$(use_with nettle)
|
||||
$(use_with nss)
|
||||
$(use_with openssl)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
@@ -1,59 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
MY_PN=${PN}-fuse
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="Amazon S3 mounting via fuse"
|
||||
HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/"
|
||||
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~riscv ~x86"
|
||||
IUSE="gnutls nettle nss +openssl test"
|
||||
REQUIRED_USE="
|
||||
^^ ( gnutls nss openssl )
|
||||
nettle? ( gnutls )"
|
||||
|
||||
# Requires active internet connection
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libxml2:2
|
||||
net-misc/curl
|
||||
sys-fs/fuse:0
|
||||
gnutls? ( net-libs/gnutls:= )
|
||||
nettle? ( dev-libs/nettle:= )
|
||||
nss? ( dev-libs/nss )
|
||||
openssl? ( dev-libs/openssl:0= )
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
app-misc/mime-types
|
||||
"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-musl-fix.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_with gnutls)
|
||||
$(use_with nettle)
|
||||
$(use_with nss)
|
||||
$(use_with openssl)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
Reference in New Issue
Block a user