summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2012-12-20 13:21:48 +0000
committerjaapb <jaapb@pkgsrc.org>2012-12-20 13:21:48 +0000
commitee5f90073981a80770380ebce529fe9d85fe734e (patch)
tree4fe01ae86f626cabc269e6f19cc077bb3a8bf537 /misc
parent7ebb36430c27d9771efdd6c253a1dc0ff3fcf25d (diff)
downloadpkgsrc-ee5f90073981a80770380ebce529fe9d85fe734e.tar.gz
Fixed build failure with newest version of cyrus-sasl.
Diffstat (limited to 'misc')
-rw-r--r--misc/kdepimlibs4/distinfo3
-rw-r--r--misc/kdepimlibs4/patches/patch-kioslave_smtp_command.h12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/kdepimlibs4/distinfo b/misc/kdepimlibs4/distinfo
index 966699920d8..dbbb3a9e349 100644
--- a/misc/kdepimlibs4/distinfo
+++ b/misc/kdepimlibs4/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2012/11/11 22:28:28 joerg Exp $
+$NetBSD: distinfo,v 1.23 2012/12/20 13:21:48 jaapb Exp $
SHA1 (kdepimlibs-4.8.4.tar.xz) = 34f693ac71896d0d8653fc2a81323d1e91531bb2
RMD160 (kdepimlibs-4.8.4.tar.xz) = f9804ea6e6d016d879a16f1077e49aeef429ba13
@@ -8,6 +8,7 @@ SHA1 (patch-kalarmcal_CMakeLists.txt) = 8237552f350f214c3380bf0fc54d19d36765c9b9
SHA1 (patch-kblog_CMakeLists.txt) = 183d17f2de6f5f4f2f6bd29666b2a35d22c055aa
SHA1 (patch-kcalutils_CMakeLists.txt) = 5c212ab23d0b1006a43c765bc1d860be85da284a
SHA1 (patch-kimap_loginjob.cpp) = efcc4ee6915215013cbc8b349741d747cb061a94
+SHA1 (patch-kioslave_smtp_command.h) = 7b32a6d801ba03f6014eac5e5a7a496acb5aabaf
SHA1 (patch-kldap_ber.cpp) = 3656e006278db8fd4014f6e4a902f60703955871
SHA1 (patch-kldap_ber.h) = c4edcaedb7169e261892b973627b3265f1efd3df
SHA1 (patch-kmbox_CMakeLists.txt) = 924bd70a84c8af1c7d37501d4f718343a0aa7121
diff --git a/misc/kdepimlibs4/patches/patch-kioslave_smtp_command.h b/misc/kdepimlibs4/patches/patch-kioslave_smtp_command.h
new file mode 100644
index 00000000000..ea75acc37df
--- /dev/null
+++ b/misc/kdepimlibs4/patches/patch-kioslave_smtp_command.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-kioslave_smtp_command.h,v 1.1 2012/12/20 13:21:49 jaapb Exp $
+
+--- kioslave/smtp/command.h.orig 2011-07-27 18:34:56.000000000 +0000
++++ kioslave/smtp/command.h
+@@ -32,6 +32,7 @@
+ #ifndef __KIOSMTP_COMMAND_H__
+ #define __KIOSMTP_COMMAND_H__
+
++#include <sys/types.h>
+
+ extern "C" {
+ #include <sasl/sasl.h>