mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
biology/migrate: Fix extract
Extract fails on aarch64 with error: (sample) "dynsections.js: Cannot restore extended attributes: com.apple.quarantine com.apple.quarantine: No such file or directory" tar: Error exit delayed from previous errors.- Fix extract with: --no-same-owner --no-same-permissions
This commit is contained in:
parent
c492a5b3d4
commit
dc29da5db6
@ -23,7 +23,7 @@ MAKE_ARGS= PRETTYCFLAGS="${CFLAGS} -DNOJPEG -DNOZLIB -DNOPNG -Iharu -DPRETTY -ls
|
||||
|
||||
CONFLICTS_INSTALL= py*-sqlalchemy-migrate # bin/migrate
|
||||
|
||||
EXTRACT_AFTER_ARGS= --exclude zlib
|
||||
EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions --exclude zlib
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
|
||||
PORTDOCS= ${PORTNAME}.html HISTORY README README_PARALLEL_GENERAL
|
||||
|
Loading…
Reference in New Issue
Block a user