mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/xrootd: fix build on powerpc by merging upstream patch
Additionally, armv7 is marked broken with the same error, so BROKEN as well.
This commit is contained in:
parent
6910c6498b
commit
b6fd0509e0
2 changed files with 6 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue