pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/mate-system-monitor/patches Remove merged and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74b7240c932d
branches:  trunk
changeset: 364569:74b7240c932d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jun 29 16:23:27 2017 +0000

description:
Remove merged and obsolete patch.

diffstat:

 sysutils/mate-system-monitor/patches/patch-src_lsof.cpp |  18 -----------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diffs (22 lines):

diff -r 47236d6290cf -r 74b7240c932d sysutils/mate-system-monitor/patches/patch-src_lsof.cpp
--- a/sysutils/mate-system-monitor/patches/patch-src_lsof.cpp   Thu Jun 29 14:23:43 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-src_lsof.cpp,v 1.4 2016/06/21 16:24:00 youri Exp $
-
-Casting temporaries to references is not valid.
-Merged upstream.
-
---- src/lsof.cpp.orig  2016-04-05 16:12:54.000000000 +0000
-+++ src/lsof.cpp
-@@ -137,7 +137,9 @@ namespace
- 
-         void update_count(unsigned count)
-         {
--            string s = static_cast<std::ostringstream&>(std::ostringstream() << count).str();
-+              std::ostringstream ss;
-+                      ss << count;
-+              string s = ss.str();
-             gtk_label_set_text(this->count, s.c_str());
-         }
- 



Home | Main Index | Thread Index | Old Index