pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(cross/retro68) rm patches/patch-gcc_newlib_libc_include_*
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By: mef
Date: Wed Jan 31 08:14:20 2024 +0900
Changeset: 994b1c7589517feeb34ca09eb168529d70c27a76
Modified Files:
retro68/distinfo
Removed Files:
retro68/patches/patch-gcc_newlib_libc_include_alloca.h
retro68/patches/patch-gcc_newlib_libc_include_sys_config.h
retro68/patches/patch-gcc_newlib_libc_include_sys_features.h
Log Message:
(cross/retro68) rm patches/patch-gcc_newlib_libc_include_*
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=994b1c7589517feeb34ca09eb168529d70c27a76
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
retro68/distinfo | 3 ---
.../patches/patch-gcc_newlib_libc_include_alloca.h | 19 ------------------
.../patch-gcc_newlib_libc_include_sys_config.h | 22 ---------------------
.../patch-gcc_newlib_libc_include_sys_features.h | 23 ----------------------
4 files changed, 67 deletions(-)
diffs:
diff --git a/retro68/distinfo b/retro68/distinfo
index ed2e022623..964895ed29 100644
--- a/retro68/distinfo
+++ b/retro68/distinfo
@@ -6,7 +6,4 @@ Size (Retro68-2019.8.2.tar.gz) = 175241148 bytes
SHA1 (patch-LaunchAPPL_Client_MiniVMac.cc) = fa1425a368d204d0fbd172f92c457c2a7526c0be
SHA1 (patch-PEFTools_CMakeLists.txt) = 38a30fff70258812f535815e59b962c21d9cd81b
SHA1 (patch-ResourceFiles_ResourceFile.cc) = ea73eedfddb408169eb82beef7af132ee99096ef
-SHA1 (patch-gcc_newlib_libc_include_alloca.h) = f1697a380b247c4e1a9a305c3456c9fd59b879f9
-SHA1 (patch-gcc_newlib_libc_include_sys_config.h) = b3cee661db099935895c97768477d17d1ca4fdce
-SHA1 (patch-gcc_newlib_libc_include_sys_features.h) = f4784803a1acfcf7d0acf13ba41988a83a7fe7e1
SHA1 (patch-libelf_src_config.h) = 1a5d86716b8aaf16daaa1e17612b691c0afa32cb
diff --git a/retro68/patches/patch-gcc_newlib_libc_include_alloca.h b/retro68/patches/patch-gcc_newlib_libc_include_alloca.h
deleted file mode 100644
index 33bcaaeef3..0000000000
--- a/retro68/patches/patch-gcc_newlib_libc_include_alloca.h
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD$
-
-In file included from /tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/MakePEF.cc:9:
-/tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/alloca.h:11:10: fatal error: sys/reent.h: No such file or directory
- 11 | #include <sys/reent.h>
- | ^~~~~~~~~~~~~
-compilation terminated.
-
---- PEFTools/../gcc/newlib/libc/include/alloca.h.orig 2019-08-24 19:56:10.000000000 +0900
-+++ PEFTools/../gcc/newlib/libc/include/alloca.h 2024-01-31 07:26:33.272095197 +0900
-@@ -8,7 +8,7 @@
- #define _NEWLIB_ALLOCA_H
-
- #include "_ansi.h"
--#include <sys/reent.h>
-+#include "sys/reent.h"
-
- #undef alloca
-
diff --git a/retro68/patches/patch-gcc_newlib_libc_include_sys_config.h b/retro68/patches/patch-gcc_newlib_libc_include_sys_config.h
deleted file mode 100644
index bd21d3d90a..0000000000
--- a/retro68/patches/patch-gcc_newlib_libc_include_sys_config.h
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-[ 83%] Building CXX object LaunchAPPL/Client/CMakeFiles/LaunchAPPL.dir/LaunchMethod.cc.o
-In file included from /tmp/wip/Retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/_ansi.h:11,
- from /tmp/wip/Retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/alloca.h:10,
- from /tmp/wip/Retro68/work/Retro68-2019.8.2/PEFTools/MakePEF.cc:9:
-/tmp/wip/Retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/sys/config.h:5:10: fatal error: sys/features.h: No such file or directory
- 5 | #include <sys/features.h> /* POSIX defs */
- | ^~~~~~~~~~~~~~~~
-compilation terminated.
-
---- PEFTools/../gcc/newlib/libc/include/sys/config.h.orig 2024-01-30 22:57:05.167249422 +0900
-+++ PEFTools/../gcc/newlib/libc/include/sys/config.h 2024-01-30 22:58:26.400601194 +0900
-@@ -2,7 +2,7 @@
- #define __SYS_CONFIG_H__
-
- #include <machine/ieeefp.h> /* floating point macros */
--#include <sys/features.h> /* POSIX defs */
-+#include "features.h" /* POSIX defs */
-
- #ifdef __aarch64__
- #define MALLOC_ALIGNMENT 16
diff --git a/retro68/patches/patch-gcc_newlib_libc_include_sys_features.h b/retro68/patches/patch-gcc_newlib_libc_include_sys_features.h
deleted file mode 100644
index 0ecde91c1c..0000000000
--- a/retro68/patches/patch-gcc_newlib_libc_include_sys_features.h
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
-[ 87%] Building CXX object Elf2Mac/CMakeFiles/Elf2Mac.dir/Symbol.cc.o
-In file included from /tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/sys/config.h:5,
- from /tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/_ansi.h:11,
- from /tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/alloca.h:10,
- from /tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/MakePEF.cc:9:
-/tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/sys/features.h:28:10: fatal error: _newlib_version.h: No such file or directory
- 28 | #include "_newlib_version.h"
- | ^~~~~~~~~~~~~~~~~~~
-compilation terminated.
-
---- PEFTools/../gcc/newlib/libc/include/sys/features.h.orig 2019-08-24 19:56:10.000000000 +0900
-+++ PEFTools/../gcc/newlib/libc/include/sys/features.h 2024-01-31 00:27:35.504855452 +0900
-@@ -25,7 +25,7 @@
- extern "C" {
- #endif
-
--#include <_newlib_version.h>
-+#include "../_newlib_version.h"
-
- /* Macro to test version of GCC. Returns 0 for non-GCC or too old GCC. */
- #ifndef __GNUC_PREREQ
Home |
Main Index |
Thread Index |
Old Index