aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-19 01:30:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-19 01:33:41 +0000
commitc22e29d08774bc5ad5eee4406ae59898c5903619 (patch)
treef108092d42e024aecf5541104f4845b9c78a66f5
parentc6b0bdbe71f0fe8758f0b31d20a3bcc352e034cc (diff)
downloadports-c22e29d08774bc5ad5eee4406ae59898c5903619.tar.gz
ports-c22e29d08774bc5ad5eee4406ae59898c5903619.zip
graphics/oidn: Replace format=bsdtar with format=ustar
... because the undocumented format bsdtar adds paxheaders on some systems, therefore breaking the fetch. The documentation for format=bsdtar should be added: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277139 PR: 253814 Reported by: Mamoru IWAKI <1wkmmr@gmail.com>
-rw-r--r--graphics/oidn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile
index 36d7b0371dfb..3547b6c8af21 100644
--- a/graphics/oidn/Makefile
+++ b/graphics/oidn/Makefile
@@ -65,7 +65,7 @@ pre-fetch:
) && \
${FIND} ${PORTNAME}-weights-${WEIGHTS_GIT_HASH} -and -exec ${TOUCH} -h -d 1970-01-01T00:00:00Z {} \; && \
${FIND} ${PORTNAME}-weights-${WEIGHTS_GIT_HASH} -print0 | LC_ALL=C ${SORT} -z | \
- ${TAR} czf ${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX} --format=bsdtar --gid 0 --uid 0 --options gzip:!timestamp --no-recursion --null -T - && \
+ ${TAR} czf ${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX} --format=ustar --gid 0 --uid 0 --options gzip:!timestamp --no-recursion --null -T - && \
${RM} -r ${PORTNAME}-weights-${WEIGHTS_GIT_HASH}; \
fi