Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2025 00:04:42 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bec5f77b8683 - main - devel/msp430-debug-stack: fix build with Boost-1.89 (+)
Message-ID:  <202510220004.59M04gge045114@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bec5f77b8683a397646ddb731e6856723d80eb06

commit bec5f77b8683a397646ddb731e6856723d80eb06
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-10-21 23:52:49 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-10-22 00:04:23 +0000

    devel/msp430-debug-stack: fix build with Boost-1.89 (+)
    
    Reported by:    fallout
---
 devel/msp430-debug-stack/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/msp430-debug-stack/Makefile b/devel/msp430-debug-stack/Makefile
index 8e7d8112985f..95ef360042c2 100644
--- a/devel/msp430-debug-stack/Makefile
+++ b/devel/msp430-debug-stack/Makefile
@@ -40,6 +40,7 @@ post-patch:
 	@${FIND} ${WRKSRC}/DLL430_v3/src/TI/DLL430 \
 		\( -name '*.cpp' -o -name '*.h' \) -print0 | ${XARGS} -0 \
 		${REINPLACE_CMD} -e 's|[io]fstream|std::&|; s|std::std::|std::|'
+	@${REINPLACE_CMD} -e 's/-lboost_system //' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_LIB} ${WRKSRC}/libmsp430.so ${STAGEDIR}${PREFIX}/lib/libmsp430.so


home | help

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