Date: Fri, 17 Jan 2025 21:47:29 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b6fd0509e0ad - main - databases/xrootd: fix build on powerpc by merging upstream patch Message-ID: <202501172147.50HLlThM063754@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6fd0509e0ad7fa5f82188d4b24e190847ac908e commit b6fd0509e0ad7fa5f82188d4b24e190847ac908e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-17 12:05:00 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-17 21:45:57 +0000 databases/xrootd: fix build on powerpc by merging upstream patch Additionally, armv7 is marked broken with the same error, so BROKEN as well. --- databases/xrootd/Makefile | 5 +++-- databases/xrootd/distinfo | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/databases/xrootd/Makefile b/databases/xrootd/Makefile index 2c0defe8df3b..517e1bad926e 100644 --- a/databases/xrootd/Makefile +++ b/databases/xrootd/Makefile @@ -3,6 +3,9 @@ DISTVERSION= 5.6.9 CATEGORIES= databases MASTER_SITES= https://xrootd.slac.stanford.edu/download/v${DISTVERSION}/ +PATCH_SITES= https://github.com/xrootd/xrootd/commit/ +PATCHFILES= f9d573417e1abc263115a34fd5f95dca505379e5.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Framework for fast, low latency, scalable data access WWW= https://xrootd.slac.stanford.edu/index.html @@ -12,8 +15,6 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPL -BROKEN_armv7= compilation fails: non-constant-expression cannot be narrowed from type 'time_t' (aka 'long long') to 'long' in initializer list, see https://github.com/xrootd/xrootd/issues/2272 - BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libcurl.so:ftp/curl \ libtinyxml.so:textproc/tinyxml \ diff --git a/databases/xrootd/distinfo b/databases/xrootd/distinfo index 3fdbb8ffc13f..7a7f8d458f2c 100644 --- a/databases/xrootd/distinfo +++ b/databases/xrootd/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1711947441 +TIMESTAMP = 1737115118 SHA256 (xrootd-5.6.9.tar.gz) = 44196167fbcf030d113e3749dfdecab934c43ec15e38e77481e29aac191ca3a8 SIZE (xrootd-5.6.9.tar.gz) = 6701277 +SHA256 (f9d573417e1abc263115a34fd5f95dca505379e5.patch) = 4647128826ac01b7a84b95c14015eabf7348f91b03fe04de6e242df513582a47 +SIZE (f9d573417e1abc263115a34fd5f95dca505379e5.patch) = 1132
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501172147.50HLlThM063754>