From 666ce5ca3c0ff1d0fd6f73c2c1308a8973638bf1 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:19 +0100 Subject: [PATCH 01/94] astroid: rebuilt against boost-1.72 --- srcpkgs/astroid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/astroid/template b/srcpkgs/astroid/template index 7dec9a79b28..3d0fad865c5 100644 --- a/srcpkgs/astroid/template +++ b/srcpkgs/astroid/template @@ -1,7 +1,7 @@ # Template file for 'astroid' pkgname=astroid version=0.15 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config scdoc protobuf gobject-introspection" makedepends="libnotmuch-devel gtkmm-devel webkit2gtk-devel libsass-devel From 5b93e5d2ee28f64de619439cbe99edc1313c107d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:19 +0100 Subject: [PATCH 02/94] adriconf: rebuilt against boost-1.72 --- srcpkgs/adriconf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/adriconf/template b/srcpkgs/adriconf/template index 98224098707..a616c2d6909 100644 --- a/srcpkgs/adriconf/template +++ b/srcpkgs/adriconf/template @@ -1,7 +1,7 @@ # Template file for 'adriconf' pkgname=adriconf version=1.5.1 -revision=1 +revision=2 build_style=cmake configure_args="-DENABLE_UNIT_TESTS=false" hostmakedepends="pkg-config glib-devel gettext" From 5888f5c60fc261a1a1d4c6bb584611ac1c581242 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:20 +0100 Subject: [PATCH 03/94] cclive: rebuilt against boost-1.72 --- srcpkgs/cclive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cclive/template b/srcpkgs/cclive/template index 6e5ca3233cb..c43dbb94209 100644 --- a/srcpkgs/cclive/template +++ b/srcpkgs/cclive/template @@ -1,7 +1,7 @@ # Template file for 'cclive' pkgname=cclive version=0.9.3 -revision=4 +revision=5 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="boost-devel pcre-devel libcurl-devel libquvi-devel glibmm-devel" From 0c0409674db4813c76a7147ff118b0003eef16d7 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:20 +0100 Subject: [PATCH 04/94] openmw: rebuilt against boost-1.72 --- srcpkgs/openmw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openmw/template b/srcpkgs/openmw/template index 735a2ddda37..0cca94f46b6 100644 --- a/srcpkgs/openmw/template +++ b/srcpkgs/openmw/template @@ -1,7 +1,7 @@ # Template file for 'openmw' pkgname=openmw version=0.45.0 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=cmake configure_args="-DDESIRED_QT_VERSION=5" From cbaa6cb623502f5549f5165801d63e3ca655e917 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:20 +0100 Subject: [PATCH 05/94] bitcoin: rebuilt against boost-1.72 --- ...97dd476bda7c7981979d045b0d06d6f7ce47.patch | 24 +++++++++++++++++++ srcpkgs/bitcoin/template | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/bitcoin/patches/a64e97dd476bda7c7981979d045b0d06d6f7ce47.patch diff --git a/srcpkgs/bitcoin/patches/a64e97dd476bda7c7981979d045b0d06d6f7ce47.patch b/srcpkgs/bitcoin/patches/a64e97dd476bda7c7981979d045b0d06d6f7ce47.patch new file mode 100644 index 00000000000..ae8fa71ab42 --- /dev/null +++ b/srcpkgs/bitcoin/patches/a64e97dd476bda7c7981979d045b0d06d6f7ce47.patch @@ -0,0 +1,24 @@ +From a64e97dd476bda7c7981979d045b0d06d6f7ce47 Mon Sep 17 00:00:00 2001 +From: Jan Beich +Date: Mon, 2 Dec 2019 19:55:10 +0000 +Subject: [PATCH] wallet: unbreak with boost 1.72 + +wallet/walletutil.cpp:77:23: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator' + } else if (it.level() == 0 && it->symlink_status().type() == fs::regular_file && IsBerkeleyBtree(it... + ~~ ^ +--- + src/fs.h | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/fs.h b/src/fs.h +index c713297d6ef0..8af81f173bdf 100644 +--- src/fs.h ++++ src/fs.h +@@ -11,7 +11,6 @@ + #include + #endif + +-#define BOOST_FILESYSTEM_NO_DEPRECATED + #include + #include + diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 1c9ff3d1f09..283fa8c05af 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin version=0.19.0.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr" From 292c8f66a56f3fa27d90fad8e67d72aaae79ebe7 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:20 +0100 Subject: [PATCH 06/94] 0ad: rebuilt against boost-1.72 --- srcpkgs/0ad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template index 827262d3e20..d4a42a4894d 100644 --- a/srcpkgs/0ad/template +++ b/srcpkgs/0ad/template @@ -1,7 +1,7 @@ # Template file for '0ad' pkgname=0ad version=0.0.23b -revision=3 +revision=4 archs="x86_64* i686* aarch64* armv7l* ppc64le*" wrksrc="${pkgname}-${version}-alpha" hostmakedepends="pkg-config perl cmake python tar" From 6e18f6c7116bde521feac09dd546049769d4c54d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:20 +0100 Subject: [PATCH 07/94] codeblocks: rebuilt against boost-1.72 --- srcpkgs/codeblocks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/codeblocks/template b/srcpkgs/codeblocks/template index 85be348c7ec..087b3e6e3c3 100644 --- a/srcpkgs/codeblocks/template +++ b/srcpkgs/codeblocks/template @@ -1,7 +1,7 @@ # Template file for 'codeblocks' pkgname=codeblocks version=17.12 -revision=7 +revision=8 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3 --with-contrib-plugins --with-boost=${XBPS_CROSS_BASE}/usr --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" From 1e5ed59cb8484954552f144ad91d0cb6dd44b840 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:21 +0100 Subject: [PATCH 08/94] fifengine: rebuilt against boost-1.72 --- srcpkgs/fifengine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template index 8b12ea50dc7..cd74d3dd494 100644 --- a/srcpkgs/fifengine/template +++ b/srcpkgs/fifengine/template @@ -1,7 +1,7 @@ # Template file for 'fifengine' pkgname=fifengine version=0.4.2 -revision=3 +revision=4 build_style=cmake pycompile_module="fife" hostmakedepends="swig python3" From 22df62732944e051038123088bccddca63a20206 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:21 +0100 Subject: [PATCH 09/94] EmulationStation: rebuilt against boost-1.72 --- srcpkgs/EmulationStation/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/EmulationStation/template b/srcpkgs/EmulationStation/template index 066ed852491..62b398daf8e 100644 --- a/srcpkgs/EmulationStation/template +++ b/srcpkgs/EmulationStation/template @@ -1,7 +1,7 @@ # Template file for 'EmulationStation' pkgname=EmulationStation version=2.7.6 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config git" makedepends="libcurl-devel MesaLib-devel freetype-devel freeimage-devel From 2cde31f231b3641ee37c282cf744c038fb423cfa Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:21 +0100 Subject: [PATCH 10/94] bitcoin: rebuilt against boost-1.72 --- srcpkgs/bitcoin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 283fa8c05af..9f800eac92e 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin version=0.19.0.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr" From a1706bba6c4e93e0cb9dee000bfd546095e035bf Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:21 +0100 Subject: [PATCH 11/94] blender: rebuilt against boost-1.72 --- srcpkgs/blender/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template index 2beb7f96dd8..93456525f44 100644 --- a/srcpkgs/blender/template +++ b/srcpkgs/blender/template @@ -1,7 +1,7 @@ # Template file for 'blender' pkgname=blender version=2.80 -revision=1 +revision=2 build_style="cmake" makedepends=" libgomp-devel libpng-devel tiff-devel python3-devel glu-devel From f45e029ea677c00e64f44b5d3cf7388261b20d4f Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:21 +0100 Subject: [PATCH 12/94] cgal: rebuilt against boost-1.72 --- srcpkgs/cgal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cgal/template b/srcpkgs/cgal/template index a3b846ce897..0a5f3c7b2e9 100644 --- a/srcpkgs/cgal/template +++ b/srcpkgs/cgal/template @@ -1,7 +1,7 @@ # Template file for 'cgal' pkgname=cgal version=4.14 -revision=1 +revision=2 wrksrc="CGAL-${version}" build_style=cmake makedepends="boost-devel eigen mpfr-devel" From 84ec1bb1cb7f864eae1d8071e186d063ebefb6a8 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:21 +0100 Subject: [PATCH 13/94] openmw: rebuilt against boost-1.72 --- srcpkgs/openmw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openmw/template b/srcpkgs/openmw/template index 0cca94f46b6..9f944267ef2 100644 --- a/srcpkgs/openmw/template +++ b/srcpkgs/openmw/template @@ -1,7 +1,7 @@ # Template file for 'openmw' pkgname=openmw version=0.45.0 -revision=2 +revision=3 wrksrc="${pkgname}-${pkgname}-${version}" build_style=cmake configure_args="-DDESIRED_QT_VERSION=5" From e01a4666cf6e945bf4d910be41d7471589e90ad0 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:21 +0100 Subject: [PATCH 14/94] facter: rebuilt against boost-1.72 --- srcpkgs/facter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/facter/template b/srcpkgs/facter/template index a70356c930a..cd1702967c8 100644 --- a/srcpkgs/facter/template +++ b/srcpkgs/facter/template @@ -1,7 +1,7 @@ # Template file for 'facter' pkgname=facter version=3.14.6 -revision=1 +revision=2 build_style=cmake configure_args="-DRUBY_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include -DENABLE_CXX_WERROR=OFF" From 277a82c8a6639d438dfaf0e3824c483fa8e403b0 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:21 +0100 Subject: [PATCH 15/94] chatterino2: rebuilt against boost-1.72 --- srcpkgs/chatterino2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chatterino2/template b/srcpkgs/chatterino2/template index d76e66d41e1..ced870089d5 100644 --- a/srcpkgs/chatterino2/template +++ b/srcpkgs/chatterino2/template @@ -1,7 +1,7 @@ # Template file for 'chatterino2' pkgname=chatterino2 version=2.1.7 -revision=1 +revision=2 _signals_commit=1c38746b05d9311e73c8c8acdfdc4d36c9c551be _settings_commit=4fe0ff9b0cb7b04f8017a63b38c40104430a4b66 _humanize_commit=13867379249c64cd44b9cd4c03f18c1a52d56587 From 6cab12bee5bc637dbd20c04c5ec7b6d3ae036866 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:22 +0100 Subject: [PATCH 16/94] Aegisub: rebuilt against boost-1.72 --- srcpkgs/Aegisub/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template index 0017802e0d9..42e4392297d 100644 --- a/srcpkgs/Aegisub/template +++ b/srcpkgs/Aegisub/template @@ -1,7 +1,7 @@ # Template file for 'Aegisub' pkgname=Aegisub version=3.2.2 -revision=8 +revision=9 build_style=gnu-configure configure_args="--disable-update-checker --with-alsa --with-ffms2 --with-wx-config=wx-config-gtk3 $(vopt_with fftw fftw3) $(vopt_with openal) From 150510837b616a71948e6b09bd431184f6f5fb08 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:22 +0100 Subject: [PATCH 17/94] freeorion: rebuilt against boost-1.72 --- srcpkgs/freeorion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template index e73901a4e1c..1715199bd63 100644 --- a/srcpkgs/freeorion/template +++ b/srcpkgs/freeorion/template @@ -1,7 +1,7 @@ # Template file for 'freeorion' pkgname=freeorion version=0.4.8 -revision=3 +revision=4 _release=${version}_2018-08-23.26f16b0 wrksrc=src-tarball build_style=cmake From 7b376395921ecc95a5db02d3c884395e281b4334 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:22 +0100 Subject: [PATCH 18/94] gnucash: rebuilt against boost-1.72 --- srcpkgs/gnucash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template index af978a5e2b8..430be1e3578 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -1,7 +1,7 @@ # Template file for 'gnucash' pkgname=gnucash version=3.8b -revision=3 +revision=4 wrksrc="${pkgname}-${version%b}" build_style=cmake configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1" From d32b7f3685b020df5e31b203ffeee6f41ae89d55 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:22 +0100 Subject: [PATCH 19/94] gnuradio: rebuilt against boost-1.72 --- ...73bf00b73ba1dd72813fbc4c4c5d0f66d339.patch | 36 +++++++++++++++++++ srcpkgs/gnuradio/template | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/gnuradio/patches/c01473bf00b73ba1dd72813fbc4c4c5d0f66d339.patch diff --git a/srcpkgs/gnuradio/patches/c01473bf00b73ba1dd72813fbc4c4c5d0f66d339.patch b/srcpkgs/gnuradio/patches/c01473bf00b73ba1dd72813fbc4c4c5d0f66d339.patch new file mode 100644 index 00000000000..091440658f7 --- /dev/null +++ b/srcpkgs/gnuradio/patches/c01473bf00b73ba1dd72813fbc4c4c5d0f66d339.patch @@ -0,0 +1,36 @@ +From c01473bf00b73ba1dd72813fbc4c4c5d0f66d339 Mon Sep 17 00:00:00 2001 +From: Michael Dickens +Date: Thu, 23 May 2019 10:26:00 -0400 +Subject: [PATCH] blocks: simple fix for Boost 1.70.0 in socket_pdu + +NOTE: There have been multiple fixes proposed, such as +https://github.com/gnuradio/gnuradio/pull/2451 . +This one is the simplest and most compatible. +--- + gr-blocks/lib/socket_pdu_impl.cc | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git gr-blocks/lib/socket_pdu_impl.cc gr-blocks/lib/socket_pdu_impl.cc +index e20f1478f0..168d74ebb2 100644 +--- gr-blocks/lib/socket_pdu_impl.cc ++++ gr-blocks/lib/socket_pdu_impl.cc +@@ -1,6 +1,6 @@ + /* -*- c++ -*- */ + /* +- * Copyright 2013 Free Software Foundation, Inc. ++ * Copyright 2013,2019 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * +@@ -165,7 +165,11 @@ namespace gr { + void + socket_pdu_impl::start_tcp_accept() + { ++#if (BOOST_VERSION >= 107000) ++ tcp_connection::sptr new_connection = tcp_connection::make(d_io_service, d_rxbuf.size(), d_tcp_no_delay); ++#else + tcp_connection::sptr new_connection = tcp_connection::make(d_acceptor_tcp->get_io_service(), d_rxbuf.size(), d_tcp_no_delay); ++#endif + + d_acceptor_tcp->async_accept(new_connection->socket(), + boost::bind(&socket_pdu_impl::handle_tcp_accept, this, diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template index d450b7674be..fbf456ea0ec 100644 --- a/srcpkgs/gnuradio/template +++ b/srcpkgs/gnuradio/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio' pkgname=gnuradio version=3.7.13.5 -revision=2 +revision=3 build_style=cmake nocross="relies on volk, which is not complete for arm" conf_files="/etc/gnuradio/conf.d/*" From b70d93a5d74974c95d3475c0d03290dfdb0cdd19 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:22 +0100 Subject: [PATCH 20/94] gqrx: rebuilt against boost-1.72 --- srcpkgs/gqrx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gqrx/template b/srcpkgs/gqrx/template index 9fbb38c9392..968d118506d 100644 --- a/srcpkgs/gqrx/template +++ b/srcpkgs/gqrx/template @@ -1,7 +1,7 @@ # Template file for 'gqrx' pkgname=gqrx version=2.11.5 -revision=5 +revision=6 wrksrc="gqrx-sdr-${version}" build_style=cmake configure_args="$(vopt_if gr_audio -DLINUX_AUDIO_BACKEND=Gr-audio) From 22dfd41732daaa84798ee40d5e82666d468ac829 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:22 +0100 Subject: [PATCH 21/94] guitarix2: rebuilt against boost-1.72 --- srcpkgs/guitarix2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/guitarix2/template b/srcpkgs/guitarix2/template index 8b2e5ec85f4..5f64a599aab 100644 --- a/srcpkgs/guitarix2/template +++ b/srcpkgs/guitarix2/template @@ -1,7 +1,7 @@ # Template file for 'guitarix2' pkgname=guitarix2 version=0.38.1 -revision=1 +revision=2 wrksrc="guitarix-${version}" build_style=waf configure_args="--cxxflags-release=-DNDEBUG --ladspa --new-ladspa --no-faust From 8bbee71ed05010390451a09dfc2692d64178e085 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:23 +0100 Subject: [PATCH 22/94] grive2: rebuilt against boost-1.72 --- srcpkgs/grive2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/grive2/template b/srcpkgs/grive2/template index b442d81bde9..140688ee9ae 100644 --- a/srcpkgs/grive2/template +++ b/srcpkgs/grive2/template @@ -1,7 +1,7 @@ # Template file for 'grive2' pkgname=grive2 version=0.5.1 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config" makedepends="boost-devel libcurl-devel yajl-devel libgcrypt-devel expat-devel" From dbc2d6595e7ff5e0af22178bbfecdaeac05db052 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:23 +0100 Subject: [PATCH 23/94] gnuradio-osmosdr: rebuilt against boost-1.72 --- srcpkgs/gnuradio-osmosdr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template index 83603dd207d..579e7ad0a69 100644 --- a/srcpkgs/gnuradio-osmosdr/template +++ b/srcpkgs/gnuradio-osmosdr/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio-osmosdr' pkgname=gnuradio-osmosdr version=0.1.4 -revision=6 +revision=7 wrksrc="gr-osmosdr-${version}" build_style=cmake pycompile_module="osmosdr" From 5f0890b7cf0148e10080fe7a4f23391e36139594 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:23 +0100 Subject: [PATCH 24/94] gource: rebuilt against boost-1.72 --- srcpkgs/gource/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gource/template b/srcpkgs/gource/template index 0a2966036b2..c895031c6cc 100644 --- a/srcpkgs/gource/template +++ b/srcpkgs/gource/template @@ -1,7 +1,7 @@ # Template file for 'gource' pkgname=gource version=0.51 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-tinyxml --enable-ttf-font-dir=/usr/share/fonts/TTF" hostmakedepends="pkg-config" From 4cc0f2545cfed4052af408286d01565dea92475e Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:23 +0100 Subject: [PATCH 25/94] hugin: rebuilt against boost-1.72 --- srcpkgs/hugin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template index 72e7343333a..3c60ab2346c 100644 --- a/srcpkgs/hugin/template +++ b/srcpkgs/hugin/template @@ -1,7 +1,7 @@ # Template file for 'hugin' pkgname=hugin version=2019.2.0 -revision=1 +revision=2 wrksrc="${pkgname}-${version}" build_style=cmake pycompile_module="hpi.py hsi.py" From f098169844d0adf65f82da6767ee2f7bdedb2748 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:23 +0100 Subject: [PATCH 26/94] heaptrack: rebuilt against boost-1.72 --- srcpkgs/heaptrack/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/heaptrack/template b/srcpkgs/heaptrack/template index ad6aa97ba35..42b73c2dcb1 100644 --- a/srcpkgs/heaptrack/template +++ b/srcpkgs/heaptrack/template @@ -1,7 +1,7 @@ # Template file for 'heaptrack' pkgname=heaptrack version=1.1.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules kcoreaddons gettext" From 2bbd48a09945f9726b4dc3463a4c45b3a2e403a7 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:23 +0100 Subject: [PATCH 27/94] i2pd: rebuilt against boost-1.72 --- srcpkgs/i2pd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template index 62302ac9820..995e4717800 100644 --- a/srcpkgs/i2pd/template +++ b/srcpkgs/i2pd/template @@ -1,7 +1,7 @@ # Template file for 'i2pd' pkgname=i2pd version=2.29.0 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="USE_UPNP=yes" makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel From 5dbb3ec42f377a6c7206dab634acb3afbcf036b1 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:23 +0100 Subject: [PATCH 28/94] icinga2: rebuilt against boost-1.72 --- srcpkgs/icinga2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icinga2/template b/srcpkgs/icinga2/template index 37a60afbb1a..dd87ceb55a2 100644 --- a/srcpkgs/icinga2/template +++ b/srcpkgs/icinga2/template @@ -1,7 +1,7 @@ # Template file for 'icinga2' pkgname=icinga2 version=2.9.3 -revision=1 +revision=2 build_style=cmake build_helper="qemu" configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc From 222c27c91c309f222c9139444561d5ca65841e0c Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:23 +0100 Subject: [PATCH 29/94] imagescan: rebuilt against boost-1.72 --- srcpkgs/imagescan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/imagescan/template b/srcpkgs/imagescan/template index 782655f46ea..0a0cb5e2b3f 100644 --- a/srcpkgs/imagescan/template +++ b/srcpkgs/imagescan/template @@ -1,7 +1,7 @@ # Template file for 'imagescan' pkgname=imagescan version=3.55.0 -revision=1 +revision=2 wrksrc=utsushi-0.55.0 build_style=gnu-configure configure_args="--libexecdir=/usr/lib --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib From 539707fec9e989312210d182020ec526126872a1 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:24 +0100 Subject: [PATCH 30/94] innoextract: rebuilt against boost-1.72 --- srcpkgs/innoextract/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/innoextract/template b/srcpkgs/innoextract/template index c578d7cd0d3..af8767f9128 100644 --- a/srcpkgs/innoextract/template +++ b/srcpkgs/innoextract/template @@ -1,7 +1,7 @@ # Template file for 'innoextract' pkgname=innoextract version=1.8 -revision=1 +revision=2 build_style=cmake configure_args="-DCMAKE_INSTALL_PREFIX=/usr" hostmakedepends="boost extra-cmake-modules" From 0c89905e5b9b411a19c4a300103823151645d709 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:24 +0100 Subject: [PATCH 31/94] juCi++: rebuilt against boost-1.72 --- srcpkgs/juCi++/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/juCi++/template b/srcpkgs/juCi++/template index feacf7c2f57..9decdd72538 100644 --- a/srcpkgs/juCi++/template +++ b/srcpkgs/juCi++/template @@ -1,7 +1,7 @@ # Template file for 'juCi++' pkgname=juCi++ version=1.5.0 -revision=2 +revision=3 _libclangmm_commit="687b9c231d850504ec515acb9ccab73f26c34063" _tiny_commit="a6773276efdbc322f1abb0159301f5502647eb52" wrksrc="jucipp-v${version}" From ce7c90c1c5b283e94832311446264c525e440739 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:24 +0100 Subject: [PATCH 32/94] ledger: rebuilt against boost-1.72 --- srcpkgs/ledger/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ledger/template b/srcpkgs/ledger/template index 2095641e25b..fe552571757 100644 --- a/srcpkgs/ledger/template +++ b/srcpkgs/ledger/template @@ -1,7 +1,7 @@ # Template file for 'ledger' pkgname=ledger version=3.1.3 -revision=1 +revision=2 build_style=cmake makedepends="boost-devel gmp-devel mpfr-devel gettext-devel libedit-devel" short_desc="Double-entry accounting system with a command-line reporting interface" From 21c2a4f4ecb35256af0b99eccd7d560ab4efe1cc Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:24 +0100 Subject: [PATCH 33/94] LGOGDownloader: rebuilt against boost-1.72 --- srcpkgs/LGOGDownloader/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template index 3a4db86529e..1a87e76f46f 100644 --- a/srcpkgs/LGOGDownloader/template +++ b/srcpkgs/LGOGDownloader/template @@ -1,7 +1,7 @@ # Template file for 'LGOGDownloader' pkgname=LGOGDownloader version=3.5 -revision=2 +revision=3 wrksrc="lgogdownloader-${version}" build_style=cmake hostmakedepends="pkg-config" From db1886fdbb88b98cd74624643b3c4bc84458d043 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:24 +0100 Subject: [PATCH 34/94] libbitcoin-client: rebuilt against boost-1.72 --- srcpkgs/libbitcoin-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template index 23f25fc2346..63b4b6339b2 100644 --- a/srcpkgs/libbitcoin-client/template +++ b/srcpkgs/libbitcoin-client/template @@ -1,7 +1,7 @@ # Template file for 'libbitcoin-client' pkgname=libbitcoin-client version=3.6.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples" From 5abc7f9bace06f9007d4e4ba0c48a7c6ae2c0ca2 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:24 +0100 Subject: [PATCH 35/94] libbitcoin-blockchain: rebuilt against boost-1.72 --- srcpkgs/libbitcoin-blockchain/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template index 4a606df225c..a354237b475 100644 --- a/srcpkgs/libbitcoin-blockchain/template +++ b/srcpkgs/libbitcoin-blockchain/template @@ -1,7 +1,7 @@ # Template file for 'libbitcoin-blockchain' pkgname=libbitcoin-blockchain version=3.6.0 -revision=1 +revision=2 archs="aarch64* ppc64* x86_64*" build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib From f2d406e9a5a85fd8dc72952fef63bef4c63a2104 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:24 +0100 Subject: [PATCH 36/94] libbitcoin-database: rebuilt against boost-1.72 --- srcpkgs/libbitcoin-database/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template index 5074356017f..eed919dc230 100644 --- a/srcpkgs/libbitcoin-database/template +++ b/srcpkgs/libbitcoin-database/template @@ -1,7 +1,7 @@ # Template file for 'libbitcoin-database' pkgname=libbitcoin-database version=3.6.0 -revision=1 +revision=2 archs="aarch64* ppc64* x86_64*" build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib From 3769591546cb77601833425135b1b2f2b03c891b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:24 +0100 Subject: [PATCH 37/94] libbitcoin-explorer: rebuilt against boost-1.72 --- srcpkgs/libbitcoin-explorer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template index 0c279bb3276..d83e75e68c9 100644 --- a/srcpkgs/libbitcoin-explorer/template +++ b/srcpkgs/libbitcoin-explorer/template @@ -1,7 +1,7 @@ # Template file for 'libbitcoin-explorer' pkgname=libbitcoin-explorer version=3.6.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib From 807d46a56256724725e0730d7130e09c94c3c62b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:25 +0100 Subject: [PATCH 38/94] libbitcoin-network: rebuilt against boost-1.72 --- srcpkgs/libbitcoin-network/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template index 0302da71e6f..db8e6e2c91e 100644 --- a/srcpkgs/libbitcoin-network/template +++ b/srcpkgs/libbitcoin-network/template @@ -1,7 +1,7 @@ # Template file for 'libbitcoin-network' pkgname=libbitcoin-network version=3.6.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld" From 128d81d68ee0e5052653d89321ee1af5e32c6939 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:25 +0100 Subject: [PATCH 39/94] libbitcoin-protocol: rebuilt against boost-1.72 --- srcpkgs/libbitcoin-protocol/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template index 2ed2a65ec4e..e86df2997e7 100644 --- a/srcpkgs/libbitcoin-protocol/template +++ b/srcpkgs/libbitcoin-protocol/template @@ -1,7 +1,7 @@ # Template file for 'libbitcoin-protocol' pkgname=libbitcoin-protocol version=3.6.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld" From aa2ed134ab3a3c4fb778a8c483b449388e44d927 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:25 +0100 Subject: [PATCH 40/94] libbitcoin-node: rebuilt against boost-1.72 --- srcpkgs/libbitcoin-node/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template index 77a2a08a2cf..5aef078cb3b 100644 --- a/srcpkgs/libbitcoin-node/template +++ b/srcpkgs/libbitcoin-node/template @@ -1,7 +1,7 @@ # Template file for 'libbitcoin-node' pkgname=libbitcoin-node version=3.6.0 -revision=1 +revision=2 archs="aarch64* ppc64* x86_64*" build_style=gnu-configure configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions From 976b37a2a32c12943f3598c46f606ead942504c4 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:25 +0100 Subject: [PATCH 41/94] libbitcoin-server: rebuilt against boost-1.72 --- srcpkgs/libbitcoin-server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template index 4f8046bc3fe..78d8374280e 100644 --- a/srcpkgs/libbitcoin-server/template +++ b/srcpkgs/libbitcoin-server/template @@ -1,7 +1,7 @@ # Template file for 'libbitcoin-server' pkgname=libbitcoin-server version=3.6.0 -revision=1 +revision=2 archs="aarch64* ppc64* x86_64*" build_style=gnu-configure configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions From f6cee05a4109918617da2d7774d5ae7c8c4a3eda Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:25 +0100 Subject: [PATCH 42/94] libcmis: rebuilt against boost-1.72 --- srcpkgs/libcmis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcmis/template b/srcpkgs/libcmis/template index eaf3215cff9..fac133d5e4d 100644 --- a/srcpkgs/libcmis/template +++ b/srcpkgs/libcmis/template @@ -1,7 +1,7 @@ # Template file for 'libcmis' pkgname=libcmis version=0.5.2 -revision=3 +revision=4 build_style=gnu-configure configure_args="DOCBOOK2MAN=docbook2man --disable-werror" hostmakedepends="pkg-config docbook2x" From f55e7c9a610b161a423f3ebe06a22eb2808e9c3b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:25 +0100 Subject: [PATCH 43/94] libbitcoin-system: rebuilt against boost-1.72 --- srcpkgs/libbitcoin-system/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template index 691915e324f..53ad23e6616 100644 --- a/srcpkgs/libbitcoin-system/template +++ b/srcpkgs/libbitcoin-system/template @@ -1,7 +1,7 @@ # Template file for 'libbitcoin-system' pkgname=libbitcoin-system version=3.6.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png From 93f32f8fd3fdeb3f14f302aa2c83d29ea5b54e8a Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:25 +0100 Subject: [PATCH 44/94] libixion: rebuilt against boost-1.72 --- srcpkgs/libixion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template index dbc05d8b9c1..cd7a6db00cf 100644 --- a/srcpkgs/libixion/template +++ b/srcpkgs/libixion/template @@ -2,7 +2,7 @@ pkgname=libixion reverts="0.15.0_1" version=0.14.1 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="pkg-config python3" makedepends="boost-devel mdds python3-devel" From 93746d554452eef4af0cca56c99d5514e77cab55 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:26 +0100 Subject: [PATCH 45/94] kea: rebuilt against boost-1.72 --- srcpkgs/kea/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kea/template b/srcpkgs/kea/template index 67e7e42f25a..02293f0b5cf 100644 --- a/srcpkgs/kea/template +++ b/srcpkgs/kea/template @@ -1,7 +1,7 @@ # Template file for 'kea' pkgname=kea version=1.7.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-generate-docs --with-openssl=${XBPS_CROSS_BASE}/usr $(vopt_if mysql --with-mysql) From cc1e4ea2f359f1257f78a852ec559b3425dff87a Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:26 +0100 Subject: [PATCH 46/94] libogre: rebuilt against boost-1.72 --- srcpkgs/libogre/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libogre/template b/srcpkgs/libogre/template index 5a621a9b6ab..e3ba22eb1e6 100644 --- a/srcpkgs/libogre/template +++ b/srcpkgs/libogre/template @@ -1,7 +1,7 @@ # Template file for 'ogre' pkgname=libogre version=1.10.11 -revision=4 +revision=5 build_style=cmake configure_args="-DCMAKE_INSTALL_PREFIX=/usr \ -DOGRE_INSTALL_PLUGINS_HEADERS=TRUE \ From cd5333155214c6ac0e528020ca5700dd38c388ee Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:26 +0100 Subject: [PATCH 47/94] ledger: rebuilt against boost-1.72 --- srcpkgs/ledger/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ledger/template b/srcpkgs/ledger/template index fe552571757..bad48bbbf2a 100644 --- a/srcpkgs/ledger/template +++ b/srcpkgs/ledger/template @@ -1,7 +1,7 @@ # Template file for 'ledger' pkgname=ledger version=3.1.3 -revision=2 +revision=3 build_style=cmake makedepends="boost-devel gmp-devel mpfr-devel gettext-devel libedit-devel" short_desc="Double-entry accounting system with a command-line reporting interface" From ed8b15008ebc215e1210ba58c68d1c53b025fb2a Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:26 +0100 Subject: [PATCH 48/94] liborcus: rebuilt against boost-1.72 --- srcpkgs/liborcus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template index e7704c43974..73e06634e14 100644 --- a/srcpkgs/liborcus/template +++ b/srcpkgs/liborcus/template @@ -2,7 +2,7 @@ pkgname=liborcus reverts="0.15.0_1" version=0.14.1 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="automake libtool pkg-config python3" makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel" From 58199edec1c79dc4c6a78dc42067eeb90f8350c1 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:26 +0100 Subject: [PATCH 49/94] librime: rebuilt against boost-1.72 --- srcpkgs/librime/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/librime/template b/srcpkgs/librime/template index 540bcfb4e98..8c48777c029 100644 --- a/srcpkgs/librime/template +++ b/srcpkgs/librime/template @@ -1,7 +1,7 @@ # Template file for 'librime' pkgname=librime version=1.5.3 -revision=1 +revision=2 build_style=cmake configure_args="-DENABLE_LOGGING=OFF -DBUILD_TEST=OFF" makedepends="boost-devel leveldb-devel marisa-devel opencc-devel yaml-cpp-devel" From 614a2051ee3bd7390cea5e4e89aa3cb7e03e6df8 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:26 +0100 Subject: [PATCH 50/94] snapper: rebuilt against boost-1.72 --- srcpkgs/snapper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/snapper/template b/srcpkgs/snapper/template index 8b754efda8b..8b58a74f731 100644 --- a/srcpkgs/snapper/template +++ b/srcpkgs/snapper/template @@ -1,7 +1,7 @@ # Template file for 'snapper' pkgname=snapper version=0.8.7 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-zypp --with-conf=/etc/conf.d" conf_files="/etc/conf.d/snapper" From 1ce908e4bcdbfeb8adba64fcc2053e166eb2fa0b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:26 +0100 Subject: [PATCH 51/94] libreoffice: rebuilt against boost-1.72 --- srcpkgs/libreoffice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index f05f8c1e0cc..9fc6457030b 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,7 +1,7 @@ # Template file for 'libreoffice' pkgname=libreoffice version=6.3.4.2 -revision=1 +revision=2 build_style=meta make_build_args="build-nocheck" nocross=yes From 0ed3a6d19956ffe658ffb10f1e8aadc9f3bf1e2c Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:26 +0100 Subject: [PATCH 52/94] source-highlight: rebuilt against boost-1.72 --- srcpkgs/source-highlight/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/source-highlight/template b/srcpkgs/source-highlight/template index 78ad7c37da3..92d6934169e 100644 --- a/srcpkgs/source-highlight/template +++ b/srcpkgs/source-highlight/template @@ -1,7 +1,7 @@ # Template file for 'source-highlight' pkgname=source-highlight version=3.1.9 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-boost=${XBPS_CROSS_BASE}/usr --with-bash-completion=/usr/share/bash-completion/completions" From efba52fc87ed423b52f269423e6313a8e2805590 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:27 +0100 Subject: [PATCH 53/94] libtorrent-rasterbar: rebuilt against boost-1.72 --- srcpkgs/libtorrent-rasterbar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index c16c3bf8fd9..cb13c54622d 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,7 +1,7 @@ # Template file for 'libtorrent-rasterbar' pkgname=libtorrent-rasterbar version=1.2.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-examples --enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr From c95ad27586704f6a7a43813fef131f87c355d4f6 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:27 +0100 Subject: [PATCH 54/94] Lucene++: rebuilt against boost-1.72 --- srcpkgs/Lucene++/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Lucene++/template b/srcpkgs/Lucene++/template index cd2f6d8a03a..d677c1c6c1c 100644 --- a/srcpkgs/Lucene++/template +++ b/srcpkgs/Lucene++/template @@ -1,7 +1,7 @@ # Template file for 'Lucene++' pkgname=Lucene++ version=3.0.7 -revision=9 +revision=10 wrksrc=LucenePlusPlus-rel_$version build_style=cmake configure_args="-Wno-dev" From e5cfc315bcb219c3db4d7de22a5c805d78f3df08 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:27 +0100 Subject: [PATCH 55/94] linssid: rebuilt against boost-1.72 --- srcpkgs/linssid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linssid/template b/srcpkgs/linssid/template index 951532e1be9..3347f193c3e 100644 --- a/srcpkgs/linssid/template +++ b/srcpkgs/linssid/template @@ -1,7 +1,7 @@ # Template file for 'linssid' pkgname=linssid version=3.6 -revision=2 +revision=3 build_style=qmake hostmakedepends="qt5-qmake qt5-host-tools" makedepends="boost-devel qwt-devel" From 59baae106877f18afe1ad01ec543face45b003f6 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:27 +0100 Subject: [PATCH 56/94] litecoin: rebuilt against boost-1.72 --- srcpkgs/litecoin/patches/dequeu.patch | 10 ++++++++++ srcpkgs/litecoin/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/litecoin/patches/dequeu.patch diff --git a/srcpkgs/litecoin/patches/dequeu.patch b/srcpkgs/litecoin/patches/dequeu.patch new file mode 100644 index 00000000000..7c3cc4c4bb6 --- /dev/null +++ b/srcpkgs/litecoin/patches/dequeu.patch @@ -0,0 +1,10 @@ +--- src/httpserver.cpp 2019-04-08 09:28:20.000000000 +0200 ++++ - 2020-01-10 22:25:06.201575595 +0100 +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + #include + #include diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 5d02c59838c..e1a443563d9 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,11 +1,11 @@ # Template file for 'litecoin' pkgname=litecoin version=0.17.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests --with-libressl" -hostmakedepends="automake libtool pkg-config yasm protobuf" +hostmakedepends="automake libtool pkg-config yasm protobuf which" makedepends="libatomic-devel zlib-devel db-devel libressl-devel boost-devel qt5-tools-devel miniupnpc-devel protobuf-devel libevent-devel" short_desc="Peer-to-peer Internet currency based on scrypt cryptography" From 2237a7ef2f2f701a41f3449cf4e16ecc807f3d2d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:27 +0100 Subject: [PATCH 57/94] luxrays: rebuilt against boost-1.72 --- srcpkgs/luxrays/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template index 337a0329b8e..c67b59ac906 100644 --- a/srcpkgs/luxrays/template +++ b/srcpkgs/luxrays/template @@ -1,7 +1,7 @@ # Template file for 'luxrays' pkgname=luxrays version=3.1 -revision=15 +revision=16 build_style=cmake configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON" hostmakedepends="flex bison boost-devel" From 628981a66e3d6cb169b71471aae70762300e67be Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:27 +0100 Subject: [PATCH 58/94] mkvtoolnix: rebuilt against boost-1.72 --- srcpkgs/mkvtoolnix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mkvtoolnix/template b/srcpkgs/mkvtoolnix/template index 675791652c4..4ddd774e5c3 100644 --- a/srcpkgs/mkvtoolnix/template +++ b/srcpkgs/mkvtoolnix/template @@ -1,7 +1,7 @@ # Template file for 'mkvtoolnix' pkgname=mkvtoolnix version=42.0.0 -revision=1 +revision=2 build_style=gnu-configure build_helper=qmake configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt" From 02eaf162602c299cde1647669859c592d2e42aaf Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:27 +0100 Subject: [PATCH 59/94] monero: rebuilt against boost-1.72 --- srcpkgs/monero/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template index f953c088704..fdcd07937c9 100644 --- a/srcpkgs/monero/template +++ b/srcpkgs/monero/template @@ -1,7 +1,7 @@ # Template file for 'monero' pkgname=monero version=0.15.0.1 -revision=2 +revision=3 _randomx_version="1.1.6" # the revision monero uses as a submodule for the specific version _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c" @@ -11,7 +11,7 @@ conf_files="/etc/monerod.conf" make_dirs=" /var/lib/monero 0750 monero monero /var/log/monero 0755 monero monero" -hostmakedepends="pkg-config qt5-host-tools" +hostmakedepends="pkg-config qt5-host-tools tar" makedepends="libressl-devel boost-devel libldns-devel libunwind-devel readline-devel unbound-devel miniupnpc-devel expat-devel cppzmq czmq-devel libsodium-devel" From 4cd1afefccf6e7b29157196485b89b8ce2b45e08 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:27 +0100 Subject: [PATCH 60/94] monero-gui: rebuilt against boost-1.72 --- srcpkgs/monero-gui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template index 2a012238b18..453303410d6 100644 --- a/srcpkgs/monero-gui/template +++ b/srcpkgs/monero-gui/template @@ -1,7 +1,7 @@ # Template file for 'monero-gui' pkgname=monero-gui version=0.15.0.3 -revision=2 +revision=3 build_style=qmake hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarative-devel qt5-svg-devel" From c1b29b132beada83e1ee3a740c95b111673c5ce2 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:28 +0100 Subject: [PATCH 61/94] mtxclient: rebuilt against boost-1.72 --- srcpkgs/mtxclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template index 011a3043cb4..7b12921363e 100644 --- a/srcpkgs/mtxclient/template +++ b/srcpkgs/mtxclient/template @@ -1,7 +1,7 @@ # Template file for 'mtxclient' pkgname=mtxclient version=0.2.1 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON" hostmakedepends="pkg-config" From 9a936ce09935fbd574266f8a04424793a7b2af00 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:28 +0100 Subject: [PATCH 62/94] mupen64plus: rebuilt against boost-1.72 --- srcpkgs/mupen64plus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mupen64plus/template b/srcpkgs/mupen64plus/template index 83f25515c76..e8c034d5234 100644 --- a/srcpkgs/mupen64plus/template +++ b/srcpkgs/mupen64plus/template @@ -1,9 +1,9 @@ # Template file for 'mupen64plus' pkgname=mupen64plus version=2.5 -revision=12 +revision=13 wrksrc="mupen64plus-bundle-src-${version}" -hostmakedepends="pkg-config" +hostmakedepends="pkg-config which" makedepends="boost-devel SDL2-devel speexdsp-devel freetype-devel glu-devel libpng-devel libsamplerate-devel" depends="desktop-file-utils" short_desc="A Nintendo64 Emulator" From 6aacd5eef0c47036db2138fb2a95c95741143c90 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:28 +0100 Subject: [PATCH 63/94] musikcube: rebuilt against boost-1.72 --- srcpkgs/musikcube/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/musikcube/template b/srcpkgs/musikcube/template index c7fb61f6fec..f32892b564f 100644 --- a/srcpkgs/musikcube/template +++ b/srcpkgs/musikcube/template @@ -1,7 +1,7 @@ # Template file for 'musikcube' pkgname=musikcube version=0.83.0 -revision=1 +revision=2 build_style=cmake configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true" makedepends="boost-devel libogg-devel libmicrohttpd-devel ffmpeg-devel @@ -22,6 +22,10 @@ case "${XBPS_TARGET_MACHINE}" in ;; esac +#XXX: Otherwise xbps-install ffmpeg-devel will complain about unresolving shlibs +# SDL2-2.0.10_3: broken, unresolvable shlib `libGL.so.1' +makedepends+=" libglvnd" + post_install() { vlicense LICENSE.txt } From bd278bd261d89315aa65ccf4fc62953514810967 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:28 +0100 Subject: [PATCH 64/94] ncmpcpp: rebuilt against boost-1.72 --- srcpkgs/ncmpcpp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template index c062f127ddd..7aae1c87cb8 100644 --- a/srcpkgs/ncmpcpp/template +++ b/srcpkgs/ncmpcpp/template @@ -1,7 +1,7 @@ # Template file for 'ncmpcpp' pkgname=ncmpcpp version=0.8.2 -revision=8 +revision=9 build_style=gnu-configure configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw" From 50330b4162fa2cc560149367626b1ada493b6699 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:28 +0100 Subject: [PATCH 65/94] namecoin: rebuilt against boost-1.72 --- srcpkgs/namecoin/patches/dequeu.patch | 10 ++++++++++ srcpkgs/namecoin/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/namecoin/patches/dequeu.patch diff --git a/srcpkgs/namecoin/patches/dequeu.patch b/srcpkgs/namecoin/patches/dequeu.patch new file mode 100644 index 00000000000..a9053422eaa --- /dev/null +++ b/srcpkgs/namecoin/patches/dequeu.patch @@ -0,0 +1,10 @@ +--- src/httpserver.cpp 2019-08-05 07:23:46.000000000 +0200 ++++ - 2020-01-10 23:11:38.529089780 +0100 +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + + #include + #include diff --git a/srcpkgs/namecoin/template b/srcpkgs/namecoin/template index b4d282e14a8..f957cecbb47 100644 --- a/srcpkgs/namecoin/template +++ b/srcpkgs/namecoin/template @@ -1,12 +1,12 @@ # Template file for 'namecoin' pkgname=namecoin version=0.18.1 -revision=2 +revision=3 wrksrc="${pkgname}-core-nc${version}" build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr" -hostmakedepends="pkg-config yasm automake libtool" +hostmakedepends="pkg-config yasm automake libtool which" makedepends="libevent-devel db-devel protobuf-devel boost-devel miniupnpc-devel qrencode-devel" short_desc="Distributed key/value database" From 36cd19bc33199c02fd5d94ca088caf08073da5c3 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:28 +0100 Subject: [PATCH 66/94] nix: rebuilt against boost-1.72 --- srcpkgs/nix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template index 1448ed41825..09ebe8b3909 100644 --- a/srcpkgs/nix/template +++ b/srcpkgs/nix/template @@ -1,7 +1,7 @@ # Template file for 'nix' pkgname=nix version=2.3.2 -revision=1 +revision=2 build_style=gnu-configure # Use /nix/var as suggested by the official Manual. configure_args="--localstatedir=/nix/var --with-sandbox-shell=/bin/sh" From a6e34774deeb20170e868277f526076265d858b2 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:28 +0100 Subject: [PATCH 67/94] nheko: rebuilt against boost-1.72 --- srcpkgs/nheko/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template index 83e0b0545e8..adb00da55a4 100644 --- a/srcpkgs/nheko/template +++ b/srcpkgs/nheko/template @@ -1,7 +1,7 @@ # Template file for 'nheko' pkgname=nheko version=0.6.4 -revision=1 +revision=2 build_style=cmake hostmakedepends="qt5-host-tools qt5-qmake pkg-config" makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel From 5bbf7b7f01e8ebf27cc0352d3c015023614ed5ca Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:29 +0100 Subject: [PATCH 68/94] nuspell: rebuilt against boost-1.72 --- srcpkgs/nuspell/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template index 9064ed860a3..13159a3c297 100644 --- a/srcpkgs/nuspell/template +++ b/srcpkgs/nuspell/template @@ -1,7 +1,7 @@ # Template file for 'nuspell' pkgname=nuspell version=3.0.0 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" hostmakedepends="ruby-ronn" From 62db044a32431c29275034a4f6b6f1a6c87f5984 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:29 +0100 Subject: [PATCH 69/94] openmw: rebuilt against boost-1.72 --- srcpkgs/openmw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openmw/template b/srcpkgs/openmw/template index 9f944267ef2..14b1873dd9e 100644 --- a/srcpkgs/openmw/template +++ b/srcpkgs/openmw/template @@ -1,7 +1,7 @@ # Template file for 'openmw' pkgname=openmw version=0.45.0 -revision=3 +revision=4 wrksrc="${pkgname}-${pkgname}-${version}" build_style=cmake configure_args="-DDESIRED_QT_VERSION=5" From bd7c399ce8d558e8dad0d73d82e232e9652d57a1 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:29 +0100 Subject: [PATCH 70/94] openimageio: rebuilt against boost-1.72 --- srcpkgs/openimageio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openimageio/template b/srcpkgs/openimageio/template index 5c1fa8906d2..37882823feb 100644 --- a/srcpkgs/openimageio/template +++ b/srcpkgs/openimageio/template @@ -1,7 +1,7 @@ # Template file for 'openimageio' pkgname=openimageio version=1.8.17 -revision=2 +revision=3 wrksrc="oiio-Release-${version}" build_style=cmake configure_args="-DUSE_OPENGL=0 -DUSE_QT=0 -DUSE_PYTHON=0 -DOIIO_BUILD_TESTS=0 From f9384f3095a3a0914a21cefe8a70827e1c36f6ed Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:29 +0100 Subject: [PATCH 71/94] openscad: rebuilt against boost-1.72 --- ...70cc5dd1bc677176ee732cdb0ddae57e5cf0.patch | 24 +++++++++++++++++++ srcpkgs/openscad/template | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/openscad/patches/b6c170cc5dd1bc677176ee732cdb0ddae57e5cf0.patch diff --git a/srcpkgs/openscad/patches/b6c170cc5dd1bc677176ee732cdb0ddae57e5cf0.patch b/srcpkgs/openscad/patches/b6c170cc5dd1bc677176ee732cdb0ddae57e5cf0.patch new file mode 100644 index 00000000000..f0d80d2f97e --- /dev/null +++ b/srcpkgs/openscad/patches/b6c170cc5dd1bc677176ee732cdb0ddae57e5cf0.patch @@ -0,0 +1,24 @@ +From b6c170cc5dd1bc677176ee732cdb0ddae57e5cf0 Mon Sep 17 00:00:00 2001 +From: Jan Beich +Date: Fri, 25 Oct 2019 15:10:26 +0000 +Subject: [PATCH] Add missing header bootlegged by Boost < 1.72 + +src/parser.y:76:6: error: no template named 'stack' in namespace 'std' +std::stack scope_stack; +~~~~~^ +--- + src/parser.y | 1 + + 1 file changed, 1 insertion(+) + +diff --git src/parser.y src/parser.y +index 7f4fd56ca7..4c77c989ea 100644 +--- src/parser.y ++++ src/parser.y +@@ -46,6 +46,7 @@ + #include "printutils.h" + #include "memory.h" + #include ++#include + #include + #include "boost-utils.h" + #include "feature.h" diff --git a/srcpkgs/openscad/template b/srcpkgs/openscad/template index bb00882f2e8..e33bb67bbeb 100644 --- a/srcpkgs/openscad/template +++ b/srcpkgs/openscad/template @@ -1,9 +1,9 @@ # Template file for 'openscad' pkgname=openscad version=2019.05 -revision=1 +revision=2 build_style=qmake -hostmakedepends="bison flex pkg-config" +hostmakedepends="bison flex pkg-config gettext" makedepends="cgal-devel harfbuzz-devel opencsg-devel qscintilla-qt5-devel qt5-multimedia-devel libxml2-devel libzip-devel double-conversion-devel" short_desc="Solid 3D CAD modeller" From 429d6e2d91ca34f2ec63acf81fd1c2beec5f6f6c Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:29 +0100 Subject: [PATCH 72/94] pamixer: rebuilt against boost-1.72 --- srcpkgs/pamixer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pamixer/template b/srcpkgs/pamixer/template index a9b9283e8bc..db1914bbabc 100644 --- a/srcpkgs/pamixer/template +++ b/srcpkgs/pamixer/template @@ -1,7 +1,7 @@ # Template file for 'pamixer' pkgname=pamixer version=1.4 -revision=1 +revision=2 build_style=gnu-makefile makedepends="pulseaudio-devel boost-devel" short_desc="Pulseaudio command line mixer" From 8d8af7bed3bb15757f9972bb90073a82240d7114 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:29 +0100 Subject: [PATCH 73/94] poedit: rebuilt against boost-1.72 --- srcpkgs/poedit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template index c3a83887e89..ebbb52158c7 100644 --- a/srcpkgs/poedit/template +++ b/srcpkgs/poedit/template @@ -1,7 +1,7 @@ # Template file for 'poedit' pkgname=poedit version=2.2.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3" hostmakedepends="pkg-config" From 2bec0f8743def58fc9175b516df132b5209e410d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:29 +0100 Subject: [PATCH 74/94] povray: rebuilt against boost-1.72 --- srcpkgs/povray/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/povray/template b/srcpkgs/povray/template index 71e175d6ff6..30a2baab203 100644 --- a/srcpkgs/povray/template +++ b/srcpkgs/povray/template @@ -1,7 +1,7 @@ # Template file for 'povray' pkgname=povray version=3.7.0.8 -revision=4 +revision=5 build_style=gnu-configure _v=${version%.*.*} configure_args="COMPILED_BY=Void --disable-optimiz-arch" From 66346c52bfdc91ce4af808b6d2986f33bf46896d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:29 +0100 Subject: [PATCH 75/94] PrusaSlicer: rebuilt against boost-1.72 --- ...35bcc3ac3f7d5cd65365a2f5944a78c7a250.patch | 84 +++++++++++++++++++ srcpkgs/PrusaSlicer/template | 2 +- 2 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/PrusaSlicer/patches/bfb135bcc3ac3f7d5cd65365a2f5944a78c7a250.patch diff --git a/srcpkgs/PrusaSlicer/patches/bfb135bcc3ac3f7d5cd65365a2f5944a78c7a250.patch b/srcpkgs/PrusaSlicer/patches/bfb135bcc3ac3f7d5cd65365a2f5944a78c7a250.patch new file mode 100644 index 00000000000..fef18cf3ec8 --- /dev/null +++ b/srcpkgs/PrusaSlicer/patches/bfb135bcc3ac3f7d5cd65365a2f5944a78c7a250.patch @@ -0,0 +1,84 @@ +From bfb135bcc3ac3f7d5cd65365a2f5944a78c7a250 Mon Sep 17 00:00:00 2001 +From: Vojtech Kral +Date: Fri, 2 Aug 2019 15:11:50 +0200 +Subject: [PATCH] Comment out stale implementation in Serial, fix #2150 + +--- + src/slic3r/GUI/FirmwareDialog.cpp | 2 +- + src/slic3r/Utils/Serial.cpp | 3 +++ + src/slic3r/Utils/Serial.hpp | 14 +++++++++++++- + 3 files changed, 17 insertions(+), 2 deletions(-) + +diff --git a/src/slic3r/GUI/FirmwareDialog.cpp b/src/slic3r/GUI/FirmwareDialog.cpp +index 7865aecf2..d1f2da040 100644 +--- src/slic3r/GUI/FirmwareDialog.cpp ++++ src/slic3r/GUI/FirmwareDialog.cpp +@@ -354,7 +354,7 @@ bool FirmwareDialog::priv::check_model_id() + // Therefore, regretably, so far the check cannot be used and we just return true here. + // TODO: Rewrite Serial using more platform-native code. + return true; +- ++ + // if (hex_file.model_id.empty()) { + // // No data to check against, assume it's ok + // return true; +diff --git a/src/slic3r/Utils/Serial.cpp b/src/slic3r/Utils/Serial.cpp +index cd2a01cbf..acfd5fafd 100644 +--- src/slic3r/Utils/Serial.cpp ++++ src/slic3r/Utils/Serial.cpp +@@ -353,6 +353,8 @@ void Serial::set_baud_rate(unsigned baud_rate) + } + } + ++ ++/* + void Serial::set_DTR(bool on) + { + auto handle = native_handle(); +@@ -495,6 +497,7 @@ std::string Serial::printer_format_line(const std::string &line, unsigned line_n + + return (boost::format("N%1% %2%*%3%\n") % line_num_str % line % checksum).str(); + } ++*/ + + + } // namespace Utils +diff --git a/src/slic3r/Utils/Serial.hpp b/src/slic3r/Utils/Serial.hpp +index 67d64b4ec..8bad75b31 100644 +--- src/slic3r/Utils/Serial.hpp ++++ src/slic3r/Utils/Serial.hpp +@@ -46,6 +46,17 @@ class Serial : public boost::asio::serial_port + ~Serial(); + + void set_baud_rate(unsigned baud_rate); ++ ++ // The Serial implementation is currently in disarray and therefore commented out. ++ // The boost implementation seems to have several problems, such as lack of support ++ // for custom baud rates, few weird implementation bugs and a history of API breakages. ++ // It's questionable whether it solves more problems than causes. Probably not. ++ // TODO: Custom implementation not based on asio. ++ // ++ // As of now, this class is only kept for the purpose of rebooting AVR109, ++ // see FirmwareDialog::priv::avr109_reboot() ++ ++/* + void set_DTR(bool on); + + // Resets the line number both internally as well as with the firmware using M110 +@@ -68,7 +79,7 @@ class Serial : public boost::asio::serial_port + + // Same as above, but with internally-managed line number + size_t printer_write_line(const std::string &line); +- ++ + // Toggles DTR to reset the printer + void printer_reset(); + +@@ -76,6 +87,7 @@ class Serial : public boost::asio::serial_port + static std::string printer_format_line(const std::string &line, unsigned line_num); + private: + unsigned m_line_num = 0; ++*/ + }; + + diff --git a/srcpkgs/PrusaSlicer/template b/srcpkgs/PrusaSlicer/template index b517d825b4f..fcae498faf2 100644 --- a/srcpkgs/PrusaSlicer/template +++ b/srcpkgs/PrusaSlicer/template @@ -1,7 +1,7 @@ # Template file for 'PrusaSlicer' pkgname=PrusaSlicer version=2.0.0 -revision=2 +revision=3 wrksrc="PrusaSlicer-version_${version}" build_style=cmake build_helper="qemu" From 0152d0827ccf4666c536a6ae454eec8922145afb Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:30 +0100 Subject: [PATCH 76/94] pulseview: rebuilt against boost-1.72 --- srcpkgs/pulseview/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pulseview/template b/srcpkgs/pulseview/template index 466ff9a144c..5b8cae88e13 100644 --- a/srcpkgs/pulseview/template +++ b/srcpkgs/pulseview/template @@ -1,7 +1,7 @@ # Template file for 'pulseview' pkgname=pulseview version=0.4.1 -revision=2 +revision=3 build_style=cmake configure_args="-DDISABLE_WERROR=TRUE" hostmakedepends="pkg-config qt5-qmake" From 4d8a8ac822d123f12cb38069a624b9304661f23c Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:30 +0100 Subject: [PATCH 77/94] remwharead: rebuilt against boost-1.72 --- srcpkgs/remwharead/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/remwharead/template b/srcpkgs/remwharead/template index 003ced3a329..fbfad480a5a 100644 --- a/srcpkgs/remwharead/template +++ b/srcpkgs/remwharead/template @@ -1,7 +1,7 @@ # Template file for 'remwharead' pkgname=remwharead version=0.9.2 -revision=1 +revision=2 build_style=cmake hostmakedepends="poco-devel asciidoc pkg-config" makedepends="poco-devel libxdg-basedir-devel libressl-devel expat-devel pcre-devel sqlite-devel boost-devel" From b1081434ac52cb1dc62a6bd2a43f0f272fd966bc Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:30 +0100 Subject: [PATCH 78/94] rstudio: rebuilt against boost-1.72 --- srcpkgs/rstudio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rstudio/template b/srcpkgs/rstudio/template index e643eb37f84..d219beb9410 100644 --- a/srcpkgs/rstudio/template +++ b/srcpkgs/rstudio/template @@ -1,7 +1,7 @@ # Template file for 'rstudio' pkgname=rstudio version=1.2.5033 -revision=1 +revision=2 build_style=cmake configure_args="-DRSTUDIO_TARGET=Desktop -DRSTUDIO_BOOST_SIGNALS_VERSION=2 From 667ceb8b82512ff62b5a33a5fe92b21e68756d30 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:30 +0100 Subject: [PATCH 79/94] schroot: rebuilt against boost-1.72 --- srcpkgs/schroot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/schroot/template b/srcpkgs/schroot/template index fd88549196c..85416dee5e9 100644 --- a/srcpkgs/schroot/template +++ b/srcpkgs/schroot/template @@ -2,7 +2,7 @@ pkgname=schroot reverts="1.7.2_9" version=1.6.10 -revision=10 +revision=11 _debian_version=3+deb9u1 build_pie=yes build_style=gnu-configure @@ -41,7 +41,7 @@ make_dirs=" /var/lib/schroot/session 0755 root root /var/lib/schroot/mount 0755 root root /etc/schroot/chroot.d 0755 root root" -hostmakedepends="cmake pkg-config automake libtool" +hostmakedepends="cmake pkg-config automake libtool gettext xz" makedepends="boost-devel pam-devel lockdev-devel libuuid-devel e2fsprogs-devel gettext-devel libcppunit-devel" short_desc="Allows users to execute commands in different chroots" From 8cd873883a51aa0a509df1f9f5e9d1d5ac947b6b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:30 +0100 Subject: [PATCH 80/94] SMC: rebuilt against boost-1.72 --- srcpkgs/SMC/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/SMC/template b/srcpkgs/SMC/template index a7babc461b8..00f9763bfdd 100644 --- a/srcpkgs/SMC/template +++ b/srcpkgs/SMC/template @@ -1,7 +1,7 @@ # Template file for 'SMC'. pkgname=SMC version=1.9 -revision=7 +revision=8 wrksrc=${pkgname,,}-${version} build_style=gnu-configure hostmakedepends="automake libtool gettext-devel pkg-config unzip" From 1e2b156a48f364cfba6cb3f9ff4b4f7a5c34fc5d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:30 +0100 Subject: [PATCH 81/94] snapper: rebuilt against boost-1.72 --- srcpkgs/snapper/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/snapper/template b/srcpkgs/snapper/template index 8b58a74f731..22a103e786c 100644 --- a/srcpkgs/snapper/template +++ b/srcpkgs/snapper/template @@ -1,12 +1,13 @@ # Template file for 'snapper' pkgname=snapper version=0.8.7 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-zypp --with-conf=/etc/conf.d" conf_files="/etc/conf.d/snapper" make_dirs="/etc/snapper/configs 0755 root root" -hostmakedepends="automake docbook-xsl libtool libxml2-devel libxslt pkg-config" +hostmakedepends="automake docbook-xsl libtool libxml2-devel libxslt + gettext pkg-config" makedepends="acl-devel boost-devel dbus-devel e2fsprogs-devel libbtrfs-devel libmount-devel libxml2-devel pam-devel" short_desc="Tool for Linux filesystem snapshot management" From aae552870993de6d8dc66edb575754b80b7330ad Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:30 +0100 Subject: [PATCH 82/94] supercollider: rebuilt against boost-1.72 --- ...63c89e6e3f5a14e09a9c7edaaf6774190ce6.patch | 35 +++++++++++ ...cc69aaa09f26f3dcd19f0e9db85b525b4b70.patch | 60 +++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 srcpkgs/supercollider/patches/ee2c63c89e6e3f5a14e09a9c7edaaf6774190ce6.patch create mode 100644 srcpkgs/supercollider/patches/f4e5cc69aaa09f26f3dcd19f0e9db85b525b4b70.patch diff --git a/srcpkgs/supercollider/patches/ee2c63c89e6e3f5a14e09a9c7edaaf6774190ce6.patch b/srcpkgs/supercollider/patches/ee2c63c89e6e3f5a14e09a9c7edaaf6774190ce6.patch new file mode 100644 index 00000000000..dc9d0309aab --- /dev/null +++ b/srcpkgs/supercollider/patches/ee2c63c89e6e3f5a14e09a9c7edaaf6774190ce6.patch @@ -0,0 +1,35 @@ +From ee2c63c89e6e3f5a14e09a9c7edaaf6774190ce6 Mon Sep 17 00:00:00 2001 +From: Brian Heim +Date: Thu, 19 Sep 2019 20:54:52 -0500 +Subject: [PATCH] Update for boost 1.70 + +--- + server/supernova/sc/sc_osc_handler.cpp | 2 +- + server/supernova/utilities/utils.hpp | 1 + + 2 files changed, 2 insertions(+), 1 deletion(-) + +diff --git a/server/supernova/sc/sc_osc_handler.cpp b/server/supernova/sc/sc_osc_handler.cpp +index 33d907a3df..bf307fc13b 100644 +--- server/supernova/sc/sc_osc_handler.cpp ++++ server/supernova/sc/sc_osc_handler.cpp +@@ -734,7 +734,7 @@ void sc_osc_handler::tcp_connection::handle_message() { + + + void sc_osc_handler::start_tcp_accept(void) { +- tcp_connection::pointer new_connection = tcp_connection::create(tcp_acceptor_.get_io_service()); ++ tcp_connection::pointer new_connection = tcp_connection::create(tcp_acceptor_.get_executor().context()); + + tcp_acceptor_.async_accept( + new_connection->socket(), +diff --git a/server/supernova/utilities/utils.hpp b/server/supernova/utilities/utils.hpp +index 35b8ab5ada..a7c191f2db 100644 +--- server/supernova/utilities/utils.hpp ++++ server/supernova/utilities/utils.hpp +@@ -23,6 +23,7 @@ + + #include + ++#include + #include + #include + #include diff --git a/srcpkgs/supercollider/patches/f4e5cc69aaa09f26f3dcd19f0e9db85b525b4b70.patch b/srcpkgs/supercollider/patches/f4e5cc69aaa09f26f3dcd19f0e9db85b525b4b70.patch new file mode 100644 index 00000000000..234de496c81 --- /dev/null +++ b/srcpkgs/supercollider/patches/f4e5cc69aaa09f26f3dcd19f0e9db85b525b4b70.patch @@ -0,0 +1,60 @@ +From f4e5cc69aaa09f26f3dcd19f0e9db85b525b4b70 Mon Sep 17 00:00:00 2001 +From: Brian Heim +Date: Sun, 6 Oct 2019 18:39:38 -0500 +Subject: [PATCH] supernova: fix compile errors with boost 1.71 + +class hierarchy changed. this change is at least backward compatible with 1.70 + +tested with boost 1.66, 1.71 +--- + server/supernova/sc/sc_osc_handler.cpp | 2 +- + server/supernova/sc/sc_osc_handler.hpp | 15 ++++++++++++--- + 2 files changed, 13 insertions(+), 4 deletions(-) + +diff --git a/server/supernova/sc/sc_osc_handler.cpp b/server/supernova/sc/sc_osc_handler.cpp +index bf307fc13b..f1655946c2 100644 +--- server/supernova/sc/sc_osc_handler.cpp ++++ server/supernova/sc/sc_osc_handler.cpp +@@ -734,7 +734,7 @@ void sc_osc_handler::tcp_connection::handle_message() { + + + void sc_osc_handler::start_tcp_accept(void) { +- tcp_connection::pointer new_connection = tcp_connection::create(tcp_acceptor_.get_executor().context()); ++ tcp_connection::pointer new_connection = tcp_connection::create(tcp_acceptor_.get_executor()); + + tcp_acceptor_.async_accept( + new_connection->socket(), +diff --git a/server/supernova/sc/sc_osc_handler.hpp b/server/supernova/sc/sc_osc_handler.hpp +index 6a97774942..3d4bc6d2ff 100644 +--- server/supernova/sc/sc_osc_handler.hpp ++++ server/supernova/sc/sc_osc_handler.hpp +@@ -226,9 +226,14 @@ class sc_osc_handler : private detail::network_thread, public sc_notify_observer + public: + class tcp_connection : public nova_endpoint { + public: +- typedef std::shared_ptr pointer; ++ using pointer = std::shared_ptr; ++#if BOOST_VERSION >= 107000 ++ using executor = boost::asio::executor; ++#else ++ using executor = boost::asio::io_context::executor_type; ++#endif + +- static pointer create(boost::asio::io_service& io_service) { return pointer(new tcp_connection(io_service)); } ++ static pointer create(const executor& executor) { return pointer(new tcp_connection(executor)); } + + tcp::socket& socket() { return socket_; } + +@@ -237,7 +242,11 @@ class sc_osc_handler : private detail::network_thread, public sc_notify_observer + bool operator==(tcp_connection const& rhs) const { return &rhs == this; } + + private: +- tcp_connection(boost::asio::io_service& io_service): socket_(io_service) {} ++#if BOOST_VERSION >= 107000 ++ tcp_connection(const executor& executor): socket_(executor) {} ++#else ++ tcp_connection(const executor& executor): socket_(executor.context()) {} ++#endif + + void send(const char* data, size_t length) override final; + From 74671a54b9505f6c8aa76827eae2a285da01629b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:30 +0100 Subject: [PATCH 83/94] source-highlight: rebuilt against boost-1.72 --- srcpkgs/source-highlight/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/source-highlight/template b/srcpkgs/source-highlight/template index 92d6934169e..087b8a3ad03 100644 --- a/srcpkgs/source-highlight/template +++ b/srcpkgs/source-highlight/template @@ -1,7 +1,7 @@ # Template file for 'source-highlight' pkgname=source-highlight version=3.1.9 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-boost=${XBPS_CROSS_BASE}/usr --with-bash-completion=/usr/share/bash-completion/completions" From 7d3c52e44d3ce603240f7b6d5a5283d626f216ae Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:31 +0100 Subject: [PATCH 84/94] supertux2: rebuilt against boost-1.72 --- srcpkgs/supertux2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/supertux2/template b/srcpkgs/supertux2/template index 9b48dfb74d3..be8793d3213 100644 --- a/srcpkgs/supertux2/template +++ b/srcpkgs/supertux2/template @@ -1,7 +1,7 @@ # Template file for 'supertux2' pkgname=supertux2 version=0.6.1 -revision=1 +revision=2 wrksrc="SuperTux-v${version}-Source" build_style=cmake configure_args=" From 0d7cd5e0d3e9b9bb50b7c2db3ee87bafedbb1cd8 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:31 +0100 Subject: [PATCH 85/94] synfig: rebuilt against boost-1.72 --- srcpkgs/synfig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/synfig/template b/srcpkgs/synfig/template index ef1e90bac39..a4a11942dc9 100644 --- a/srcpkgs/synfig/template +++ b/srcpkgs/synfig/template @@ -1,7 +1,7 @@ # Template file for 'synfig' pkgname=synfig version=1.2.2 -revision=6 +revision=7 build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" hostmakedepends="boost-build ImageMagick pkg-config intltool" From 1532268ce4ed3f58bc7d2158fba7f1de8ae8d443 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:31 +0100 Subject: [PATCH 86/94] tmfs: rebuilt against boost-1.72 --- srcpkgs/tmfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tmfs/template b/srcpkgs/tmfs/template index 5ded6034a72..1dbed3e0eb7 100644 --- a/srcpkgs/tmfs/template +++ b/srcpkgs/tmfs/template @@ -1,7 +1,7 @@ # Template file for 'tmfs' pkgname=tmfs version=r5 -revision=6 +revision=7 build_style=cmake hostmakedepends="pkg-config" makedepends="fuse-devel boost-devel" From 26c487345707dc9e07e65222536b6163889d0c9c Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:31 +0100 Subject: [PATCH 87/94] tomahawk: rebuilt against boost-1.72 --- srcpkgs/tomahawk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tomahawk/template b/srcpkgs/tomahawk/template index 073e1b262ac..a157775708e 100644 --- a/srcpkgs/tomahawk/template +++ b/srcpkgs/tomahawk/template @@ -1,7 +1,7 @@ # Template file for 'tomahawk' pkgname=tomahawk version=0.8.4 -revision=19 +revision=20 wrksrc=${pkgname}-${_commit} _commit=00f602e10203b76fc28b4615868c567e6bd4ced4 build_style=cmake From 967331f943a7025e9aeb58ee69cdf7f09b86d214 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:31 +0100 Subject: [PATCH 88/94] TSC: rebuilt against boost-1.72 --- srcpkgs/TSC/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/TSC/template b/srcpkgs/TSC/template index bc3ea8d2bc5..e9c6345a801 100644 --- a/srcpkgs/TSC/template +++ b/srcpkgs/TSC/template @@ -1,7 +1,7 @@ # Template file for 'TSC' pkgname=TSC version=2.0.0 -revision=8 +revision=9 build_style=cmake build_wrksrc=tsc configure_args="-DFIXED_DATA_DIR=/usr/share/TSC -DBINARY_DIR=/usr/bin" From 19632910885dbd260bc7e75a6579877836d35631 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:31 +0100 Subject: [PATCH 89/94] uhd: rebuilt against boost-1.72 --- srcpkgs/uhd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/uhd/template b/srcpkgs/uhd/template index 8be561a4590..7d9d37c6ec2 100644 --- a/srcpkgs/uhd/template +++ b/srcpkgs/uhd/template @@ -1,7 +1,7 @@ # Template file for 'uhd' pkgname=uhd version=3.14.1.1 -revision=1 +revision=2 wrksrc="${pkgname}-${version}" build_wrksrc=host build_style=cmake From 984a932f7240a9efda983006cf1b586f31dcaec3 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:31 +0100 Subject: [PATCH 90/94] volk: rebuilt against boost-1.72 --- srcpkgs/volk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template index abcb263cb0b..fb00ecf1240 100644 --- a/srcpkgs/volk/template +++ b/srcpkgs/volk/template @@ -1,7 +1,7 @@ # Template file for 'volk' pkgname=volk version=1.4 -revision=4 +revision=5 build_style=cmake hostmakedepends="pkg-config python-cheetah git python-Mako python-six" From d024f1d4b5ecd1d404d545beb73688cb2e79829d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:32 +0100 Subject: [PATCH 91/94] wesnoth: rebuilt against boost-1.72 --- srcpkgs/wesnoth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wesnoth/template b/srcpkgs/wesnoth/template index 183a6b266de..82fe4d43099 100644 --- a/srcpkgs/wesnoth/template +++ b/srcpkgs/wesnoth/template @@ -1,7 +1,7 @@ # Template file for 'wesnoth' pkgname=wesnoth version=1.14.9 -revision=1 +revision=2 build_style=cmake configure_args="-DENABLE_OMP=1" hostmakedepends="pkg-config" From 8030eff10aa1da5ad51c508d76dd9797a08a4043 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:32 +0100 Subject: [PATCH 92/94] widelands: rebuilt against boost-1.72 --- srcpkgs/widelands/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template index 36b34beaa8c..d8c8e996047 100644 --- a/srcpkgs/widelands/template +++ b/srcpkgs/widelands/template @@ -1,7 +1,7 @@ # Template file for 'widelands' pkgname=widelands version=20 -revision=2 +revision=3 wrksrc="${pkgname}-build${version}" build_style=cmake configure_args=" From 6c517e19d30b3b233f403daded604064d1422d32 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 10 Jan 2020 23:40:30 +0100 Subject: [PATCH 93/94] cpp-hocon: rebuilt against boost-1.72 --- srcpkgs/cpp-hocon/patches/boost-filesystem.patch | 11 +++++++++++ srcpkgs/cpp-hocon/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/cpp-hocon/patches/boost-filesystem.patch diff --git a/srcpkgs/cpp-hocon/patches/boost-filesystem.patch b/srcpkgs/cpp-hocon/patches/boost-filesystem.patch new file mode 100644 index 00000000000..0c7b0415917 --- /dev/null +++ b/srcpkgs/cpp-hocon/patches/boost-filesystem.patch @@ -0,0 +1,11 @@ +--- CMakeLists.txt 2018-10-11 18:55:40.000000000 +0200 ++++ - 2020-01-10 18:45:11.754965457 +0100 +@@ -42,7 +42,7 @@ + set(BOOST_COMPONENTS regex) + endif() + +-list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options) ++list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options filesystem) + + # Add other dependencies + find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) diff --git a/srcpkgs/cpp-hocon/template b/srcpkgs/cpp-hocon/template index 1511d7ed085..3f92f22ed24 100644 --- a/srcpkgs/cpp-hocon/template +++ b/srcpkgs/cpp-hocon/template @@ -1,7 +1,7 @@ # Template file for 'cpp-hocon' pkgname=cpp-hocon version=0.2.1 -revision=7 +revision=8 build_style=cmake hostmakedepends="pkg-config" makedepends="boost-devel leatherman libcurl-devel" From deff2c379e2c64716f18268942271b47e372a305 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 10 Jan 2020 23:43:42 +0100 Subject: [PATCH 94/94] leatherman: rebuilt against boost-1.72 [ci skip] --- srcpkgs/leatherman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/leatherman/template b/srcpkgs/leatherman/template index 33ce565c2fe..5d2cf47d37c 100644 --- a/srcpkgs/leatherman/template +++ b/srcpkgs/leatherman/template @@ -2,7 +2,7 @@ # Note: always revbump cpp-hocon when updating as it links against this static lib pkgname=leatherman version=1.7.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config" makedepends="boost-devel libcurl-devel"