Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/files/
Date: Thu, 09 Feb 2017 22:37:58
Message-Id: 1486679737.59fcd0f85d4744a59c48312ffcb22026394643ea.soap@gentoo
1 commit: 59fcd0f85d4744a59c48312ffcb22026394643ea
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 9 19:47:52 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 22:35:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fcd0f8
7
8 sys-devel/dev86: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/3897
11
12 sys-devel/dev86/files/dev86-0.16.17-fortify.patch | 43 -----------------------
13 sys-devel/dev86/files/dev86-0.16.17-make382.patch | 11 ------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/sys-devel/dev86/files/dev86-0.16.17-fortify.patch b/sys-devel/dev86/files/dev86-0.16.17-fortify.patch
17 deleted file mode 100644
18 index 715d0c4ca6..0000000000
19 --- a/sys-devel/dev86/files/dev86-0.16.17-fortify.patch
20 +++ /dev/null
21 @@ -1,43 +0,0 @@
22 ---- dev86-0.16.17/bcc/bcc.c
23 -+++ dev86-0.16.17/bcc/bcc.c
24 -@@ -19,6 +19,7 @@
25 - #ifdef __STDC__
26 - #include <stdlib.h>
27 - #ifndef MSDOS
28 -+#include <limits.h>
29 - #include <unistd.h>
30 - #endif
31 - #else
32 -@@ -596,12 +597,17 @@
33 - }
34 - }
35 -
36 --void
37 --command_reset()
38 --{
39 - #ifndef MAXPATHLEN
40 -+#ifdef PATH_MAX
41 -+#define MAXPATHLEN PATH_MAX
42 -+#else
43 - #define MAXPATHLEN 1024
44 - #endif
45 -+#endif
46 -+
47 -+void
48 -+command_reset()
49 -+{
50 - char buf[MAXPATHLEN];
51 - char ** prefix;
52 - char * saved_cmd;
53 -@@ -1308,11 +1314,7 @@
54 -
55 - for(d=s=ptr; d && *s; s=d)
56 - {
57 --#ifdef MAXPATHLEN
58 - char buf[MAXPATHLEN];
59 --#else
60 -- char buf[1024];
61 --#endif
62 -
63 - free(temp);
64 - d=strchr(s, ':');
65
66 diff --git a/sys-devel/dev86/files/dev86-0.16.17-make382.patch b/sys-devel/dev86/files/dev86-0.16.17-make382.patch
67 deleted file mode 100644
68 index e7ce0651c6..0000000000
69 --- a/sys-devel/dev86/files/dev86-0.16.17-make382.patch
70 +++ /dev/null
71 @@ -1,11 +0,0 @@
72 ---- libc/i386sys/Makefile
73 -+++ libc/i386sys/Makefile
74 -@@ -12,7 +12,7 @@
75 - DOBJ=opendir.o closedir.o readdir.o
76 -
77 - ifeq ($(LIB_CPU)-$(LIB_OS),i386-ELKS)
78 --OBJ=$(LOBJ3) $(LOBJ) $(EOBJ) $(DOBJ) setjmp3.o
79 -+OBJ=$(LOBJ) $(LOBJ) $(EOBJ) $(DOBJ) setjmp3.o
80 - SYSCALLS=syscalls
81 -
82 - CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)