pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Mar  9 16:30:12 UTC 2017

Modified Files:
        pkgsrc/meta-pkgs/boost: distinfo
Added Files:
        pkgsrc/meta-pkgs/boost/patches: patch-libs_fiber_build_Jamfile.v2

Log Message:
Fix libboost_fiber build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/meta-pkgs/boost/patches/patch-libs_fiber_build_Jamfile.v2

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

Modified files:

Index: pkgsrc/meta-pkgs/boost/distinfo
diff -u pkgsrc/meta-pkgs/boost/distinfo:1.95 pkgsrc/meta-pkgs/boost/distinfo:1.96
--- pkgsrc/meta-pkgs/boost/distinfo:1.95        Tue Jan  3 02:31:36 2017
+++ pkgsrc/meta-pkgs/boost/distinfo     Thu Mar  9 16:30:12 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.95 2017/01/03 02:31:36 wiz Exp $
+$NetBSD: distinfo,v 1.96 2017/03/09 16:30:12 jperkin Exp $
 
 SHA1 (boost-1.63.0v3/boost_1_63_0.tar.bz2) = 9f1dd4fa364a3e3156a77dc17aa562ef06404ff6
 RMD160 (boost-1.63.0v3/boost_1_63_0.tar.bz2) = 9781b51fcf1919b98ef3356af988fd8a73e7accb
@@ -21,3 +21,4 @@ SHA1 (patch-boost_math_tools_config.hpp)
 SHA1 (patch-boost_regex_config.hpp) = 6b752c7c23168c591cd391739c7a4539bef44c12
 SHA1 (patch-libs_config_configure) = e2f204d4fa4f1bd9b4131d28f9be0a1ac22bf711
 SHA1 (patch-libs_config_test_boost__no__range__based__for.ipp) = d9936c472fc2c696d86522b36eb12813ae91bee4
+SHA1 (patch-libs_fiber_build_Jamfile.v2) = 28c1aba2d074f2db7104e37cd900d33f5fcffb09

Added files:

Index: pkgsrc/meta-pkgs/boost/patches/patch-libs_fiber_build_Jamfile.v2
diff -u /dev/null pkgsrc/meta-pkgs/boost/patches/patch-libs_fiber_build_Jamfile.v2:1.1
--- /dev/null   Thu Mar  9 16:30:12 2017
+++ pkgsrc/meta-pkgs/boost/patches/patch-libs_fiber_build_Jamfile.v2    Thu Mar  9 16:30:12 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-libs_fiber_build_Jamfile.v2,v 1.1 2017/03/09 16:30:12 jperkin Exp $
+
+Build with -fvisibility=hidden on SunOS.
+
+--- libs/fiber/build/Jamfile.v2.orig   2017-03-09 15:52:54.326169384 +0000
++++ libs/fiber/build/Jamfile.v2
+@@ -18,6 +18,7 @@ project boost/fiber
+       <toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
+       <toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
+       <toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
++      <target-os>solaris:<cxxflags>-fvisibility=hidden
+       <link>shared:<define>BOOST_FIBERS_DYN_LINK=1
+       <define>BOOST_FIBERS_SOURCE
+       <threading>multi



Home | Main Index | Thread Index | Old Index