pkgsrc-WIP-changes archive

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

Remove incomplete patch, breaks gcc. Ok yrmt.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Wed Apr 27 14:24:52 2016 +0100
Changeset:	4361940e3184858f2342aca292ddab51b401a59f

Modified Files:
	mate-system-monitor/distinfo
Removed Files:
	mate-system-monitor/patches/patch-src_lsof.cpp

Log Message:
Remove incomplete patch, breaks gcc.  Ok yrmt.

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

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

diffstat:
 mate-system-monitor/distinfo                   |  1 -
 mate-system-monitor/patches/patch-src_lsof.cpp | 15 ---------------
 2 files changed, 16 deletions(-)

diffs:
diff --git a/mate-system-monitor/distinfo b/mate-system-monitor/distinfo
index a340e8d..ec23ae3 100644
--- a/mate-system-monitor/distinfo
+++ b/mate-system-monitor/distinfo
@@ -4,4 +4,3 @@ SHA1 (mate-system-monitor-1.14.0.tar.xz) = a9045ce34fe9c116b6afae08b04030ab9c228
 RMD160 (mate-system-monitor-1.14.0.tar.xz) = 42351dd35cf4f1510423adf1ef91c9aa79ab1980
 SHA512 (mate-system-monitor-1.14.0.tar.xz) = f19fa0241228be8ec8600db43e71495750039288292ba5714489a84acb3e5cc9f4c87d39a63d29a0fc6f907af6ecc319382cd4276ae2de1125bba059d5b24be5
 Size (mate-system-monitor-1.14.0.tar.xz) = 2135464 bytes
-SHA1 (patch-src_lsof.cpp) = da32b8fb0f9bb5284382ef8f6cda2247f4c1237c
diff --git a/mate-system-monitor/patches/patch-src_lsof.cpp b/mate-system-monitor/patches/patch-src_lsof.cpp
deleted file mode 100644
index 8782723..0000000
--- a/mate-system-monitor/patches/patch-src_lsof.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Fix clang build.
-
---- src/lsof.cpp.orig	2016-04-05 16:12:54.000000000 +0000
-+++ src/lsof.cpp
-@@ -137,7 +137,7 @@ namespace
- 
-         void update_count(unsigned count)
-         {
--            string s = static_cast<std::ostringstream&>(std::ostringstream() << count).str();
-+            string s = (std::ostringstream() << count).str();
-             gtk_label_set_text(this->count, s.c_str());
-         }
- 


Home | Main Index | Thread Index | Old Index