public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-ProcessTable/files/
@ 2017-10-24  2:45 Kent Fredric
  0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2017-10-24  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4861cd8975675c4732dfa4c30d877edac36bf5e6
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Oct 17 15:57:21 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 02:44:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4861cd89

dev-perl/Proc-ProcessTable: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/5969

 .../files/0.45-fix-format-errors.patch             | 30 ----------------------
 .../Proc-ProcessTable/files/0.45-pthread.patch     | 15 -----------
 2 files changed, 45 deletions(-)

diff --git a/dev-perl/Proc-ProcessTable/files/0.45-fix-format-errors.patch b/dev-perl/Proc-ProcessTable/files/0.45-fix-format-errors.patch
deleted file mode 100644
index c7bbec99344..00000000000
--- a/dev-perl/Proc-ProcessTable/files/0.45-fix-format-errors.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://rt.cpan.org/Public/Bug/Display.html?id=48445
---- Proc-ProcessTable-0.45/os/Linux.c
-+++ Proc-ProcessTable-0.45/os/Linux.c
-@@ -397,7 +397,7 @@
- 
-     /* copy the path onto our obstack, set the value (somewhere in pts)
-      * and free the results of canonicalize_file_name */
--    obstack_printf(mem_pool, link);
-+    obstack_printf(mem_pool, "%s", link);
-     obstack_1grow(mem_pool, '\0');
- 
-     *ptr = (char *) obstack_finish(mem_pool);
-@@ -618,7 +618,7 @@
-         bzero(prs, sizeof(struct procstat));
- 
-         /* intilize the format string */
--        obstack_printf(&mem_pool, get_string(STR_DEFAULT_FORMAT));
-+        obstack_printf(&mem_pool, "%s", get_string(STR_DEFAULT_FORMAT));
-         obstack_1grow(&mem_pool, '\0');
-         format_str = (char *) obstack_finish(&mem_pool);
- 
---- Proc-ProcessTable-0.45/ProcessTable.xs
-+++ Proc-ProcessTable-0.45/ProcessTable.xs
-@@ -388,5 +388,5 @@
-      char* error;
- 
-      if( (error = OS_initialize()) != NULL ){
--       croak(error);
-+       croak("%s", error);
-      }

diff --git a/dev-perl/Proc-ProcessTable/files/0.45-pthread.patch b/dev-perl/Proc-ProcessTable/files/0.45-pthread.patch
deleted file mode 100644
index 537e2926c4d..00000000000
--- a/dev-perl/Proc-ProcessTable/files/0.45-pthread.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://rt.cpan.org/Public/Bug/Display.html?id=46861
---- Proc-ProcessTable-0.45/hints/linux.pl
-+++ Proc-ProcessTable-0.45/hints/linux.pl
-@@ -1 +1,11 @@
-+# We might have a non-threading perl, which doesn't add this
-+# necessary link option.
-+use Config;
-+my $thread_lib = "-lpthread";
-+
-+if( $Config{libs} !~ /$thread_lib/ ) {
-+  $self->{LIBS} ||= [];
-+  push @{ $self->{LIBS} }, $thread_lib;
-+}
-+
- symlink "os/Linux.c", "OS.c" || die "Could not link os/Linux.c to os/OS.c\n";


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-24  2:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-24  2:45 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-ProcessTable/files/ Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox