pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/squeak-vm Do not include <sys/uuid.h> and other u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a9cf1d9a931
branches:  trunk
changeset: 648462:1a9cf1d9a931
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 15 00:41:34 2015 +0000

description:
Do not include <sys/uuid.h> and other uuid.h.

Fix build problem on NetBSD 7.0_BETA (at least).

diffstat:

 lang/squeak-vm/distinfo                                           |   3 +-
 lang/squeak-vm/patches/patch-unix_plugins_UUIDPlugin_sqUnixUUID.c |  25 ++++++++++
 2 files changed, 27 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r 1e1b70e8ef64 -r 1a9cf1d9a931 lang/squeak-vm/distinfo
--- a/lang/squeak-vm/distinfo   Sun Mar 15 00:35:39 2015 +0000
+++ b/lang/squeak-vm/distinfo   Sun Mar 15 00:41:34 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2012/10/29 07:33:40 asau Exp $
+$NetBSD: distinfo,v 1.7 2015/03/15 00:41:34 taca Exp $
 
 SHA1 (squeak/Squeak-4.10.2.2614-src.tar.gz) = bd807730537122b220840b4a89f04a6689f435c2
 RMD160 (squeak/Squeak-4.10.2.2614-src.tar.gz) = 8e8a94ef036aa9ca51ade7683c3c9c8844a56660
@@ -12,3 +12,4 @@
 SHA1 (patch-ad) = e426d1de4b496704be08c67d2d2ab61a24735017
 SHA1 (patch-ae) = 73c358e42d153c9e6fe605fa1c77360ad48c6ec3
 SHA1 (patch-af) = 529550d988f5655791942145c79f5448431c04c4
+SHA1 (patch-unix_plugins_UUIDPlugin_sqUnixUUID.c) = 949ca3dff48806d99ea8d54d485fea1b6449a6e9
diff -r 1e1b70e8ef64 -r 1a9cf1d9a931 lang/squeak-vm/patches/patch-unix_plugins_UUIDPlugin_sqUnixUUID.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/squeak-vm/patches/patch-unix_plugins_UUIDPlugin_sqUnixUUID.c Sun Mar 15 00:41:34 2015 +0000
@@ -0,0 +1,25 @@
+$NetBSD: patch-unix_plugins_UUIDPlugin_sqUnixUUID.c,v 1.1 2015/03/15 00:41:34 taca Exp $
+
+Do not include <sys/uuid.h> and other uuid.h.
+
+--- unix/plugins/UUIDPlugin/sqUnixUUID.c.orig  2012-09-13 19:25:58.000000000 +0000
++++ unix/plugins/UUIDPlugin/sqUnixUUID.c
+@@ -3,7 +3,8 @@
+ #if defined(HAVE_SYS_UUID_H)
+ # include <sys/types.h>
+ # include <sys/uuid.h>
+-#endif
++
++#else
+ 
+ #if defined(HAVE_UUID_UUID_H)
+ # include <uuid/uuid.h>
+@@ -11,6 +12,8 @@
+ # include <uuid.h>
+ #endif
+ 
++#endif
++
+ #include "sq.h"
+ 
+ 



Home | Main Index | Thread Index | Old Index