Skip to content

Commit 2e4cd55

Browse files
committed
binaryen-123
1 parent 97982e2 commit 2e4cd55

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

binaryen/README

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ written in C++. It aims to make compiling to WebAssembly easy, fast, and
55
effective.
66

77
Runtime requirements:
8-
cygwin-3.5.7-1
9-
libbinaryen-devel-122-1bl1
10-
libbinaryen0-122-1bl1
8+
cygwin-3.6.0-1
9+
libbinaryen-devel-123-1bl1
10+
libbinaryen0-123-1bl1
1111
libgcc1-12.4.0-3
12-
libgtest0-1.15.2-1bl1
12+
libgtest0-1.16.0-1bl1
1313
libstdc++6-12.4.0-3
14-
pkg-config-2.3.0-1
14+
pkg-config-2.4.3-1
1515

1616
Build requirements:
1717
(besides corresponding -devel packages)
@@ -20,29 +20,29 @@ Build requirements:
2020
cygport-0.36.9-1
2121
gcc-core-12.4.0-3
2222
gcc-g++-12.4.0-3
23-
libgtest-devel-1.15.2-1bl1
23+
libgtest-devel-1.16.0-1bl1
2424
ninja-1.12.1-1
2525

2626
Canonical website:
2727
https://github.com/WebAssembly/binaryen
2828

2929
Canonical download:
30-
https://github.com/WebAssembly/binaryen/archive/refs/tags/version_122.tar.gz
30+
https://github.com/WebAssembly/binaryen/archive/refs/tags/version_123.tar.gz
3131

3232
-------------------------------------------
3333

3434
Build instructions:
35-
1. unpack binaryen-122-X-src.tar.xz
35+
1. unpack binaryen-123-X-src.tar.xz
3636
2. if you use setup to install this src package,
3737
it will be unpacked under /usr/src automatically
3838
% cd /usr/src
39-
% cygport ./binaryen-122-X.cygport all
39+
% cygport ./binaryen-123-X.cygport all
4040

4141
This will create:
42-
/usr/src/binaryen-122-X-src.tar.xz
43-
/usr/src/binaryen-122-X.tar.xz
44-
/usr/src/libbinaryen0-122-X.tar.xz
45-
/usr/src/libbinaryen-devel-122-X.tar.xz
42+
/usr/src/binaryen-123-X-src.tar.xz
43+
/usr/src/binaryen-123-X.tar.xz
44+
/usr/src/libbinaryen0-123-X.tar.xz
45+
/usr/src/libbinaryen-devel-123-X.tar.xz
4646

4747
-------------------------------------------
4848

@@ -82,6 +82,9 @@ Files included in the binary package:
8282

8383
Port Notes:
8484

85+
----- version 123-1bl1 -----
86+
Version bump.
87+
8588
----- version 122-1bl1 -----
8689
Version bump.
8790

binaryen/binaryen-122-1bl1.src.patch renamed to binaryen/binaryen-123-1bl1.src.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- origsrc/binaryen-version_122/CMakeLists.txt 2025-02-04 06:54:02.000000000 +0900
2-
+++ src/binaryen-version_122/CMakeLists.txt 2025-03-12 06:50:36.117810000 +0900
3-
@@ -447,6 +447,9 @@ if(BUILD_STATIC_LIB)
1+
--- origsrc/binaryen-version_123/CMakeLists.txt 2025-03-26 03:13:08.000000000 +0900
2+
+++ src/binaryen-version_123/CMakeLists.txt 2025-04-08 20:10:46.470978600 +0900
3+
@@ -461,6 +461,9 @@ if(BUILD_STATIC_LIB)
44
else()
55
message(STATUS "Building libbinaryen as shared library.")
66
add_library(binaryen SHARED)
@@ -10,7 +10,7 @@
1010
endif()
1111
target_link_libraries(binaryen Threads::Threads)
1212
if(BUILD_LLVM_DWARF)
13-
@@ -585,3 +588,10 @@ if(EMSCRIPTEN)
13+
@@ -611,3 +614,10 @@ if(EMSCRIPTEN)
1414
endif()
1515

1616
configure_file(scripts/binaryen-lit.in ${CMAKE_BINARY_DIR}/bin/binaryen-lit @ONLY)
@@ -21,8 +21,8 @@
2121
+set(includedir ${CMAKE_INSTALL_PREFIX}/include)
2222
+configure_file(${CMAKE_SOURCE_DIR}/binaryen.pc.in ${CMAKE_BINARY_DIR}/binaryen.pc @ONLY)
2323
+install(FILES ${CMAKE_BINARY_DIR}/binaryen.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig)
24-
--- origsrc/binaryen-version_122/binaryen.pc.in 1970-01-01 09:00:00.000000000 +0900
25-
+++ src/binaryen-version_122/binaryen.pc.in 2025-03-12 06:51:08.954224000 +0900
24+
--- origsrc/binaryen-version_123/binaryen.pc.in 1970-01-01 09:00:00.000000000 +0900
25+
+++ src/binaryen-version_123/binaryen.pc.in 2025-04-08 20:10:46.470978600 +0900
2626
@@ -0,0 +1,10 @@
2727
+prefix=@prefix@
2828
+exec_prefix=@exec_prefix@

0 commit comments

Comments
 (0)