pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/SOGo3



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Aug 22 14:15:33 UTC 2017

Modified Files:
        pkgsrc/www/SOGo3: distinfo
        pkgsrc/www/SOGo3/patches: patch-SoObjects_SOGo_NSData+Crypto.m

Log Message:
Fix build on SunOS.  Patch from Thomas Merkel in NetBSD/pkgsrc#10.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/SOGo3/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/www/SOGo3/patches/patch-SoObjects_SOGo_NSData+Crypto.m

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/SOGo3/distinfo
diff -u pkgsrc/www/SOGo3/distinfo:1.3 pkgsrc/www/SOGo3/distinfo:1.4
--- pkgsrc/www/SOGo3/distinfo:1.3       Sat Jul  1 22:14:42 2017
+++ pkgsrc/www/SOGo3/distinfo   Tue Aug 22 14:15:32 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2017/07/01 22:14:42 joerg Exp $
+$NetBSD: distinfo,v 1.4 2017/08/22 14:15:32 jperkin Exp $
 
 SHA1 (SOGo-3.2.9.tar.gz) = f7b9e129f242c6bbf2d3ed2630932302ca409274
 RMD160 (SOGo-3.2.9.tar.gz) = 7a4dcdb52bdd2fbfd85f784d9600258ea95a7c72
 SHA512 (SOGo-3.2.9.tar.gz) = 4fbda8a0aa275ce4d6e26a4ebd73d981d7c54bd7dee705a742747fc23483594fe490c034f1d2d6e232fa3437a033e1a2305e2c33f0317d42487831005a20ef57
 Size (SOGo-3.2.9.tar.gz) = 32557925 bytes
-SHA1 (patch-SoObjects_SOGo_NSData+Crypto.m) = 48f43d7919100f08d00749b66863b47f1693e84a
+SHA1 (patch-SoObjects_SOGo_NSData+Crypto.m) = 2382dfc4c0a47891882f8d3377c403fe5fc0da56

Index: pkgsrc/www/SOGo3/patches/patch-SoObjects_SOGo_NSData+Crypto.m
diff -u pkgsrc/www/SOGo3/patches/patch-SoObjects_SOGo_NSData+Crypto.m:1.1 pkgsrc/www/SOGo3/patches/patch-SoObjects_SOGo_NSData+Crypto.m:1.2
--- pkgsrc/www/SOGo3/patches/patch-SoObjects_SOGo_NSData+Crypto.m:1.1   Sat Jul  1 22:14:42 2017
+++ pkgsrc/www/SOGo3/patches/patch-SoObjects_SOGo_NSData+Crypto.m       Tue Aug 22 14:15:33 2017
@@ -1,6 +1,11 @@
-$NetBSD: patch-SoObjects_SOGo_NSData+Crypto.m,v 1.1 2017/07/01 22:14:42 joerg Exp $
+$NetBSD: patch-SoObjects_SOGo_NSData+Crypto.m,v 1.2 2017/08/22 14:15:33 jperkin Exp $
 
---- SoObjects/SOGo/NSData+Crypto.m.orig        2017-07-01 20:55:22.227865760 +0000
+Expect crypt(3) to be provided by unistd.h, not the ancient crypt.h.
+Update _XOPEN_SOURCE for SUSv3 / POSIX.1-2001
+
+https://github.com/inverse-inc/sogo/pull/238
+
+--- SoObjects/SOGo/NSData+Crypto.m.orig        2017-05-09 13:12:07.000000000 +0000
 +++ SoObjects/SOGo/NSData+Crypto.m
 @@ -23,16 +23,11 @@
   * Boston, MA 02111-1307, USA.
@@ -9,7 +14,7 @@ $NetBSD: patch-SoObjects_SOGo_NSData+Cry
 -#if !defined(__OpenBSD__) && !defined(__FreeBSD__)
 -#include <crypt.h>
 -#endif
-+#define _XOPEN_SOURCE 1
++#define _XOPEN_SOURCE 600
  
  #include <fcntl.h>
  #include <unistd.h>



Home | Main Index | Thread Index | Old Index