summaryrefslogtreecommitdiff
path: root/devel/protobuf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/protobuf/Makefile')
-rw-r--r--devel/protobuf/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index 09ed2210e750..dd17fb51e54e 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -1,5 +1,5 @@
PORTNAME= protobuf
-PORTVERSION= 29.4
+PORTVERSION= 29.5
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/
@@ -27,19 +27,25 @@ CMAKE_OFF= protobuf_BUILD_CONFORMANCE \
protobuf_BUILD_TESTS \
protobuf_DISABLE_RTTI \
protobuf_INSTALL_EXAMPLES \
+ protobuf_INSTALL_TESTS \
protobuf_MODULE_COMPATIBLE \
- protobuf_REMOVE_INSTALLED_HEADERS
+ protobuf_MSVC_STATIC_RUNTIME \
+ protobuf_REMOVE_INSTALLED_HEADERS \
+ protobuf_USE_UNITY_BUILD
CMAKE_ON= protobuf_ABSOLUTE_TEST_PLUGIN_PATH \
protobuf_ALLOW_CCACHE \
protobuf_BUILD_LIBPROTOC \
+ protobuf_BUILD_LIBUPB \
protobuf_BUILD_PROTOBUF_BINARIES \
protobuf_BUILD_PROTOC_BINARIES \
protobuf_BUILD_SHARED_LIBS \
protobuf_INSTALL \
protobuf_USE_EXTERNAL_GTEST \
protobuf_VERBOSE \
- protobuf_WITH_ZLIB
-CMAKE_TESTING_ON= protobuf_BUILD_TESTS
+ protobuf_WITH_ZLIB \
+ utf8_range_ENABLE_INSTALL
+CMAKE_TESTING_ON= \
+ protobuf_BUILD_TESTS
PATHFIX_CMAKELISTSTXT= CMakeLists.txt install.cmake
USE_CXXSTD= c++17
USE_LDCONFIG= yes