Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2025 16:03:22 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4890f82fa59a - main - devel/protobuf: Remove USES=pathfix
Message-ID:  <694182ca.4545e.42d3a2a3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 4890f82fa59a28742f653456280083c8b3d6431b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:55:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:55:19 +0000

    devel/protobuf: Remove USES=pathfix
---
 devel/protobuf/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index dd17fb51e54e..ba2108e301c3 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libabsl_base.so:devel/abseil \
 		libjsoncpp.so:devel/jsoncpp
 TEST_DEPENDS=	googletest>=0:devel/googletest
 
-USES=		cmake:testing compiler:c++17-lang cpe localbase pathfix pkgconfig
+USES=		cmake:testing compiler:c++17-lang cpe localbase pkgconfig
 
 CMAKE_ARGS=	-Dprotobuf_ABSL_PROVIDER=package \
 		-Dprotobuf_JSONCPP_PROVIDER=package
@@ -44,9 +44,7 @@ CMAKE_ON=	protobuf_ABSOLUTE_TEST_PLUGIN_PATH \
 		protobuf_VERBOSE \
 		protobuf_WITH_ZLIB \
 		utf8_range_ENABLE_INSTALL
-CMAKE_TESTING_ON=	\
-		protobuf_BUILD_TESTS
-PATHFIX_CMAKELISTSTXT=	CMakeLists.txt install.cmake
+CMAKE_TESTING_ON=	protobuf_BUILD_TESTS
 USE_CXXSTD=	c++17
 USE_LDCONFIG=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694182ca.4545e.42d3a2a3>