From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AF24138334 for ; Thu, 7 Nov 2019 22:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7E97E0B4B; Thu, 7 Nov 2019 22:12:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC553E0B4B for ; Thu, 7 Nov 2019 22:12:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0661834CA39 for ; Thu, 7 Nov 2019 22:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6DE5FF for ; Thu, 7 Nov 2019 22:12:04 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1573164712.f614b0c825c26ee8e1900fa5e3cf8883d09cd274.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/slic3r/, media-gfx/slic3r/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/slic3r/files/slic3r-1.3.0-boost.patch media-gfx/slic3r/slic3r-1.3.0-r1.ebuild X-VCS-Directories: media-gfx/slic3r/ media-gfx/slic3r/files/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f614b0c825c26ee8e1900fa5e3cf8883d09cd274 X-VCS-Branch: master Date: Thu, 7 Nov 2019 22:12:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c83ba58-e0eb-4c13-96f7-dbc25385bc0a X-Archives-Hash: 894e19996249b1cb0ca0b2e86c07bf42 commit: f614b0c825c26ee8e1900fa5e3cf8883d09cd274 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Nov 7 22:11:26 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Nov 7 22:11:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f614b0c8 media-gfx/slic3r: Add patch by Chris Mansfield for recent boost Closes: https://bugs.gentoo.org/689804 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> media-gfx/slic3r/files/slic3r-1.3.0-boost.patch | 10 ++++++++++ media-gfx/slic3r/slic3r-1.3.0-r1.ebuild | 1 + 2 files changed, 11 insertions(+) diff --git a/media-gfx/slic3r/files/slic3r-1.3.0-boost.patch b/media-gfx/slic3r/files/slic3r-1.3.0-boost.patch new file mode 100644 index 00000000000..e77e50b3c99 --- /dev/null +++ b/media-gfx/slic3r/files/slic3r-1.3.0-boost.patch @@ -0,0 +1,10 @@ +--- Slic3r-1.3.0/xs/src/libslic3r/GCodeSender.hpp.old 2019-11-04 19:31:05.714869400 -0800 ++++ Slic3r-1.3.0/xs/src/libslic3r/GCodeSender.hpp 2019-11-04 19:34:10.656330929 -0800 +@@ -9,6 +9,7 @@ + #include + #include + #include ++#include + + namespace Slic3r { + diff --git a/media-gfx/slic3r/slic3r-1.3.0-r1.ebuild b/media-gfx/slic3r/slic3r-1.3.0-r1.ebuild index 64cc0c14bc9..556d06e6628 100644 --- a/media-gfx/slic3r/slic3r-1.3.0-r1.ebuild +++ b/media-gfx/slic3r/slic3r-1.3.0-r1.ebuild @@ -74,6 +74,7 @@ src_prepare() { pushd "${WORKDIR}/Slic3r-${PV}" || die sed -i lib/Slic3r.pm -e "s@FindBin::Bin@FindBin::RealBin@g" || die eapply "${FILESDIR}"/${P}-no-locallib.patch + eapply "${FILESDIR}"/${P}-boost.patch eapply_user popd || die # drop std=c++11 to compiler defaults...