pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(cross/retro68) rm patches/patch-PEFTools_MakePEF.cc



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Wed Jan 31 07:59:03 2024 +0900
Changeset:	4dc7a3c612c2c5d2f715952ecb69be4051f2cb19

Modified Files:
	retro68/distinfo
Removed Files:
	retro68/patches/patch-PEFTools_MakePEF.cc

Log Message:
(cross/retro68) rm patches/patch-PEFTools_MakePEF.cc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4dc7a3c612c2c5d2f715952ecb69be4051f2cb19

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 retro68/distinfo                          |  1 -
 retro68/patches/patch-PEFTools_MakePEF.cc | 20 --------------------
 2 files changed, 21 deletions(-)

diffs:
diff --git a/retro68/distinfo b/retro68/distinfo
index b5f5ac6ce7..9042c80eb6 100644
--- a/retro68/distinfo
+++ b/retro68/distinfo
@@ -5,7 +5,6 @@ SHA512 (Retro68-2019.8.2.tar.gz) = 1d70e6248f915d6947ea95ea7f47d903b94115f582612
 Size (Retro68-2019.8.2.tar.gz) = 175241148 bytes
 SHA1 (patch-LaunchAPPL_Client_MiniVMac.cc) = fa1425a368d204d0fbd172f92c457c2a7526c0be
 SHA1 (patch-PEFTools_CMakeLists.txt) = 38a30fff70258812f535815e59b962c21d9cd81b
-SHA1 (patch-PEFTools_MakePEF.cc) = f3f4e71db8d73f98c5e32e6ed1abd09b9535b56f
 SHA1 (patch-ResourceFiles_ResourceFile.cc) = ea73eedfddb408169eb82beef7af132ee99096ef
 SHA1 (patch-gcc_newlib_libc_include___ansi.h) = 8943735eb0a8a9f5143c29b58b45d4bf4a523b21
 SHA1 (patch-gcc_newlib_libc_include_alloca.h) = f1697a380b247c4e1a9a305c3456c9fd59b879f9
diff --git a/retro68/patches/patch-PEFTools_MakePEF.cc b/retro68/patches/patch-PEFTools_MakePEF.cc
deleted file mode 100644
index 918d65d270..0000000000
--- a/retro68/patches/patch-PEFTools_MakePEF.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD$
-
-[ 83%] Building CXX object LaunchAPPL/Client/CMakeFiles/LaunchAPPL.dir/LaunchMethod.cc.o
-/tmp/wip/Retro68/work/Retro68-2019.8.2/PEFTools/MakePEF.cc:8:10: fatal error: alloca.h: No such file or directory
-    8 | #include <alloca.h>
-      |          ^~~~~~~~~~
-compilation terminated.
-
---- PEFTools/MakePEF.cc.orig	2019-08-24 19:56:10.000000000 +0900
-+++ PEFTools/MakePEF.cc	2024-01-30 22:19:27.932859420 +0900
-@@ -5,7 +5,8 @@
- #include <fstream>
- #include <set>
- #include <string.h>
--#include <alloca.h>
-+/* #include <alloca.h> */
-+#include "../gcc/newlib/libc/include/alloca.h"
- 
- #include <assert.h>
- #include <stdint.h>


Home | Main Index | Thread Index | Old Index