From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/files/, sys-devel/dev86/
Date: Tue, 29 Jul 2025 05:42:52 +0000 (UTC) [thread overview]
Message-ID: <1753767728.75ca737d8516c877fb2526e90d6f4bddaf83ce2e.sam@gentoo> (raw)
commit: 75ca737d8516c877fb2526e90d6f4bddaf83ce2e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 04:59:40 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 05:42:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ca737d
sys-devel/dev86: fix sed delimiter
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/dev86/dev86-1.0.1.ebuild | 1 +
sys-devel/dev86/files/dev86-1.0.1-sed-colon-flags.patch | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/sys-devel/dev86/dev86-1.0.1.ebuild b/sys-devel/dev86/dev86-1.0.1.ebuild
index 1f76d5e07cee..45ffc6807c8f 100644
--- a/sys-devel/dev86/dev86-1.0.1.ebuild
+++ b/sys-devel/dev86/dev86-1.0.1.ebuild
@@ -20,6 +20,7 @@ DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-makefile.patch"
"${FILESDIR}/${P}-reboot.patch"
+ "${FILESDIR}/${PN}-1.0.1-sed-colon-flags.patch"
)
src_prepare() {
diff --git a/sys-devel/dev86/files/dev86-1.0.1-sed-colon-flags.patch b/sys-devel/dev86/files/dev86-1.0.1-sed-colon-flags.patch
new file mode 100644
index 000000000000..93a0fa53fbe0
--- /dev/null
+++ b/sys-devel/dev86/files/dev86-1.0.1-sed-colon-flags.patch
@@ -0,0 +1,14 @@
+Don't fail if there's a : in CFLAGS or LDFLAGS.
+--- a/Makefile
++++ b/Makefile
+@@ -63,8 +63,8 @@ make.fil: $(IFDEFNAME) makefile.in
+ echo >> tmp.sed "s:%MANDIR%:$(MANDIR):"
+ echo >> tmp.sed "s:%ELKSSRC%:$(ELKSSRC):"
+ echo >> tmp.sed "s:%CC%:$(CC):"
+- echo >> tmp.sed "s:%CFLAGS%:$(CFLAGS):"
+- echo >> tmp.sed "s:%LDFLAGS%:$(LDFLAGS):"
++ echo >> tmp.sed "s|%CFLAGS%|$(CFLAGS)|"
++ echo >> tmp.sed "s|%LDFLAGS%|$(LDFLAGS)|"
+ sed -f tmp.sed < tmp.mak > make.tmp
+ mv -f make.tmp make.fil
+ @rm -f tmp.mak tmp.sed
next reply other threads:[~2025-07-29 5:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-29 5:42 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-10 18:03 [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/files/, sys-devel/dev86/ Sam James
2018-06-20 18:32 Pacho Ramos
2018-02-14 13:35 Michael Palimaka
2016-02-06 10:27 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=1753767728.75ca737d8516c877fb2526e90d6f4bddaf83ce2e.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