Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2024 20:00:04 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ee81c619bad8 - main - www/restinio: Adjust EXTRACT_AFTER_ARGS and preserve original flags
Message-ID:  <202405052000.445K04QF056878@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405052000.445K04QF056878>