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:           Fri May 11 14:45:23 UTC 2018

Modified Files:
        pkgsrc/meta-pkgs/boost: distinfo
Added Files:
        pkgsrc/meta-pkgs/boost/patches: patch-tools_build_src_tools_gcc.jam

Log Message:
boost: Put back SunOS soname fix.

For some reason this patch file was deleted during the last boost
update.  Fixes build on SunOS again.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r0 -r1.5 \
    pkgsrc/meta-pkgs/boost/patches/patch-tools_build_src_tools_gcc.jam

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.119 pkgsrc/meta-pkgs/boost/distinfo:1.120
--- pkgsrc/meta-pkgs/boost/distinfo:1.119       Sun May  6 18:56:35 2018
+++ pkgsrc/meta-pkgs/boost/distinfo     Fri May 11 14:45:23 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.119 2018/05/06 18:56:35 minskim Exp $
+$NetBSD: distinfo,v 1.120 2018/05/11 14:45:23 jperkin Exp $
 
 SHA1 (boost_1_67_0.tar.bz2) = 694ae3f4f899d1a80eb7a3b31b33be73c423c1ae
 RMD160 (boost_1_67_0.tar.bz2) = d5bf97b8a953b87c08e367556856204a05346315
@@ -34,3 +34,4 @@ SHA1 (patch-libs_fiber_build_Jamfile.v2)
 SHA1 (patch-libs_fiber_src_numa_freebsd_pin__thread.cpp) = 0fbc6c9bcc17a4e042f3b62ca5fdf33f014cf773
 SHA1 (patch-tools_build_src_engine_build.jam) = dc59422ade217aa49eb5d6928f02f7bc4734aa43
 SHA1 (patch-tools_build_src_engine_build.sh) = ed5e29d049f04e8a1e055844e66c549e5cd4bb01
+SHA1 (patch-tools_build_src_tools_gcc.jam) = 4d895f14965ee29e328dda15e9975ccc1c14673f

Added files:

Index: pkgsrc/meta-pkgs/boost/patches/patch-tools_build_src_tools_gcc.jam
diff -u /dev/null pkgsrc/meta-pkgs/boost/patches/patch-tools_build_src_tools_gcc.jam:1.5
--- /dev/null   Fri May 11 14:45:23 2018
+++ pkgsrc/meta-pkgs/boost/patches/patch-tools_build_src_tools_gcc.jam  Fri May 11 14:45:23 2018
@@ -0,0 +1,16 @@
+$NetBSD: patch-tools_build_src_tools_gcc.jam,v 1.5 2018/05/11 14:45:23 jperkin Exp $
+
+SunOS supports soname.
+
+--- tools/build/src/tools/gcc.jam.orig 2018-04-11 13:49:09.000000000 +0000
++++ tools/build/src/tools/gcc.jam
+@@ -922,6 +922,9 @@ toolset.flags gcc.link.dll .IMPLIB-COMMA
+ 
+     toolset.flags gcc.link OPTIONS <target-os>solaris/<strip>on : -Wl,-s ;
+ 
++    toolset.flags gcc.link HAVE_SONAME <target-os>solaris : "" ;
++    toolset.flags gcc.link SONAME_OPTION <target-os>solaris : -h ;
++
+     toolset.flags gcc.link RPATH <target-os>solaris : <dll-path> ;
+     # Solaris linker does not have a separate -rpath-link, but allows using
+     # -L for the same purpose.



Home | Main Index | Thread Index | Old Index