1
0
forked from ports/contrib

flatbuffers: 23.5.26 -> 24.3.6

This commit is contained in:
Tim Biermann 2024-03-07 21:04:19 +01:00
parent eb2dbc2b2d
commit 12224a2304
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 7 additions and 8 deletions

View File

@ -46,7 +46,7 @@ drwxr-xr-x root/root usr/lib/cmake/flatbuffers/
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/FlatcTargets.cmake
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/flatbuffers-config-version.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/flatbuffers-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/flatbuffers/flatbuffers-config.cmake -rw-r--r-- root/root usr/lib/cmake/flatbuffers/flatbuffers-config.cmake
lrwxrwxrwx root/root usr/lib/libflatbuffers.so -> libflatbuffers.so.23.5.26 lrwxrwxrwx root/root usr/lib/libflatbuffers.so -> libflatbuffers.so.24.3.6
-rwxr-xr-x root/root usr/lib/libflatbuffers.so.23.5.26 -rwxr-xr-x root/root usr/lib/libflatbuffers.so.24.3.6
drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/flatbuffers.pc -rw-r--r-- root/root usr/lib/pkgconfig/flatbuffers.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33cgxsGbV6WzdOg9h6SUNWb/Ak46yQKvCNUgFZRKHqIvsN6uuxmPZoURP+dLpnkushxmyDnrnQvQ9La/CbkiigI= RWSagIOpLGJF3+8OMyiScAV/Las15g27ufp+YB+eIXjsw0BGhmmBfUdObeeKNB36yxgTHga+8weWL1nchP7lDb09fztI5Rj5awQ=
SHA256 (Pkgfile) = e2f37ab2c34ef2627b70a4d1b8096dd59e16129be2e8f89fc42d3b376b5bd16f SHA256 (Pkgfile) = 3cb12ee58388086f94ed37ad031c3e4c43d28942cd1144ef3c3d5b9a33f9e200
SHA256 (.footprint) = 6bfe99390c519cddb0b9ba34251184f0d77fb689e5f027346ab390316e452735 SHA256 (.footprint) = ce86fb62cb8cfd3241fb7721752de02a492f4cbed6924f7bd5a2ee6b88c6066e
SHA256 (flatbuffers-23.5.26.tar.gz) = 1cce06b17cddd896b6d73cc047e36a254fb8df4d7ea18a46acf16c4c0cd3f3f3 SHA256 (flatbuffers-24.3.6.tar.gz) = 5d8bfbf5b1b4c47f516e7673677f0e8db0efd32f262f7a14c3fd5ff67e2bd8fc

View File

@ -4,7 +4,7 @@
# Depends on: python3-setuptools # Depends on: python3-setuptools
name=flatbuffers name=flatbuffers
version=23.5.26 version=24.3.6
release=1 release=1
source=(https://github.com/google/flatbuffers/archive/v$version/$name-$version.tar.gz) source=(https://github.com/google/flatbuffers/archive/v$version/$name-$version.tar.gz)
@ -14,7 +14,6 @@ build() {
-D CMAKE_INSTALL_LIBDIR=lib \ -D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \ -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D FLATBUFFERS_BUILD_FLATLIB=OFF \ -D FLATBUFFERS_BUILD_FLATLIB=OFF \
-D FLATBUFFERS_BUILD_SHAREDLIB=ON \ -D FLATBUFFERS_BUILD_SHAREDLIB=ON \
-Wno-dev -Wno-dev