* [gentoo-commits] repo/gentoo:master commit in: sys-devel/bin86/files/
@ 2017-02-04 21:22 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-02-04 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 1cbca701e8460f8ced5309ae337f191380c884c6
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Feb 3 15:23:14 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 21:20:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbca701
sys-devel/bin86: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3791
| 34 ----------------------
.../files/bin86-0.16.20-remove-seg-ss-check.patch | 22 --------------
2 files changed, 56 deletions(-)
diff --git a/sys-devel/bin86/files/bin86-0.16.18-headers.patch b/sys-devel/bin86/files/bin86-0.16.18-headers.patch
deleted file mode 100644
index 16c9fa1..00000000
--- a/sys-devel/bin86/files/bin86-0.16.18-headers.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-fix implicit function decl warnings
-
-by David J Cozatt
-
---- bin86-0.16.18/ld/catimage.c
-+++ bin86-0.16.18/ld/catimage.c
-@@ -21,6 +21,8 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include "x86_aout.h"
-
- #ifndef __OUT_OK
---- bin86-0.16.18/ld/dumps.c
-+++ bin86-0.16.18/ld/dumps.c
-@@ -6,6 +6,7 @@
- #include "obj.h"
- #include "type.h"
- #include "globvar.h"
-+#include <string.h>
-
- /* print list of modules and whether they are loaded */
-
---- bin86-0.16.18/ld/objchop.c
-+++ bin86-0.16.18/ld/objchop.c
-@@ -1,5 +1,6 @@
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include "x86_aout.h"
-
- #ifndef __OUT_OK
diff --git a/sys-devel/bin86/files/bin86-0.16.20-remove-seg-ss-check.patch b/sys-devel/bin86/files/bin86-0.16.20-remove-seg-ss-check.patch
deleted file mode 100644
index 146b42f..00000000
--- a/sys-devel/bin86/files/bin86-0.16.20-remove-seg-ss-check.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-This check leads to false positives for lilo. We disable it.
-
-From: Anthony G. Basile <blueness@gentoo.org>
-
-diff -Naur bin86-0.16.20.orig/as/assemble.c bin86-0.16.20/as/assemble.c
---- bin86-0.16.20.orig/as/assemble.c 2013-10-29 11:45:37.000000000 -0400
-+++ bin86-0.16.20/as/assemble.c 2013-12-09 18:43:45.018184693 -0500
-@@ -325,12 +325,14 @@
- /* We handle "rep[ne]" refix as separate instruction; check if it's valid */
- if (prevop == 0xF2 && (opcode&0xF6) != 0xA6) /* REPNE CMPS/SCAS */
- error (REPNE_STRING);
-+#if 0
- if (prevop == 0xF3 && !((opcode&0xFC) == 0x6C || /* REP INS/OUTS */
- (opcode&0xFC) == 0xA4 || /* REP MOVS/CMPS */
- (opcode&0xFC) == 0xAC || /* REP SCAS/LODS */
- (opcode&0xFE) == 0xAA)) /* REP STOS */
- error (REP_STRING);
- #endif
-+#endif
- routine = rout_table[symptr->value_reg_or_op.op.routine];
- getsym();
- (*routine)();
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/bin86/files/
@ 2022-02-22 7:13 Ionen Wolkens
0 siblings, 0 replies; 2+ messages in thread
From: Ionen Wolkens @ 2022-02-22 7:13 UTC (permalink / raw
To: gentoo-commits
commit: e78eadf0fbf01f15ee543222054bdd603041986d
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Feb 21 13:38:31 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 07:11:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78eadf0
sys-devel/bin86: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24298
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch b/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch
deleted file mode 100644
index b494a8b724de..000000000000
--- a/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-This should make it built on other archictectures as well
-
-https://bugs.gentoo.org/428228
-
---- ld/x86_aout.h
-+++ ld/x86_aout.h
-@@ -13,7 +13,9 @@
- typedef long Long;
- #define __OUT_OK 1
- #else
--typedef char Long[4];
-+#define __OUT_OK 1
-+#include <inttypes.h>
-+typedef int32_t Long;
- #endif
-
- struct exec { /* a.out header */
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-22 7:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-22 7:13 [gentoo-commits] repo/gentoo:master commit in: sys-devel/bin86/files/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2017-02-04 21:22 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox