summaryrefslogtreecommitdiff
path: root/misc/basket
diff options
context:
space:
mode:
authorjoerg <joerg>2013-03-28 21:43:05 +0000
committerjoerg <joerg>2013-03-28 21:43:05 +0000
commitda6220f3dc77541f5759673a5a0f648f8d2f2a02 (patch)
treeb03afbb16b469f851780f6616aa2387b09246bfd /misc/basket
parent18da8adfc72b5302332e2f8c3d71261df50186cd (diff)
downloadpkgsrc-da6220f3dc77541f5759673a5a0f648f8d2f2a02.tar.gz
Forward declaration must not be qualified with a namespace. Adjust.
Diffstat (limited to 'misc/basket')
-rw-r--r--misc/basket/distinfo3
-rw-r--r--misc/basket/patches/patch-src_notefactory.h13
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/basket/distinfo b/misc/basket/distinfo
index 091c6c9521d..0706472efc4 100644
--- a/misc/basket/distinfo
+++ b/misc/basket/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2011/11/25 22:07:34 joerg Exp $
+$NetBSD: distinfo,v 1.4 2013/03/28 21:43:09 joerg Exp $
SHA1 (basket-1.0.2.tar.gz) = 8f227c45d84e3739750d39b32700b3329b8c3c84
RMD160 (basket-1.0.2.tar.gz) = 02e5a9bea054f0dc2aaa5c7f916a106dc970a1fd
@@ -6,3 +6,4 @@ Size (basket-1.0.2.tar.gz) = 6046068 bytes
SHA1 (patch-aa) = 204154819ad1d53ec8d8c2e7ff25c6f508e9b311
SHA1 (patch-src_backup.cpp) = 6f788a8ee4890a2c30ebc0ce669653d21938d581
SHA1 (patch-src_bnpview.cpp) = e55093b14a1563e0018a53c447e5e44d9f645466
+SHA1 (patch-src_notefactory.h) = 349b8fcd86afc782e7501c92a3c7d7871cf56ba6
diff --git a/misc/basket/patches/patch-src_notefactory.h b/misc/basket/patches/patch-src_notefactory.h
new file mode 100644
index 00000000000..1e572ba437f
--- /dev/null
+++ b/misc/basket/patches/patch-src_notefactory.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_notefactory.h,v 1.1 2013/03/28 21:43:09 joerg Exp $
+
+--- src/notefactory.h.orig 2013-03-28 12:33:12.000000000 +0000
++++ src/notefactory.h
+@@ -32,8 +32,6 @@ class QColor;
+ class Basket;
+ class Note;
+
+-enum NoteType::Id;
+-
+ /** Factory class to create (new, drop, past) or load BasketIem, and eventuelly save them (?)
+ * @author Sébastien Laoût
+ */