git: ee81c619bad8 - main - www/restinio: Adjust EXTRACT_AFTER_ARGS and preserve original flags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 May 2024 20:00:04 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee81c619bad8cc4b25a1c5cb27afb8672a4e0d73 commit ee81c619bad8cc4b25a1c5cb27afb8672a4e0d73 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-05 13:51:14 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-05 19:58:28 +0000 www/restinio: Adjust EXTRACT_AFTER_ARGS and preserve original flags Be more specific of which files to exclude and preserve original flags defined by framework Approved by: portmgr (blanket) --- www/restinio/Makefile | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/www/restinio/Makefile b/www/restinio/Makefile index 46ae99ba30d7..533fa37be08b 100644 --- a/www/restinio/Makefile +++ b/www/restinio/Makefile @@ -21,17 +21,18 @@ RUN_DEPENDS= libfmt>0:devel/libfmt \ USES= cmake:testing compiler:c++14-lang localbase:ldflags tar:bz2 -EXTRACT_AFTER_ARGS= --exclude dev/asio \ - --exclude dev/asio_mxxru \ - --exclude dev/catch2 \ - --exclude dev/fmt \ - --exclude dev/fmt_mxxru \ - --exclude dev/nodejs/http_parser/http-parser.* \ - --exclude dev/nodejs/http_parser_mxxru \ - --exclude dev/rapidjson \ - --exclude dev/rapidjson_mxxru \ - --exclude dev/so_5 \ - --exclude dev/timertt +EXTRACT_AFTER_ARGS= --exclude ${PORTNAME}-${DISTVERSION}/dev/asio \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/asio_mxxru \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/catch2 \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/fmt \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/fmt_mxxru \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/nodejs/http_parser/http_parser.* \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/nodejs/http_parser_mxxru \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/rapidjson \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/rapidjson_mxxru \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/so_5 \ + --exclude ${PORTNAME}-${DISTVERSION}/dev/timertt \ + --no-same-owner --no-same-permissions WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} WRKSRC_SUBDIR= dev