git: b5e40b0c72f6 - main - net/libilbc: Use EXTRACT_AFTER_ARGS to reduce I/O load
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 May 2024 21:54:05 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5e40b0c72f67288acaa7c9fee231812573bed0c commit b5e40b0c72f67288acaa7c9fee231812573bed0c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-20 21:37:15 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-20 21:53:51 +0000 net/libilbc: Use EXTRACT_AFTER_ARGS to reduce I/O load Skip extracting abseil-cpp instead of deleting it after extracting to reduce I/O PR: 278740 Reviewed by: nc (maintainer) --- net/libilbc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/libilbc/Makefile b/net/libilbc/Makefile index 6ea605798942..0da4b3e8f101 100644 --- a/net/libilbc/Makefile +++ b/net/libilbc/Makefile @@ -18,8 +18,10 @@ USE_LDCONFIG= yes CONFLICTS= ilbc-r[0-9]* +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/abseil-cpp \ + --no-same-owner --no-same-permissions + post-patch: - ${RM} -rf ${WRKSRC}/abseil-cpp ${LN} -s ${PREFIX}/include/absl ${WRKSRC}/abseil-cpp .include <bsd.port.mk>