pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/lightspark Fix build with Boost 1.72



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a77baa5da6f
branches:  trunk
changeset: 414495:1a77baa5da6f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Mar 29 01:04:06 2020 +0000

description:
Fix build with Boost 1.72

diffstat:

 multimedia/lightspark/distinfo                                                 |   4 ++-
 multimedia/lightspark/patches/patch-src_scripting_flash_display_flashdisplay.h |  14 ++++++++++
 multimedia/lightspark/patches/patch-src_swf.h                                  |  14 ++++++++++
 3 files changed, 31 insertions(+), 1 deletions(-)

diffs (51 lines):

diff -r 49456dba1300 -r 1a77baa5da6f multimedia/lightspark/distinfo
--- a/multimedia/lightspark/distinfo    Sun Mar 29 01:03:22 2020 +0000
+++ b/multimedia/lightspark/distinfo    Sun Mar 29 01:04:06 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2019/10/03 15:53:21 nia Exp $
+$NetBSD: distinfo,v 1.3 2020/03/29 01:04:06 joerg Exp $
 
 SHA1 (lightspark-0.8.2.tar.gz) = d1194130aeadc144ef90065782cd8f9bf893d7e8
 RMD160 (lightspark-0.8.2.tar.gz) = 26dd4ff4fdb991c1159f964dd5bee1ab6efafee1
@@ -10,3 +10,5 @@
 SHA1 (patch-src_parsing_tags.cpp) = 951f2757ed68f6e0f5964df3fa944aeace4cbda3
 SHA1 (patch-src_platforms_engineutils.cpp) = 884e37623cf8203d86fcb27e479b41af08a509c4
 SHA1 (patch-src_plugin__ppapi_plugin.cpp) = 52d76189aded5687ba5671623bdc919ebaffd5dd
+SHA1 (patch-src_scripting_flash_display_flashdisplay.h) = 816ece22cc5377d40324745f52fa3aa618be3269
+SHA1 (patch-src_swf.h) = b8c0545f122322001b49cd0d4efbf95a0495664f
diff -r 49456dba1300 -r 1a77baa5da6f multimedia/lightspark/patches/patch-src_scripting_flash_display_flashdisplay.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/lightspark/patches/patch-src_scripting_flash_display_flashdisplay.h    Sun Mar 29 01:04:06 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_scripting_flash_display_flashdisplay.h,v 1.1 2020/03/29 01:04:07 joerg Exp $
+
+bimap.hpp needs split_member.hpp with Boost 1.72.
+
+--- src/scripting/flash/display/flashdisplay.h.orig    2020-03-28 21:01:36.935735038 +0000
++++ src/scripting/flash/display/flashdisplay.h
+@@ -20,6 +20,7 @@
+ #ifndef SCRIPTING_FLASH_DISPLAY_FLASHDISPLAY_H
+ #define SCRIPTING_FLASH_DISPLAY_FLASHDISPLAY_H 1
+ 
++#include <boost/serialization/split_member.hpp>
+ #include <boost/bimap.hpp>
+ #include "compat.h"
+ 
diff -r 49456dba1300 -r 1a77baa5da6f multimedia/lightspark/patches/patch-src_swf.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/lightspark/patches/patch-src_swf.h     Sun Mar 29 01:04:06 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_swf.h,v 1.1 2020/03/29 01:04:07 joerg Exp $
+
+bimap.hpp needs split_member.hpp with Boost 1.72.
+
+--- src/swf.h.orig     2020-03-28 20:58:17.828100735 +0000
++++ src/swf.h
+@@ -26,6 +26,7 @@
+ #include <queue>
+ #include <map>
+ #include <unordered_set>
++#include <boost/serialization/split_member.hpp>
+ #include <boost/bimap.hpp>
+ #include <string>
+ #include "swftypes.h"



Home | Main Index | Thread Index | Old Index