Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flatbuffers: update to 1.11.0
@ 2019-10-11  3:38 voidlinux-github
  2019-10-11  4:36 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-11  3:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages flatbuffers
https://github.com/void-linux/void-packages/pull/15314

flatbuffers: update to 1.11.0


A patch file from https://github.com/void-linux/void-packages/pull/15314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatbuffers-15314.patch --]
[-- Type: text/x-diff, Size: 2124 bytes --]

From f53a88690117a7fe764a3adec38f8e5ba1c734c5 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Thu, 10 Oct 2019 23:39:17 -0400
Subject: [PATCH] flatbuffers: update to 1.11.0

---
 srcpkgs/flatbuffers/patches/install.patch | 20 --------------------
 srcpkgs/flatbuffers/template              |  7 ++-----
 2 files changed, 2 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/flatbuffers/patches/install.patch

diff --git a/srcpkgs/flatbuffers/patches/install.patch b/srcpkgs/flatbuffers/patches/install.patch
deleted file mode 100644
index 6669eaffaa8..00000000000
--- a/srcpkgs/flatbuffers/patches/install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -320,7 +320,7 @@ if(FLATBUFFERS_INSTALL)
-     install(
-       TARGETS flatc EXPORT FlatcTargets
-       RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
- 
-     install(
-@@ -328,7 +328,7 @@ if(FLATBUFFERS_INSTALL)
-       FILE FlatcTargets.cmake
-       NAMESPACE flatbuffers::
-       DESTINATION ${FB_CMAKE_DIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
-   endif()
- 
diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index d38db2c5b08..b5603cb4dfc 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -1,6 +1,6 @@
 # Template file for 'flatbuffers'
 pkgname=flatbuffers
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
@@ -8,10 +8,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
-checksum=3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
-
-# prevents building of tests on gcc9
-CXXFLAGS="-Wno-error=class-memaccess"
+checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
  2019-10-11  4:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-11  4:36 ` voidlinux-github
  2019-10-11  4:43 ` voidlinux-github
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-11  4:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages flatbuffers
https://github.com/void-linux/void-packages/pull/15314

flatbuffers: update to 1.11.0


A patch file from https://github.com/void-linux/void-packages/pull/15314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatbuffers-15314.patch --]
[-- Type: text/x-diff, Size: 2907 bytes --]

From f53a88690117a7fe764a3adec38f8e5ba1c734c5 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Thu, 10 Oct 2019 23:39:17 -0400
Subject: [PATCH 1/2] flatbuffers: update to 1.11.0

---
 srcpkgs/flatbuffers/patches/install.patch | 20 --------------------
 srcpkgs/flatbuffers/template              |  7 ++-----
 2 files changed, 2 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/flatbuffers/patches/install.patch

diff --git a/srcpkgs/flatbuffers/patches/install.patch b/srcpkgs/flatbuffers/patches/install.patch
deleted file mode 100644
index 6669eaffaa8..00000000000
--- a/srcpkgs/flatbuffers/patches/install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -320,7 +320,7 @@ if(FLATBUFFERS_INSTALL)
-     install(
-       TARGETS flatc EXPORT FlatcTargets
-       RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
- 
-     install(
-@@ -328,7 +328,7 @@ if(FLATBUFFERS_INSTALL)
-       FILE FlatcTargets.cmake
-       NAMESPACE flatbuffers::
-       DESTINATION ${FB_CMAKE_DIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
-   endif()
- 
diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index d38db2c5b08..b5603cb4dfc 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -1,6 +1,6 @@
 # Template file for 'flatbuffers'
 pkgname=flatbuffers
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
@@ -8,10 +8,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
-checksum=3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
-
-# prevents building of tests on gcc9
-CXXFLAGS="-Wno-error=class-memaccess"
+checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host

From ba61caaa443f3abd50e9ca57ddeda45cc66bd940 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Fri, 11 Oct 2019 00:37:50 -0400
Subject: [PATCH 2/2] flatbuffers: fix build on *-musl

---
 srcpkgs/flatbuffers/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index b5603cb4dfc..a8d5b8237a0 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -15,6 +15,10 @@ if [ "$CROSS_BUILD" ]; then
 	configure_args="-DFLATBUFFERS_BUILD_TESTS=OFF"
 fi
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) cmake_args+=" -DFLATBUFFERS_LOCALE_INDEPENDENT=0";;
+esac
+
 flatbuffers-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
@ 2019-10-11  4:36 ` voidlinux-github
  2019-10-11  4:36 ` voidlinux-github
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-11  4:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages flatbuffers
https://github.com/void-linux/void-packages/pull/15314

flatbuffers: update to 1.11.0


A patch file from https://github.com/void-linux/void-packages/pull/15314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatbuffers-15314.patch --]
[-- Type: text/x-diff, Size: 2907 bytes --]

From f53a88690117a7fe764a3adec38f8e5ba1c734c5 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Thu, 10 Oct 2019 23:39:17 -0400
Subject: [PATCH 1/2] flatbuffers: update to 1.11.0

---
 srcpkgs/flatbuffers/patches/install.patch | 20 --------------------
 srcpkgs/flatbuffers/template              |  7 ++-----
 2 files changed, 2 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/flatbuffers/patches/install.patch

diff --git a/srcpkgs/flatbuffers/patches/install.patch b/srcpkgs/flatbuffers/patches/install.patch
deleted file mode 100644
index 6669eaffaa8..00000000000
--- a/srcpkgs/flatbuffers/patches/install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -320,7 +320,7 @@ if(FLATBUFFERS_INSTALL)
-     install(
-       TARGETS flatc EXPORT FlatcTargets
-       RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
- 
-     install(
-@@ -328,7 +328,7 @@ if(FLATBUFFERS_INSTALL)
-       FILE FlatcTargets.cmake
-       NAMESPACE flatbuffers::
-       DESTINATION ${FB_CMAKE_DIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
-   endif()
- 
diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index d38db2c5b08..b5603cb4dfc 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -1,6 +1,6 @@
 # Template file for 'flatbuffers'
 pkgname=flatbuffers
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
@@ -8,10 +8,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
-checksum=3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
-
-# prevents building of tests on gcc9
-CXXFLAGS="-Wno-error=class-memaccess"
+checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host

From ba61caaa443f3abd50e9ca57ddeda45cc66bd940 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Fri, 11 Oct 2019 00:37:50 -0400
Subject: [PATCH 2/2] flatbuffers: fix build on *-musl

---
 srcpkgs/flatbuffers/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index b5603cb4dfc..a8d5b8237a0 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -15,6 +15,10 @@ if [ "$CROSS_BUILD" ]; then
 	configure_args="-DFLATBUFFERS_BUILD_TESTS=OFF"
 fi
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) cmake_args+=" -DFLATBUFFERS_LOCALE_INDEPENDENT=0";;
+esac
+
 flatbuffers-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-11  4:43 ` voidlinux-github
@ 2019-10-11  4:43 ` voidlinux-github
  2019-10-16 17:24 ` voidlinux-github
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-11  4:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages flatbuffers
https://github.com/void-linux/void-packages/pull/15314

flatbuffers: update to 1.11.0


A patch file from https://github.com/void-linux/void-packages/pull/15314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatbuffers-15314.patch --]
[-- Type: text/x-diff, Size: 3119 bytes --]

From f53a88690117a7fe764a3adec38f8e5ba1c734c5 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Thu, 10 Oct 2019 23:39:17 -0400
Subject: [PATCH 1/2] flatbuffers: update to 1.11.0

---
 srcpkgs/flatbuffers/patches/install.patch | 20 --------------------
 srcpkgs/flatbuffers/template              |  7 ++-----
 2 files changed, 2 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/flatbuffers/patches/install.patch

diff --git a/srcpkgs/flatbuffers/patches/install.patch b/srcpkgs/flatbuffers/patches/install.patch
deleted file mode 100644
index 6669eaffaa8..00000000000
--- a/srcpkgs/flatbuffers/patches/install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -320,7 +320,7 @@ if(FLATBUFFERS_INSTALL)
-     install(
-       TARGETS flatc EXPORT FlatcTargets
-       RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
- 
-     install(
-@@ -328,7 +328,7 @@ if(FLATBUFFERS_INSTALL)
-       FILE FlatcTargets.cmake
-       NAMESPACE flatbuffers::
-       DESTINATION ${FB_CMAKE_DIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
-   endif()
- 
diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index d38db2c5b08..b5603cb4dfc 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -1,6 +1,6 @@
 # Template file for 'flatbuffers'
 pkgname=flatbuffers
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
@@ -8,10 +8,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
-checksum=3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
-
-# prevents building of tests on gcc9
-CXXFLAGS="-Wno-error=class-memaccess"
+checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host

From 06f12cdac92784f23e428b2b2525550ec2c29dae Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Fri, 11 Oct 2019 00:37:50 -0400
Subject: [PATCH 2/2] flatbuffers: fix build on *-musl

---
 srcpkgs/flatbuffers/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index b5603cb4dfc..119c023483d 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -12,9 +12,13 @@ checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host
-	configure_args="-DFLATBUFFERS_BUILD_TESTS=OFF"
+	configure_args+=" -DFLATBUFFERS_BUILD_TESTS=OFF"
 fi
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DFLATBUFFERS_LOCALE_INDEPENDENT=0";;
+esac
+
 flatbuffers-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
  2019-10-11  4:36 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-11  4:36 ` voidlinux-github
@ 2019-10-11  4:43 ` voidlinux-github
  2019-10-11  4:43 ` voidlinux-github
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-11  4:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages flatbuffers
https://github.com/void-linux/void-packages/pull/15314

flatbuffers: update to 1.11.0


A patch file from https://github.com/void-linux/void-packages/pull/15314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatbuffers-15314.patch --]
[-- Type: text/x-diff, Size: 3119 bytes --]

From f53a88690117a7fe764a3adec38f8e5ba1c734c5 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Thu, 10 Oct 2019 23:39:17 -0400
Subject: [PATCH 1/2] flatbuffers: update to 1.11.0

---
 srcpkgs/flatbuffers/patches/install.patch | 20 --------------------
 srcpkgs/flatbuffers/template              |  7 ++-----
 2 files changed, 2 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/flatbuffers/patches/install.patch

diff --git a/srcpkgs/flatbuffers/patches/install.patch b/srcpkgs/flatbuffers/patches/install.patch
deleted file mode 100644
index 6669eaffaa8..00000000000
--- a/srcpkgs/flatbuffers/patches/install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -320,7 +320,7 @@ if(FLATBUFFERS_INSTALL)
-     install(
-       TARGETS flatc EXPORT FlatcTargets
-       RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
- 
-     install(
-@@ -328,7 +328,7 @@ if(FLATBUFFERS_INSTALL)
-       FILE FlatcTargets.cmake
-       NAMESPACE flatbuffers::
-       DESTINATION ${FB_CMAKE_DIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
-   endif()
- 
diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index d38db2c5b08..b5603cb4dfc 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -1,6 +1,6 @@
 # Template file for 'flatbuffers'
 pkgname=flatbuffers
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
@@ -8,10 +8,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
-checksum=3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
-
-# prevents building of tests on gcc9
-CXXFLAGS="-Wno-error=class-memaccess"
+checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host

From 06f12cdac92784f23e428b2b2525550ec2c29dae Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Fri, 11 Oct 2019 00:37:50 -0400
Subject: [PATCH 2/2] flatbuffers: fix build on *-musl

---
 srcpkgs/flatbuffers/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index b5603cb4dfc..119c023483d 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -12,9 +12,13 @@ checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host
-	configure_args="-DFLATBUFFERS_BUILD_TESTS=OFF"
+	configure_args+=" -DFLATBUFFERS_BUILD_TESTS=OFF"
 fi
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DFLATBUFFERS_LOCALE_INDEPENDENT=0";;
+esac
+
 flatbuffers-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-16 17:24 ` voidlinux-github
@ 2019-10-16 17:24 ` voidlinux-github
  2019-10-16 17:27 ` voidlinux-github
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-16 17:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages flatbuffers
https://github.com/void-linux/void-packages/pull/15314

flatbuffers: update to 1.11.0


A patch file from https://github.com/void-linux/void-packages/pull/15314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatbuffers-15314.patch --]
[-- Type: text/x-diff, Size: 3992 bytes --]

From f53a88690117a7fe764a3adec38f8e5ba1c734c5 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Thu, 10 Oct 2019 23:39:17 -0400
Subject: [PATCH 1/3] flatbuffers: update to 1.11.0

---
 srcpkgs/flatbuffers/patches/install.patch | 20 --------------------
 srcpkgs/flatbuffers/template              |  7 ++-----
 2 files changed, 2 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/flatbuffers/patches/install.patch

diff --git a/srcpkgs/flatbuffers/patches/install.patch b/srcpkgs/flatbuffers/patches/install.patch
deleted file mode 100644
index 6669eaffaa8..00000000000
--- a/srcpkgs/flatbuffers/patches/install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -320,7 +320,7 @@ if(FLATBUFFERS_INSTALL)
-     install(
-       TARGETS flatc EXPORT FlatcTargets
-       RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
- 
-     install(
-@@ -328,7 +328,7 @@ if(FLATBUFFERS_INSTALL)
-       FILE FlatcTargets.cmake
-       NAMESPACE flatbuffers::
-       DESTINATION ${FB_CMAKE_DIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
-   endif()
- 
diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index d38db2c5b08..b5603cb4dfc 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -1,6 +1,6 @@
 # Template file for 'flatbuffers'
 pkgname=flatbuffers
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
@@ -8,10 +8,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
-checksum=3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
-
-# prevents building of tests on gcc9
-CXXFLAGS="-Wno-error=class-memaccess"
+checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host

From 06f12cdac92784f23e428b2b2525550ec2c29dae Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Fri, 11 Oct 2019 00:37:50 -0400
Subject: [PATCH 2/3] flatbuffers: fix build on *-musl

---
 srcpkgs/flatbuffers/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index b5603cb4dfc..119c023483d 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -12,9 +12,13 @@ checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host
-	configure_args="-DFLATBUFFERS_BUILD_TESTS=OFF"
+	configure_args+=" -DFLATBUFFERS_BUILD_TESTS=OFF"
 fi
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DFLATBUFFERS_LOCALE_INDEPENDENT=0";;
+esac
+
 flatbuffers-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"

From 8e3f565653a19496f800ecdb7434fdda7ac4a99c Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Wed, 16 Oct 2019 13:26:34 -0400
Subject: [PATCH 3/3] flatbuffers: license is Apache 2.0

---
 srcpkgs/flatbuffers/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index 119c023483d..d437677c768 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -5,7 +5,7 @@ revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
-license="GPL-3.0-or-later"
+license="Apache-2.0"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
 checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-11  4:43 ` voidlinux-github
@ 2019-10-16 17:24 ` voidlinux-github
  2019-10-16 17:24 ` voidlinux-github
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-16 17:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages flatbuffers
https://github.com/void-linux/void-packages/pull/15314

flatbuffers: update to 1.11.0


A patch file from https://github.com/void-linux/void-packages/pull/15314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatbuffers-15314.patch --]
[-- Type: text/x-diff, Size: 3992 bytes --]

From f53a88690117a7fe764a3adec38f8e5ba1c734c5 Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Thu, 10 Oct 2019 23:39:17 -0400
Subject: [PATCH 1/3] flatbuffers: update to 1.11.0

---
 srcpkgs/flatbuffers/patches/install.patch | 20 --------------------
 srcpkgs/flatbuffers/template              |  7 ++-----
 2 files changed, 2 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/flatbuffers/patches/install.patch

diff --git a/srcpkgs/flatbuffers/patches/install.patch b/srcpkgs/flatbuffers/patches/install.patch
deleted file mode 100644
index 6669eaffaa8..00000000000
--- a/srcpkgs/flatbuffers/patches/install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -320,7 +320,7 @@ if(FLATBUFFERS_INSTALL)
-     install(
-       TARGETS flatc EXPORT FlatcTargets
-       RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
- 
-     install(
-@@ -328,7 +328,7 @@ if(FLATBUFFERS_INSTALL)
-       FILE FlatcTargets.cmake
-       NAMESPACE flatbuffers::
-       DESTINATION ${FB_CMAKE_DIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
-   endif()
- 
diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index d38db2c5b08..b5603cb4dfc 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -1,6 +1,6 @@
 # Template file for 'flatbuffers'
 pkgname=flatbuffers
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
@@ -8,10 +8,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
-checksum=3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
-
-# prevents building of tests on gcc9
-CXXFLAGS="-Wno-error=class-memaccess"
+checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host

From 06f12cdac92784f23e428b2b2525550ec2c29dae Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Fri, 11 Oct 2019 00:37:50 -0400
Subject: [PATCH 2/3] flatbuffers: fix build on *-musl

---
 srcpkgs/flatbuffers/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index b5603cb4dfc..119c023483d 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -12,9 +12,13 @@ checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host
-	configure_args="-DFLATBUFFERS_BUILD_TESTS=OFF"
+	configure_args+=" -DFLATBUFFERS_BUILD_TESTS=OFF"
 fi
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DFLATBUFFERS_LOCALE_INDEPENDENT=0";;
+esac
+
 flatbuffers-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"

From 8e3f565653a19496f800ecdb7434fdda7ac4a99c Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Wed, 16 Oct 2019 13:26:34 -0400
Subject: [PATCH 3/3] flatbuffers: license is Apache 2.0

---
 srcpkgs/flatbuffers/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index 119c023483d..d437677c768 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -5,7 +5,7 @@ revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
-license="GPL-3.0-or-later"
+license="Apache-2.0"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
 checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-16 17:24 ` voidlinux-github
@ 2019-10-16 17:27 ` voidlinux-github
  2019-10-16 17:48 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-16 17:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/15314#issuecomment-542807523

Comment:
OK,  but please squash and force push.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-16 17:48 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-16 17:48 ` voidlinux-github
  2019-10-16 17:49 ` voidlinux-github
  2019-10-16 18:11 ` [PR PATCH] [Merged]: " voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-16 17:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages flatbuffers
https://github.com/void-linux/void-packages/pull/15314

flatbuffers: update to 1.11.0


A patch file from https://github.com/void-linux/void-packages/pull/15314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatbuffers-15314.patch --]
[-- Type: text/x-diff, Size: 2469 bytes --]

From 7a4c312758ee419457a58b469228946555e7e49f Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Thu, 10 Oct 2019 23:39:17 -0400
Subject: [PATCH] flatbuffers: update to 1.11.0

---
 srcpkgs/flatbuffers/patches/install.patch | 20 --------------------
 srcpkgs/flatbuffers/template              | 15 ++++++++-------
 2 files changed, 8 insertions(+), 27 deletions(-)
 delete mode 100644 srcpkgs/flatbuffers/patches/install.patch

diff --git a/srcpkgs/flatbuffers/patches/install.patch b/srcpkgs/flatbuffers/patches/install.patch
deleted file mode 100644
index 6669eaffaa8..00000000000
--- a/srcpkgs/flatbuffers/patches/install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -320,7 +320,7 @@ if(FLATBUFFERS_INSTALL)
-     install(
-       TARGETS flatc EXPORT FlatcTargets
-       RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
- 
-     install(
-@@ -328,7 +328,7 @@ if(FLATBUFFERS_INSTALL)
-       FILE FlatcTargets.cmake
-       NAMESPACE flatbuffers::
-       DESTINATION ${FB_CMAKE_DIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
-   endif()
- 
diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index d38db2c5b08..d437677c768 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -1,23 +1,24 @@
 # Template file for 'flatbuffers'
 pkgname=flatbuffers
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
-license="GPL-3.0-or-later"
+license="Apache-2.0"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
-checksum=3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
-
-# prevents building of tests on gcc9
-CXXFLAGS="-Wno-error=class-memaccess"
+checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host
-	configure_args="-DFLATBUFFERS_BUILD_TESTS=OFF"
+	configure_args+=" -DFLATBUFFERS_BUILD_TESTS=OFF"
 fi
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DFLATBUFFERS_LOCALE_INDEPENDENT=0";;
+esac
+
 flatbuffers-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-16 17:27 ` voidlinux-github
@ 2019-10-16 17:48 ` voidlinux-github
  2019-10-16 17:48 ` voidlinux-github
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-16 17:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages flatbuffers
https://github.com/void-linux/void-packages/pull/15314

flatbuffers: update to 1.11.0


A patch file from https://github.com/void-linux/void-packages/pull/15314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatbuffers-15314.patch --]
[-- Type: text/x-diff, Size: 2469 bytes --]

From 7a4c312758ee419457a58b469228946555e7e49f Mon Sep 17 00:00:00 2001
From: Issam Maghni <me@concati.me>
Date: Thu, 10 Oct 2019 23:39:17 -0400
Subject: [PATCH] flatbuffers: update to 1.11.0

---
 srcpkgs/flatbuffers/patches/install.patch | 20 --------------------
 srcpkgs/flatbuffers/template              | 15 ++++++++-------
 2 files changed, 8 insertions(+), 27 deletions(-)
 delete mode 100644 srcpkgs/flatbuffers/patches/install.patch

diff --git a/srcpkgs/flatbuffers/patches/install.patch b/srcpkgs/flatbuffers/patches/install.patch
deleted file mode 100644
index 6669eaffaa8..00000000000
--- a/srcpkgs/flatbuffers/patches/install.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -320,7 +320,7 @@ if(FLATBUFFERS_INSTALL)
-     install(
-       TARGETS flatc EXPORT FlatcTargets
-       RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
- 
-     install(
-@@ -328,7 +328,7 @@ if(FLATBUFFERS_INSTALL)
-       FILE FlatcTargets.cmake
-       NAMESPACE flatbuffers::
-       DESTINATION ${FB_CMAKE_DIR}
--      CONFIGURATIONS Release
-+      CONFIGURATIONS Release RelWithDebInfo
-     )
-   endif()
- 
diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template
index d38db2c5b08..d437677c768 100644
--- a/srcpkgs/flatbuffers/template
+++ b/srcpkgs/flatbuffers/template
@@ -1,23 +1,24 @@
 # Template file for 'flatbuffers'
 pkgname=flatbuffers
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=cmake
 short_desc="Memory Efficient Serialization Library"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
-license="GPL-3.0-or-later"
+license="Apache-2.0"
 homepage="https://google.github.io/flatbuffers/"
 distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
-checksum=3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
-
-# prevents building of tests on gcc9
-CXXFLAGS="-Wno-error=class-memaccess"
+checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
 
 if [ "$CROSS_BUILD" ]; then
 	# Disable tests to prevent executing target binaries on host
-	configure_args="-DFLATBUFFERS_BUILD_TESTS=OFF"
+	configure_args+=" -DFLATBUFFERS_BUILD_TESTS=OFF"
 fi
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DFLATBUFFERS_LOCALE_INDEPENDENT=0";;
+esac
+
 flatbuffers-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-16 17:48 ` voidlinux-github
@ 2019-10-16 17:49 ` voidlinux-github
  2019-10-16 18:11 ` [PR PATCH] [Merged]: " voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-16 17:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

New comment by concatime on void-packages repository

https://github.com/void-linux/void-packages/pull/15314#issuecomment-542816385

Comment:
Done.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Merged]: flatbuffers: update to 1.11.0
  2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-16 17:49 ` voidlinux-github
@ 2019-10-16 18:11 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-10-16 18:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

There's a merged pull request on the void-packages repository

flatbuffers: update to 1.11.0
https://github.com/void-linux/void-packages/pull/15314

Description:


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-10-16 18:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11  3:38 [PR PATCH] flatbuffers: update to 1.11.0 voidlinux-github
2019-10-11  4:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-11  4:36 ` voidlinux-github
2019-10-11  4:43 ` voidlinux-github
2019-10-11  4:43 ` voidlinux-github
2019-10-16 17:24 ` voidlinux-github
2019-10-16 17:24 ` voidlinux-github
2019-10-16 17:27 ` voidlinux-github
2019-10-16 17:48 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-16 17:48 ` voidlinux-github
2019-10-16 17:49 ` voidlinux-github
2019-10-16 18:11 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).