summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-01-15 15:30:00 +0000
committerjoerg <joerg@pkgsrc.org>2013-01-15 15:30:00 +0000
commit01f7c185f7b89ba0b73f1da9e2c4acfb69a8dc61 (patch)
treeecef374b4d9e21c864314c3a36cce43cfbe3459c
parent0680fa72e0bca2eb833253cb1700039f9783b094 (diff)
downloadpkgsrc-01f7c185f7b89ba0b73f1da9e2c4acfb69a8dc61.tar.gz
Don't add default arguments during method implementation.
-rw-r--r--net/kdenetwork3/distinfo3
-rw-r--r--net/kdenetwork3/patches/patch-filesharing_advanced_kcm__sambaconf_qmultichecklistitem.cpp13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo
index 9417e78469a..d6e18854b89 100644
--- a/net/kdenetwork3/distinfo
+++ b/net/kdenetwork3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.51 2012/06/25 11:51:01 joerg Exp $
+$NetBSD: distinfo,v 1.52 2013/01/15 15:30:00 joerg Exp $
SHA1 (kdenetwork-3.5.10.tar.bz2) = eb280bffaf4642bfda442cc6a9fb38dc4163b720
RMD160 (kdenetwork-3.5.10.tar.bz2) = f888f53746f1e734d3c15c09eac1c2b9c0564b20
@@ -17,6 +17,7 @@ SHA1 (patch-bb) = 4acd491934978af53ea74424ffcb5fd5c1e2706e
SHA1 (patch-bc) = 8e6349eb5680fa7ac807c09d38816e744aa359c2
SHA1 (patch-bd) = 05c285a1965f5a9af03b0570ac51a1ea19d7fed0
SHA1 (patch-be) = 69eee4103409cd10dc673c3f7da3736c9505e927
+SHA1 (patch-filesharing_advanced_kcm__sambaconf_qmultichecklistitem.cpp) = 46bb9a2788fc03651a0740b4c070246e18422bf4
SHA1 (patch-kopete_libkopete_kopeteproperties.h) = 3428271a6840fdfb57d7aece2c6e68047c9db422
SHA1 (patch-krdc_vnc_rfbproto.c) = 0a48d5244638a592cd000231c4b97cd669300138
SHA1 (patch-krfb_krfb_configuration_h) = ef3c84a02c03a9c24341cab9b691b68ef3c4f0cc
diff --git a/net/kdenetwork3/patches/patch-filesharing_advanced_kcm__sambaconf_qmultichecklistitem.cpp b/net/kdenetwork3/patches/patch-filesharing_advanced_kcm__sambaconf_qmultichecklistitem.cpp
new file mode 100644
index 00000000000..6fa98182258
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-filesharing_advanced_kcm__sambaconf_qmultichecklistitem.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-filesharing_advanced_kcm__sambaconf_qmultichecklistitem.cpp,v 1.1 2013/01/15 15:30:00 joerg Exp $
+
+--- filesharing/advanced/kcm_sambaconf/qmultichecklistitem.cpp.orig 2013-01-14 21:06:31.000000000 +0000
++++ filesharing/advanced/kcm_sambaconf/qmultichecklistitem.cpp
+@@ -40,7 +40,7 @@
+ static const int BoxSize = 16;
+
+
+-QMultiCheckListItem::QMultiCheckListItem( QListView *parent=0) :
++QMultiCheckListItem::QMultiCheckListItem( QListView *parent) :
+ QListViewItem(parent) {
+ }
+