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 67C8E138359 for ; Mon, 6 Jul 2020 11:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D73BE08C0; Mon, 6 Jul 2020 11:35:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 05B65E08C0 for ; Mon, 6 Jul 2020 11:35:45 +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 C014E34F38B for ; Mon, 6 Jul 2020 11:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D801A9C for ; Mon, 6 Jul 2020 11:35:37 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1594035335.3a3c565c4461e0984b09d50c435cf66ba3cea832.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/, net-print/cups-filters/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-filters/cups-filters-1.27.5.ebuild net-print/cups-filters/files/cups-filters-1.27.5-make-missing-testfont-non-fatal.patch X-VCS-Directories: net-print/cups-filters/files/ net-print/cups-filters/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3a3c565c4461e0984b09d50c435cf66ba3cea832 X-VCS-Branch: master Date: Mon, 6 Jul 2020 11:35:37 +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: 747c9316-47ae-451d-be6f-a7750a733a85 X-Archives-Hash: a61f9f356e92a8a1b6c744f18d2f80f5 commit: 3a3c565c4461e0984b09d50c435cf66ba3cea832 Author: Lars Wendler gentoo org> AuthorDate: Mon Jul 6 11:35:27 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jul 6 11:35:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3c565c net-print/cups-filters: Fixed build with USE="-test" Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> net-print/cups-filters/cups-filters-1.27.5.ebuild | 2 +- .../cups-filters-1.27.5-make-missing-testfont-non-fatal.patch | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/net-print/cups-filters/cups-filters-1.27.5.ebuild b/net-print/cups-filters/cups-filters-1.27.5.ebuild index 7abb7a7fcbf..a62c679e894 100644 --- a/net-print/cups-filters/cups-filters-1.27.5.ebuild +++ b/net-print/cups-filters/cups-filters-1.27.5.ebuild @@ -59,7 +59,7 @@ src_prepare() { default if ! use test ; then - eapply "${FILESDIR}"/${PN}-1.27.4-make-missing-testfont-non-fatal.patch + eapply "${FILESDIR}"/${PN}-1.27.5-make-missing-testfont-non-fatal.patch need_eautoreconf=yes elif [[ "${PV}" == "9999" ]] ; then need_eautoreconf=yes diff --git a/net-print/cups-filters/files/cups-filters-1.27.5-make-missing-testfont-non-fatal.patch b/net-print/cups-filters/files/cups-filters-1.27.5-make-missing-testfont-non-fatal.patch new file mode 100644 index 00000000000..0d5b6e6e06c --- /dev/null +++ b/net-print/cups-filters/files/cups-filters-1.27.5-make-missing-testfont-non-fatal.patch @@ -0,0 +1,11 @@ +--- cups-filters-1.27.5/configure.ac ++++ cups-filters-1.27.5/configure.ac +@@ -791,7 +791,7 @@ + + AS_IF([test -f "$with_test_font_path"], + [AC_DEFINE_UNQUOTED([TESTFONT], ["$with_test_font_path"], [Path to font used in tests])], +- [AC_MSG_ERROR(DejaVuSans.ttf font file is missing. Please install a package providing it.)] ++ [AC_MSG_WARN(DejaVuSans.ttf font file is missing. Expect test failures!)] + ) + + # ================