git: 143c06fb4384 - main - devel/msp430-debug-stack: fix documentation fetching.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 09:32:12 UTC
The branch main has been updated by lev: URL: https://cgit.FreeBSD.org/ports/commit/?id=143c06fb4384acb59497dd2745cbb92ad8051375 commit 143c06fb4384acb59497dd2745cbb92ad8051375 Author: Lev A. Serebryakov <lev@FreeBSD.org> AuthorDate: 2022-06-21 09:30:05 +0000 Commit: Lev A. Serebryakov <lev@FreeBSD.org> CommitDate: 2022-06-21 09:30:40 +0000 devel/msp430-debug-stack: fix documentation fetching. TI bans "automatic" downloaders for unknwon reason, fake fetch's User-Agent. PR: 264760 --- devel/msp430-debug-stack/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/msp430-debug-stack/Makefile b/devel/msp430-debug-stack/Makefile index b462b8e5dedd..e0310a079e76 100644 --- a/devel/msp430-debug-stack/Makefile +++ b/devel/msp430-debug-stack/Makefile @@ -23,6 +23,9 @@ USE_LDCONFIG= yes DOS2UNIX_REGEX= .*/Makefile|.*\.(cpp|h) +# TI bans FreeBSD fetch and wget for unknown reason +FETCH_ARGS+= --user-agent=Mozilla + MAKE_ARGS= BOOST_DIR=${LOCALBASE} \ HIDAPI_DIR=${LOCALBASE}