From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/smlnj/files/
Date: Tue, 4 Jun 2024 07:36:22 +0000 (UTC) [thread overview]
Message-ID: <1717486534.0f0b91303f6a45dda7723444888eb502008f8a0c.tupone@gentoo> (raw)
commit: 0f0b91303f6a45dda7723444888eb502008f8a0c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 07:35:34 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 07:35:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0b9130
dev-lang/smlnj: fix make
Closes: https://bugs.gentoo.org/911785
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-lang/smlnj/files/smlnj-110.99.4-shuffle.patch | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/dev-lang/smlnj/files/smlnj-110.99.4-shuffle.patch b/dev-lang/smlnj/files/smlnj-110.99.4-shuffle.patch
index 0f0d343fc136..9a37a1d859bb 100644
--- a/dev-lang/smlnj/files/smlnj-110.99.4-shuffle.patch
+++ b/dev-lang/smlnj/files/smlnj-110.99.4-shuffle.patch
@@ -1,12 +1,11 @@
--- a/base/runtime/c-libs/posix-io/makefile 2024-06-04 08:38:20.192453601 +0200
+++ b/base/runtime/c-libs/posix-io/makefile 2024-06-04 08:39:09.504903619 +0200
-@@ -37,7 +37,9 @@
+@@ -37,7 +37,8 @@
lseek.o \
fsync.o
-$(LIBRARY) : $(VERSION) $(OBJS)
-+$(LIBRARY) :
-+ $(MAKE) $(VERSION)
++$(LIBRARY) : $(VERSION)
+ $(MAKE) $(OBJS)
rm -rf $(LIBRARY)
$(AR) $(ARFLAGS) $(LIBRARY) $(OBJS)
@@ -23,3 +22,15 @@
$(CC) -o $(RUNTIME) $(CFLAGS) $(LDFLAGS) main.o $(OBJS) $(ALL_LIBS) $(LD_LIBS)
$(RUNTIME_A): $(VERSION) main.o $(OBJS) $(ALL_LIBS)
+--- a/base/runtime/c-libs/posix-signal/makefile 2024-06-04 09:32:49.906560537 +0200
++++ b/base/runtime/c-libs/posix-signal/makefile 2024-06-04 09:33:12.811305204 +0200
+@@ -21,7 +21,8 @@
+ OBJS = posix-signal-lib.o \
+ osval.o
+
+-$(LIBRARY) : $(VERSION) $(OBJS)
++$(LIBRARY) : $(VERSION)
++ $(MAKE) $(OBJS)
+ rm -rf $(LIBRARY)
+ $(AR) $(ARFLAGS) $(LIBRARY) $(OBJS)
+ $(RANLIB) $(LIBRARY)
next reply other threads:[~2024-06-04 7:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-04 7:36 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-04 7:29 [gentoo-commits] repo/gentoo:master commit in: dev-lang/smlnj/files/ Alfredo Tupone
2024-05-30 14:55 Arthur Zamarin
2023-01-26 10:33 Alfredo Tupone
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=1717486534.0f0b91303f6a45dda7723444888eb502008f8a0c.tupone@gentoo \
--to=tupone@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