summaryrefslogtreecommitdiff
path: root/misc/kdepim3
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-02-07 10:06:53 +0000
committermarkd <markd@pkgsrc.org>2006-02-07 10:06:53 +0000
commita6321a55cc7054ce930db0180995f4b849c27260 (patch)
treef6189ee6d99c34184ede473c1a9846e5335e161d /misc/kdepim3
parent55e003d609de4919ae7a29e4d805521ef93fc0f4 (diff)
downloadpkgsrc-a6321a55cc7054ce930db0180995f4b849c27260.tar.gz
Fix build on Solaris.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r--misc/kdepim3/distinfo3
-rw-r--r--misc/kdepim3/patches/patch-ac14
2 files changed, 16 insertions, 1 deletions
diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo
index 3cd9c80de4b..44c4d91f72d 100644
--- a/misc/kdepim3/distinfo
+++ b/misc/kdepim3/distinfo
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.39 2006/01/31 22:37:34 markd Exp $
+$NetBSD: distinfo,v 1.40 2006/02/07 10:10:42 markd Exp $
SHA1 (kdepim-3.5.1.tar.bz2) = 746a46e909c973175c134f040c5d137e60b64777
RMD160 (kdepim-3.5.1.tar.bz2) = 9270aea41b18ffe3465ccafccb4283fdd5c8a2b2
Size (kdepim-3.5.1.tar.bz2) = 12885355 bytes
SHA1 (patch-aa) = d9eef6f9f0301cc19897e84d632ccb3127761a4f
SHA1 (patch-ab) = bc6a6bf4dd389cb3c1ae95c2a95ec9e54509e51c
+SHA1 (patch-ac) = 2ead8593be03d780cf5b4e333dc4ead1d29b8073
SHA1 (patch-ai) = e323770b352d0a3876f8380bb31aa30615866dd4
SHA1 (patch-aj) = 1fd187c4c9ddb4f6380265853feb7eb04cf4b740
SHA1 (patch-ak) = cac11150a708f2f4258b9371f9aaa72b133a821d
diff --git a/misc/kdepim3/patches/patch-ac b/misc/kdepim3/patches/patch-ac
new file mode 100644
index 00000000000..aa271fb9788
--- /dev/null
+++ b/misc/kdepim3/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.11 2006/02/07 10:10:42 markd Exp $
+
+--- kpilot/lib/options.cc.orig 2005-09-10 20:24:40.000000000 +1200
++++ kpilot/lib/options.cc
+@@ -90,7 +90,9 @@ struct tm writeTm(const QDateTime &dt)
+ t.tm_wday = 0; // unimplemented
+ t.tm_yday = 0; // unimplemented
+ t.tm_isdst = 0; // unimplemented
++#ifndef Q_OS_SOLARIS
+ t.tm_zone = 0; // unimplemented
++#endif
+
+ t.tm_year = dt.date().year() - 1900;
+ t.tm_mon = dt.date().month() - 1;