summaryrefslogtreecommitdiff
path: root/www/SOGo
diff options
context:
space:
mode:
authorjoerg <joerg>2011-12-05 22:57:35 +0000
committerjoerg <joerg>2011-12-05 22:57:35 +0000
commit1e927b88593f308c186b846f46d768e9b03ff15e (patch)
tree69c2d641dc7745ef85d50d1ec307bfea706e016c /www/SOGo
parent4c2faaf54d70fd560437a3141206a413e721f535 (diff)
downloadpkgsrc-1e927b88593f308c186b846f46d768e9b03ff15e.tar.gz
Restrict crypt.h to Solaris for now.
Diffstat (limited to 'www/SOGo')
-rw-r--r--www/SOGo/distinfo3
-rw-r--r--www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m13
2 files changed, 15 insertions, 1 deletions
diff --git a/www/SOGo/distinfo b/www/SOGo/distinfo
index e803a05673e..fa507934073 100644
--- a/www/SOGo/distinfo
+++ b/www/SOGo/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/10/16 05:36:35 manu Exp $
+$NetBSD: distinfo,v 1.2 2011/12/05 22:57:35 joerg Exp $
SHA1 (SOGo-2.0.0b1.tar.gz) = 42100087bdce048a47cdfe5ce150eaef6271448d
RMD160 (SOGo-2.0.0b1.tar.gz) = df412186822665d3baeca8bd4cd38a2dc94b12f2
Size (SOGo-2.0.0b1.tar.gz) = 3768330 bytes
+SHA1 (patch-SoObjects_SOGo_NSString+Utilities.m.diff) = 92bf595ea44cb41b1baef190ef7ed84cd1ec910a
SHA1 (patch-aa) = d5f7c3caea148b6b5f872fb0561d14ec15312c90
diff --git a/www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m b/www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m
new file mode 100644
index 00000000000..e211f0f45f3
--- /dev/null
+++ b/www/SOGo/patches/patch-SoObjects_SOGo_NSString+Utilities.m
@@ -0,0 +1,13 @@
+$NetBSD: patch-SoObjects_SOGo_NSString+Utilities.m,v 1.1 2011/12/05 22:57:35 joerg Exp $
+
+--- SoObjects/SOGo/NSString+Utilities.m.orig 2011-12-05 18:16:46.000000000 +0000
++++ SoObjects/SOGo/NSString+Utilities.m
+@@ -21,7 +21,7 @@
+ * Boston, MA 02111-1307, USA.
+ */
+
+-#ifndef __OpenBSD__
++#ifdef __sun
+ #include <crypt.h>
+ #endif
+