Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2025 09:30:32 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: 0b475b094419 - main - math/curv: fix regexp for Boost::system deletion
Message-ID:  <202509300930.58U9UW8n067240@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=0b475b094419288d2dfb74b607cca90d39d70695

commit 0b475b094419288d2dfb74b607cca90d39d70695
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-09-30 09:29:19 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-09-30 09:30:22 +0000

    math/curv: fix regexp for Boost::system deletion
---
 math/curv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/curv/Makefile b/math/curv/Makefile
index e1b2637ddd97..5f9dcbae04b1 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -45,7 +45,7 @@ PLIST_FILES=	bin/curv \
 
 post-patch:
 	@${REINPLACE_CMD} -e '/find_package/s| system||' \
-			  -e '/target_link_libraries/s| Boost::system||' \
+			  -e 's| Boost::system||' \
 			${WRKSRC}/CMakeLists.txt
 
 post-install:


home | help

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