pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/kopete gcc6 build fix
details: https://anonhg.NetBSD.org/pkgsrc/rev/64c7a02a95e1
branches: trunk
changeset: 349787:64c7a02a95e1
user: markd <markd%pkgsrc.org@localhost>
date: Sat Jul 16 01:17:59 2016 +0000
description:
gcc6 build fix
diffstat:
net/kopete/distinfo | 3 +-
net/kopete/patches/patch-plugins_history2_history2logger.h | 15 ++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 2ded661c58f5 -r 64c7a02a95e1 net/kopete/distinfo
--- a/net/kopete/distinfo Sat Jul 16 00:47:00 2016 +0000
+++ b/net/kopete/distinfo Sat Jul 16 01:17:59 2016 +0000
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.6 2016/01/10 19:20:07 markd Exp $
+$NetBSD: distinfo,v 1.7 2016/07/16 01:17:59 markd Exp $
SHA1 (kopete-15.12.0.tar.xz) = ca45500e134b4fff6a05d7b021ab7d982d95b197
RMD160 (kopete-15.12.0.tar.xz) = 2e1e660a921e2c5d482cf4d1136ae37c2eef2d98
SHA512 (kopete-15.12.0.tar.xz) = 48f49df8594ea2d437a82e56159d68753581405e3230fa4070fc5e5d027bd43383ee91e55f42c0c6a0d773cb648f8d967ad9067ad3fa87bb0a1f5694edb30ef0
Size (kopete-15.12.0.tar.xz) = 6328468 bytes
SHA1 (patch-libkopete_avdevice_videodevice.h) = 9864dd808cf375bcc48ec9ed0c6d939da382ea67
+SHA1 (patch-plugins_history2_history2logger.h) = f198ea9005a245862cbf357022e31d9ba50ee7c7
SHA1 (patch-protocols_jabber_libiris_src_jdns_jdns_sys.c) = 3bb68fd63bbd98ac106402a1c647f23556e6cea8
SHA1 (patch-protocols_winpopup_winpopup-install) = 538f1f079439d3c86454583f2863dbbcb3a63b95
SHA1 (patch-protocols_wlm_CMakeLists.txt) = 4f0c6ebdf51f15c0759a8489ddbb43fe4052281c
diff -r 2ded661c58f5 -r 64c7a02a95e1 net/kopete/patches/patch-plugins_history2_history2logger.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/kopete/patches/patch-plugins_history2_history2logger.h Sat Jul 16 01:17:59 2016 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-plugins_history2_history2logger.h,v 1.1 2016/07/16 01:17:59 markd Exp $
+
+gcc6 fix
+
+--- plugins/history2/history2logger.h.orig 2015-12-06 12:54:22.000000000 +0000
++++ plugins/history2/history2logger.h
+@@ -94,7 +94,7 @@ public:
+ * from Kopete::Contact @param c in the given @param sens
+ */
+ QList<Kopete::Message> readMessages(int lines,
+- int offset=0, const Kopete::MetaContact *c=false, bool reverseOrder=true);
++ int offset=0, const Kopete::MetaContact *c=0, bool reverseOrder=true);
+
+ /**
+ * Same as the following, but for one date. I did'nt reuse the above function
Home |
Main Index |
Thread Index |
Old Index