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 01A0E1382C5 for ; Thu, 24 Jun 2021 05:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6F11E087E; Thu, 24 Jun 2021 05:21:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CE11EE087E for ; Thu, 24 Jun 2021 05:21:44 +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 7C5F03411A1 for ; Thu, 24 Jun 2021 05:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C85AF7A4 for ; Thu, 24 Jun 2021 05:21:41 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1624511831.ec4c9d097d184668e3bb47893cfa63a65038330e.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/xlog/xlog-2.0.22.ebuild X-VCS-Directories: media-radio/xlog/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: ec4c9d097d184668e3bb47893cfa63a65038330e X-VCS-Branch: master Date: Thu, 24 Jun 2021 05:21:41 +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: 7231372a-5d3a-41c3-8fb5-64cf2a16c314 X-Archives-Hash: 91c89ebf8b9e6cb5da4e1d129ef065b4 commit: ec4c9d097d184668e3bb47893cfa63a65038330e Author: Thomas Beierlein gentoo org> AuthorDate: Thu Jun 24 05:17:11 2021 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Thu Jun 24 05:17:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4c9d09 media-radio/xlog: Prepare for coming media-libs/hamlib-4.2 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/xlog/xlog-2.0.22.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-radio/xlog/xlog-2.0.22.ebuild b/media-radio/xlog/xlog-2.0.22.ebuild index 7467c2953e5..3b1c9d3c166 100644 --- a/media-radio/xlog/xlog-2.0.22.ebuild +++ b/media-radio/xlog/xlog-2.0.22.ebuild @@ -37,6 +37,11 @@ src_prepare() { sed -i -e "s:HAMLIB_LIBS@:HAMLIB_LIBS@ -lm:g" src/Makefile.am || die eautoconf + # prepare for media-radio/hamlib-4.2 change of API + if has_version '>=media-libs/hamlib-4.2' ; then + sed -i -e "s/FILPATHLEN/HAMLIB_FILPATHLEN/g" "${S}"/src/hamlib-utils.c || die + fi + # Fix broken png files<< einfo "Fixing broken png files." pushd "${S}"/data/doc/manual/output/html