git: 0d64b5687664 - main - devel/binaryen: Update to 132
Nuno Teixeira <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d64b5687664501ad04a30e222b79c7933fbe482 commit 0d64b5687664501ad04a30e222b79c7933fbe482 Author: Nuno Teixeira <[email protected]> AuthorDate: 2026-08-13 18:22:36 +0000 Commit: Nuno Teixeira <[email protected]> CommitDate: 2026-08-13 19:42:17 +0000 devel/binaryen: Update to 132 ChangeLog: https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md#v132 --- devel/binaryen/Makefile | 2 +- devel/binaryen/distinfo | 6 +++--- devel/binaryen/files/patch-third__party_CMakeLists.txt | 10 ++++++++-- devel/binaryen/pkg-plist | 1 + 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/devel/binaryen/Makefile b/devel/binaryen/Makefile index a74e712f7f85..5ef3d68f7598 100644 --- a/devel/binaryen/Makefile +++ b/devel/binaryen/Makefile @@ -1,6 +1,6 @@ PORTNAME= binaryen DISTVERSIONPREFIX= version_ -DISTVERSION= 131 +DISTVERSION= 132 CATEGORIES= devel MAINTAINER= [email protected] diff --git a/devel/binaryen/distinfo b/devel/binaryen/distinfo index c0fc53b82a34..52a435ff2558 100644 --- a/devel/binaryen/distinfo +++ b/devel/binaryen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1784142891 -SHA256 (WebAssembly-binaryen-version_131_GH0.tar.gz) = 3274719775038062b62d2bf2b37dcde69f3f79804aeb7420b78926722c0d0065 -SIZE (WebAssembly-binaryen-version_131_GH0.tar.gz) = 6986171 +TIMESTAMP = 1786644755 +SHA256 (WebAssembly-binaryen-version_132_GH0.tar.gz) = ede5e20f2f5148641bad31ceaef3c1fd4de4fb63b2d7b5081c605ba475483f6b +SIZE (WebAssembly-binaryen-version_132_GH0.tar.gz) = 7089501 diff --git a/devel/binaryen/files/patch-third__party_CMakeLists.txt b/devel/binaryen/files/patch-third__party_CMakeLists.txt index 9ed02802bcc6..e590017f18d4 100644 --- a/devel/binaryen/files/patch-third__party_CMakeLists.txt +++ b/devel/binaryen/files/patch-third__party_CMakeLists.txt @@ -1,19 +1,25 @@ Don't attempt to build a local copy of GoogleTest. ---- third_party/CMakeLists.txt.orig 2025-02-03 23:57:26 UTC +--- third_party/CMakeLists.txt.orig 2026-08-13 18:15:02 UTC +++ third_party/CMakeLists.txt -@@ -1,15 +1,5 @@ if(BUILD_FUZZTEST) +@@ -1,21 +1,5 @@ if(BUILD_FUZZTEST) if(BUILD_FUZZTEST) add_subdirectory(fuzztest) -elseif(BUILD_TESTS) - # fuzztest includes gtest, but if we're not building fuzztest, build gtest ourselves. - add_library(gtest STATIC googletest/googletest/src/gtest-all.cc) - add_library(gtest_main STATIC googletest/googletest/src/gtest_main.cc) +- add_library(gmock STATIC googletest/googlemock/src/gmock-all.cc) +- add_library(gmock_main STATIC googletest/googlemock/src/gmock_main.cc) - target_compile_options(gtest PRIVATE "-fno-rtti") - target_compile_options(gtest_main PRIVATE "-fno-rtti") +- target_compile_options(gmock PRIVATE "-fno-rtti") +- target_compile_options(gmock_main PRIVATE "-fno-rtti") - include_directories( - googletest/googletest - googletest/googletest/include +- googletest/googlemock +- googletest/googlemock/include - ) endif() diff --git a/devel/binaryen/pkg-plist b/devel/binaryen/pkg-plist index d6fc51568974..089a63be9c69 100644 --- a/devel/binaryen/pkg-plist +++ b/devel/binaryen/pkg-plist @@ -10,6 +10,7 @@ bin/wasm-opt bin/wasm-reduce bin/wasm-shell bin/wasm-split +bin/wasm2c bin/wasm2js include/binaryen-c.h include/wasm-delegations.def