git: 451270d7c270 - main - devel/rttr: Don't extract unused files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 May 2024 02:24:06 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=451270d7c270fc45ae0b7e96caa3889a707f81b4 commit 451270d7c270fc45ae0b7e96caa3889a707f81b4 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-06 01:59:59 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-05-06 02:23:31 +0000 devel/rttr: Don't extract unused files Convert the post-extract target to EXTRACT_AFTER_ARGS to save on I/O. Pet portclippy(1). PR: 278750 --- devel/rttr/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/rttr/Makefile b/devel/rttr/Makefile index 064733cf31d3..e0634c06c295 100644 --- a/devel/rttr/Makefile +++ b/devel/rttr/Makefile @@ -1,8 +1,8 @@ PORTNAME= rttr DISTVERSIONPREFIX= v DISTVERSION= 0.9.6-16 -PORTREVISION= 3 DISTVERSIONSUFFIX= -gb3a131c +PORTREVISION= 3 CATEGORIES= devel PATCH_SITES= https://github.com/rttrorg/rttr/commit/ @@ -25,11 +25,10 @@ CMAKE_OFF= BUILD_DOCUMENTATION \ BUILD_UNIT_TESTS \ BUILD_EXAMPLES -PORTSCOUT= limit:^0\. +EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/3rd_party/chaiscript-* \ + --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/3rd_party/rapidjson-* \ + --no-same-owner --no-same-permissions -post-extract: - ${RM} -r ${WRKSRC}/3rd_party/rapidjson-1.1.0/ - ${RM} -r ${WRKSRC}/3rd_party/chaiscript-devel/ - ${RM} -r ${WRKSRC}/3rd_party/chaiscript-6.1.0/ +PORTSCOUT= limit:^0\. .include <bsd.port.mk>