public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/
Date: Tue,  7 Mar 2023 18:14:05 +0000 (UTC)	[thread overview]
Message-ID: <1678212813.a87879f8046d39c966b04d3a1fa6054d4a1ce216.tomjbe@gentoo> (raw)

commit:     a87879f8046d39c966b04d3a1fa6054d4a1ce216
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 18:06:48 2023 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 18:13:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87879f8

media-radio/tlf: Skip check for implicit function declaration in config logs

ax_with_curses.m4 ifrom autoconf-archive checks potential available
ncursesw header file locations. If header file is not found the check
results in an implicit function declaration.

Closes: https://bugs.gentoo.org/898488
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/tlf/tlf-1.4.1-r2.ebuild | 56 +++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/media-radio/tlf/tlf-1.4.1-r2.ebuild b/media-radio/tlf/tlf-1.4.1-r2.ebuild
new file mode 100644
index 000000000000..9e10989920d6
--- /dev/null
+++ b/media-radio/tlf/tlf-1.4.1-r2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-libs/ncurses:=
+	dev-libs/glib:2
+	media-libs/hamlib:=
+	media-sound/sox
+	dev-libs/xmlrpc-c[curl]
+	elibc_musl? ( sys-libs/argp-standalone )"
+DEPEND="
+	${RDEPEND}
+	test? ( dev-util/cmocka )"
+
+PATCHES=( "${FILESDIR}/${P}-zone_nr.patch"
+	  "${FILESDIR}/${P}-musl.patch"
+	  "${FILESDIR}/${P}-missing-include.patch"
+	)
+
+# suppress warning wrt 'implicit function declaration' in config logs
+# bug #899842
+QA_CONFIG_IMPL_DECL_SKIP=(
+	wget_wch	# designed to check availability of various ncursesw
+				# header files
+	)
+
+src_prepare() {
+	if has_version '>=media-libs/hamlib-4.2' ; then
+		sed -i -e "s/FILPATHLEN/HAMLIB_FILPATHLEN/g" "${S}"/src/sendqrg.c || die
+	fi
+
+	eapply ${PATCHES[@]}
+	eapply_user
+	eautoreconf
+}
+
+src_configure() {
+	use elibc_musl && append-libs argp
+	append-ldflags -L/usr/$(get_libdir)/hamlib
+	filter-lto		# bug # 876418
+	econf --enable-fldigi-xmlrpc
+}


             reply	other threads:[~2023-03-07 18:14 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 18:14 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-16  8:46 [gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/ Thomas Beierlein
2024-01-15 19:57 Sam James
2024-01-15 19:57 Sam James
2023-03-07 12:54 Thomas Beierlein
2022-10-18  2:28 Sam James
2021-08-02 12:17 Sam James
2021-06-23 11:03 Thomas Beierlein
2021-06-23 11:03 Thomas Beierlein
2020-07-20  5:31 Thomas Beierlein
2020-07-19 12:18 Agostino Sarubbo
2020-07-17 15:17 Agostino Sarubbo
2020-05-01 14:20 Thomas Beierlein
2019-12-30 12:29 Agostino Sarubbo
2019-12-27 16:43 Agostino Sarubbo
2019-11-17 14:20 Thomas Beierlein
2019-11-17 11:01 Thomas Beierlein
2019-11-17 11:01 Thomas Beierlein
2019-05-20 11:45 Mikle Kolyada
2019-05-19 15:48 Thomas Deutschmann
2019-01-20 15:00 Thomas Beierlein
2018-10-20  9:53 Thomas Beierlein
2017-06-09 10:19 Agostino Sarubbo
2017-06-06 11:31 Agostino Sarubbo
2017-02-10  6:03 Thomas Beierlein
2016-12-16  6:57 Thomas Beierlein
2016-12-08 18:46 Thomas Beierlein
2016-09-18 17:52 Thomas Beierlein
2016-05-18  5:07 Thomas Beierlein
2016-04-23 16:31 Thomas Beierlein
2016-04-23 16:24 Thomas Beierlein
2016-01-22 16:55 Thomas Beierlein
2016-01-06 13:34 Agostino Sarubbo
2016-01-02 16:28 Agostino Sarubbo
2015-11-10 18:31 Thomas Beierlein
2015-11-10 18:29 Thomas Beierlein
2015-11-10  6:13 Thomas Beierlein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1678212813.a87879f8046d39c966b04d3a1fa6054d4a1ce216.tomjbe@gentoo \
    --to=tomjbe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox