pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/kopete
Module Name: pkgsrc
Committed By: markd
Date: Sat Jul 16 01:17:59 UTC 2016
Modified Files:
pkgsrc/net/kopete: distinfo
Added Files:
pkgsrc/net/kopete/patches: patch-plugins_history2_history2logger.h
Log Message:
gcc6 build fix
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/kopete/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/kopete/patches/patch-plugins_history2_history2logger.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/kopete/distinfo
diff -u pkgsrc/net/kopete/distinfo:1.6 pkgsrc/net/kopete/distinfo:1.7
--- pkgsrc/net/kopete/distinfo:1.6 Sun Jan 10 19:20:07 2016
+++ pkgsrc/net/kopete/distinfo Sat Jul 16 01:17:59 2016
@@ -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
Added files:
Index: pkgsrc/net/kopete/patches/patch-plugins_history2_history2logger.h
diff -u /dev/null pkgsrc/net/kopete/patches/patch-plugins_history2_history2logger.h:1.1
--- /dev/null Sat Jul 16 01:17:59 2016
+++ pkgsrc/net/kopete/patches/patch-plugins_history2_history2logger.h Sat Jul 16 01:17:59 2016
@@ -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