From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mt-daapd/, media-sound/mt-daapd/files/
Date: Mon, 13 Feb 2023 00:18:05 +0000 (UTC) [thread overview]
Message-ID: <1676247462.192cd4d71140674f42364774cfb1b9f809c27b74.sam@gentoo> (raw)
commit: 192cd4d71140674f42364774cfb1b9f809c27b74
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 00:17:15 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 00:17:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192cd4d7
media-sound/mt-daapd: build with byacc
Incompatible with Bison 3 and this package is on life-support, long-dead
upstream.
Bug: https://bugs.gentoo.org/875011
Closes: https://bugs.gentoo.org/894024
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/mt-daapd/files/mt-daapd-0.2.4.2-clang16.patch | 2 +-
media-sound/mt-daapd/mt-daapd-0.2.4.2-r2.ebuild | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/media-sound/mt-daapd/files/mt-daapd-0.2.4.2-clang16.patch b/media-sound/mt-daapd/files/mt-daapd-0.2.4.2-clang16.patch
index 3380cc0da44a..f9efbe4419bc 100644
--- a/media-sound/mt-daapd/files/mt-daapd-0.2.4.2-clang16.patch
+++ b/media-sound/mt-daapd/files/mt-daapd-0.2.4.2-clang16.patch
@@ -50,7 +50,7 @@ https://bugs.gentoo.org/875011
+#include <time.h>
#include "playlist.h"
-+#define YYPARSE_PARAM
++#define YYPARSE_PARAM param
#define YYERROR_VERBOSE 1
extern int yyerror(char *msg);
diff --git a/media-sound/mt-daapd/mt-daapd-0.2.4.2-r2.ebuild b/media-sound/mt-daapd/mt-daapd-0.2.4.2-r2.ebuild
index 1ef6c391d0db..0ed43fc3e9fb 100644
--- a/media-sound/mt-daapd/mt-daapd-0.2.4.2-r2.ebuild
+++ b/media-sound/mt-daapd/mt-daapd-0.2.4.2-r2.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
)"
DEPEND="${RDEPEND}"
BDEPEND="
- app-alternatives/yacc
+ dev-util/byacc
virtual/pkgconfig
"
@@ -50,6 +50,9 @@ src_prepare() {
}
src_configure() {
+ # Incompatible with Bison 3, dead upstream
+ export YACC=byacc
+
econf \
$(use_enable vorbis oggvorbis) \
--disable-maintainer-mode \
next reply other threads:[~2023-02-13 0:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 0:18 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-12 2:04 [gentoo-commits] repo/gentoo:master commit in: media-sound/mt-daapd/, media-sound/mt-daapd/files/ Sam James
2019-04-08 16:43 David Seifert
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=1676247462.192cd4d71140674f42364774cfb1b9f809c27b74.sam@gentoo \
--to=sam@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