* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/racket/files/
@ 2022-08-08 20:46 Maciej Barć
0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2022-08-08 20:46 UTC (permalink / raw
To: gentoo-commits
commit: c2a27b016b137953f2dfbd4d322eef29a67bab79
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Aug 8 20:24:51 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 20:45:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a27b01
dev-scheme/racket: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12
Closes: https://github.com/gentoo/gentoo/pull/26789
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-scheme/racket/files/Makefile-nostrip.patch | 13 -----------
dev-scheme/racket/files/Makefile-starter.patch | 32 --------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-scheme/racket/files/Makefile-nostrip.patch b/dev-scheme/racket/files/Makefile-nostrip.patch
deleted file mode 100644
index be958546cb89..000000000000
--- a/dev-scheme/racket/files/Makefile-nostrip.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/racket/src/bc/Makefile.in b/racket/src/bc/Makefile.in
-index 3393e0c55e..6f0014881a 100644
---- a/bc/Makefile.in
-+++ b/bc/Makefile.in
-@@ -524,7 +524,7 @@ unix-install-3m:
- $(RESTORE_SIGNATURE) "$(DESTDIR)$(bindir)/racket@MMM_INSTALLED@"
-
- unix-install-libs-3m:
-- cd ..; $(ICP_LIB) bc/libracket3m.@LIBSFX@ "$(DESTDIR)$(libdir)/libracket3m.@LIBSFX@"
-+ cd ..; libtool --mode=install install bc/libracket3m.@LIBSFX@ "$(DESTDIR)$(libdir)/libracket3m.@LIBSFX@"
- cd ..; $(ICP_STATIC_LIB) bc/rktio/librktio.@LIBSFX@ "$(DESTDIR)$(libdir)/librktio.@LIBSFX@"
- cd ..; $(STRIP_LIB_DEBUG) "$(DESTDIR)$(libdir)/libracket3m.@LIBSFX@"
-
diff --git a/dev-scheme/racket/files/Makefile-starter.patch b/dev-scheme/racket/files/Makefile-starter.patch
deleted file mode 100644
index 1a6d527dd085..000000000000
--- a/dev-scheme/racket/files/Makefile-starter.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-index 771f13149e..f219acf1a7 100644
---- a/bc/dynsrc/Makefile.in
-+++ b/bc/dynsrc/Makefile.in
-@@ -22,6 +22,7 @@ PLAIN_CC = @PLAIN_CC@
- CFLAGS = @CFLAGS@ @COMPFLAGS@
- CPPFLAGS = @PREFLAGS@
- ALL_CFLAGS = $(CFLAGS) $(CPPFLAGS) -I$(builddir)/.. -I$(srcdir)/../include -I$(srcdir)/../src -I$(srcdir)/../../version -I$(srcdir)/../../start @MZOPTIONS@
-+LDFLAGS = @LDFLAGS@
-
- dynlib@NOT_MINGW@:
- $(MAKE) ../mzdyn.o
-@@ -61,7 +62,7 @@ dynexmpl.o: $(srcdir)/dynexmpl.c $(HEADERS)
- $(PLAIN_CC) $(ALL_CFLAGS) -c $(srcdir)/dynexmpl.c -o dynexmpl.o
-
- ../starter@NOT_MINGW@@EXE_SUFFIX@: $(srcdir)/../../start/ustart.c $(srcdir)/../../start/self_exe.inc
-- $(PLAIN_CC) $(ALL_CFLAGS) -o ../starter@EXE_SUFFIX@ $(srcdir)/../../start/ustart.c
-+ $(PLAIN_CC) $(ALL_CFLAGS) $(LDFLAGS) -o ../starter@EXE_SUFFIX@ $(srcdir)/../../start/ustart.c
-
- PARSE_CMDL = $(srcdir)/../../start/parse_cmdl.inc
-
-index 1413d1802e..f1135a6681 100644
---- a/cs/c/Makefile.in
-+++ b/cs/c/Makefile.in
-@@ -441,7 +441,7 @@ boot.o: $(srcdir)/boot.c $(srcdir)/../../rktio/rktio.inc $(srcdir)/boot.h
- $(CC) $(CFLAGS) -c -o boot.o $(srcdir)/boot.c
-
- starter@NOT_MINGW@: $(srcdir)/../../start/ustart.c $(srcdir)/../../start/self_exe.inc
-- $(CC) $(CFLAGS) -o starter $(srcdir)/../../start/ustart.c
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o starter $(srcdir)/../../start/ustart.c
-
-
- repack-install-libs:
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/racket/files/
@ 2025-02-23 22:19 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2025-02-23 22:19 UTC (permalink / raw
To: gentoo-commits
commit: 90cc7e15e7e826b5d32b69cb5f9269a216ce11f3
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb 9 08:55:22 2025 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 22:16:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cc7e15
dev-scheme/racket: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../racket/files/racket-8.14-compiler-elf.patch | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/dev-scheme/racket/files/racket-8.14-compiler-elf.patch b/dev-scheme/racket/files/racket-8.14-compiler-elf.patch
deleted file mode 100644
index 3ba22ffca38e..000000000000
--- a/dev-scheme/racket/files/racket-8.14-compiler-elf.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-This was modified to make it apply for distribution tarball.
-
-From bf288da1171e884537760d2f5723ceb03840de98 Mon Sep 17 00:00:00 2001
-From: Matthew Flatt <mflatt@racket-lang.org>
-Date: Mon, 26 Aug 2024 07:42:26 -0600
-Subject: [PATCH] raco exe: repair ELF update to add a section
-
-When a NOBITS section is misinterpreted as taking up space in the
-file, and when that space would overlap with the string-constant
-update, then an incorrect update to the virtual-memory size of the
-section was planned. That adjustment, in turn, could trigger
-disallowed virtual-address shifts to PROGBITS sections that are later
-in memory, leading to a "cannot move SHT_PROGBITS section" error.
----
- racket/collects/compiler/private/elf.rkt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/racket/collects/compiler/private/elf.rkt b/racket/collects/compiler/private/elf.rkt
-index c3009727cfd..a0fbef331db 100644
---- a/collects/compiler/private/elf.rkt
-+++ b/collects/compiler/private/elf.rkt
-@@ -256,6 +256,7 @@
- (define (find-section-by-offset offset sections)
- (for/or ([s (in-list sections)])
- (and (section-alloc? s)
-+ (not (= SHT_NOBITS (section-type s)))
- (offset . >= . (section-offset s))
- (offset . < . (+ (section-offset s)
- (section-size s)))
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-23 22:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-23 22:19 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/racket/files/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2022-08-08 20:46 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox