Skip to content

Instantly share code, notes, and snippets.

@robwiss
Last active August 29, 2015 14:07
Show Gist options
  • Save robwiss/ad4128cc904714fe15b3 to your computer and use it in GitHub Desktop.
Save robwiss/ad4128cc904714fe15b3 to your computer and use it in GitHub Desktop.
boost-gcc 1.55.0 patch
Index: Makefile
===================================================================
--- Makefile (revision 24202)
+++ Makefile (working copy)
@@ -1,8 +1,7 @@
# $Id$
NAME = boost
-VERSION = 1.49.0
-CATEGORIES = lib
+VERSION = 1.55.0
GARTYPE = v2
define BLURB
@@ -18,8 +17,7 @@
endef
DESCRIPTION = Free peer-reviewed portable C++ source libraries
-
-MASTER_SITES = $(SF_MIRROR)/$(NAME)/
+MASTER_SITES = http://downloads.sourceforge.net/project/$(NAME)/$(NAME)/$(VERSION)/
DISTVERSION = $(subst .,_,$(VERSION))
DISTNAME = $(NAME)_$(DISTVERSION)
DISTFILES = $(DISTNAME).tar.bz2
@@ -32,10 +30,8 @@
# It takes an awful lot of time.
NOGITPATCH = 1
-PATCHFILES += 0001-Don-t-try-to-use-fchmodat.patch
+prefix = /opt/csw
-prefix = /opt/csw/gxx
-
# We define upstream file regex so we can be notifed of new upstream software release
UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=7586
UPSTREAM_USE_SF = 1
@@ -51,7 +47,7 @@
LICENSE = LICENSE_1_0.txt
-BUILD_DEP_PKGS += CSWstar
+BUILD_DEP_PKGS += CSWstar CSWlibicu-dev CSWlibbz2-dev
CONFIGURE_SCRIPTS = boost
BUILD_SCRIPTS = boost
@@ -58,8 +54,6 @@
INSTALL_SCRIPTS = bjam
EXTRA_FLAGS = -std=c99
-EXTRA_LINKER_FLAGS = -R/opt/csw/lib/\\\$$ISALIST
-BUILD64 = 1
BUILD_ARGS += toolset=$(TOOLSET)
BUILD_ARGS += --prefix=$(DESTDIR)$(prefix)
@@ -67,21 +61,31 @@
BUILD_ARGS += link=shared
BUILD_ARGS += cflags='$(CFLAGS)'
BUILD_ARGS += cxxflags='$(CXXFLAGS)'
-BUILD_ARGS += linkflags='$(LDFLAGS) $(LD_OPTIONS)'
+BUILD_ARGS += linkflags='$(LDFLAGS)'
# Stop on the first error
BUILD_ARGS += -q
# Display commands as you run them, I want to know what you are doing there
BUILD_ARGS += -d+2
-BUILD_ARGS += include='/opt/csw/gcc/include'
-BUILD_ARGS += --debug-building
BUILD_ARGS += address-model=$(MEMORYMODEL)
-# We don't have 64-bit Python
-BUILD_ARGS_64 += --without-python
-BUILD_ARGS += $(BUILD_ARGS_$(MEMORYMODEL))
+# setting -sICU_PATH=$(prefix) gets ICU working for regex
+# unfortunately, it doesn't get ICU working for locale. boost's script for
+# finding icu breaks for locale, not sure how to fix it.
+BUILD_ARGS += -sICU_PATH=$(prefix)
+# Some issues with python. On 64-bit, we don't have Python.
+# On 32-bit, /opt/csw/include/python2.6/pyconfig.h defines _XOPEN_SOURCE, which
+# causes breakage in /opt/csw/lib/gcc/i386-pc-solaris2.10/4.9.0/include-fixed/sys/feature_tests.h
+# the error is: #error "Compiler or options invalid for pre-UNIX 03 X/Open applications and pre-2001 POSIX applications"
+# this is confirmed to be an error when looking at man 5 standards:
+# C++ bindings are not defined for POSIX or X/Open CAE, so
+# specifying feature test macros such as _POSIX_SOURCE,
+# _POSIX_C_SOURCE, and _XOPEN_SOURCE can result in compilation
+# errors due to conflicting requirements of standard C++ and
+# those specifications.
+BUILD_ARGS += --without-python
+
BUILD_ARGS_sparcv8plus = instruction-set=v9
BUILD_ARGS_sparcv9 = instruction-set=v9
-BUILD_ARGS += $(BUILD_ARGS_$(ISA))
TEST_SCRIPTS =
@@ -89,7 +93,7 @@
JAMDIR_i386 = solarisx86
JAMDIR = $(JAMDIR_$(GARCH))
-# BUILD64 = 1
+BUILD64 = 1
# These can't be just passed from Make's PARALLELMFLAGS because of the -l flag.
BJAM_PARALLELMFLAGS_current9s = -j 32
@@ -97,220 +101,294 @@
BJAM_PARALLELMFLAGS = $(BJAM_PARALLELMFLAGS_$(call modulation2host))
-PACKAGES += CSWlibboost-chrono1-49-0-gxx
-PKGFILES_CSWlibboost-chrono1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_chrono\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-chrono1-49-0-gxx += $(DESCRIPTION), libboost_chrono.so.1.49.0
+PACKAGES += CSWlibboost-atomic1-55-0-gxx
+PKGFILES_CSWlibboost-atomic1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_atomic\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-atomic1-55-0-gxx += $(DESCRIPTION), libboost_atomic.so.1.55.0
-PACKAGES += CSWlibboost-date-time1-49-0-gxx
-PKGFILES_CSWlibboost-date-time1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_date_time\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-date-time1-49-0-gxx += $(DESCRIPTION), libboost_date_time.so.1.49.0
+PACKAGES += CSWlibboost-chrono1-55-0-gxx
+PKGFILES_CSWlibboost-chrono1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_chrono\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-chrono1-55-0-gxx += $(DESCRIPTION), libboost_chrono.so.1.55.0
-PACKAGES += CSWlibboost-filesystem1-49-0-gxx
-PKGFILES_CSWlibboost-filesystem1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_filesystem\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-filesystem1-49-0-gxx += $(DESCRIPTION), libboost_filesystem.so.1.49.0
+PACKAGES += CSWlibboost-container1-55-0-gxx
+PKGFILES_CSWlibboost-container1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_container\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-container1-55-0-gxx += $(DESCRIPTION), libboost_container.so.1.55.0
-PACKAGES += CSWlibboost-graph1-49-0-gxx
-PKGFILES_CSWlibboost-graph1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_graph\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-graph1-49-0-gxx += $(DESCRIPTION), libboost_graph.so.1.49.0
+PACKAGES += CSWlibboost-context1-55-0-gxx
+PKGFILES_CSWlibboost-context1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_context\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-context1-55-0-gxx += $(DESCRIPTION), libboost_context.so.1.55.0
-PACKAGES += CSWlibboost-iostreams1-49-0-gxx
-PKGFILES_CSWlibboost-iostreams1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_iostreams\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-iostreams1-49-0-gxx += $(DESCRIPTION), libboost_iostreams.so.1.49.0
+PACKAGES += CSWlibboost-coroutine1-55-0-gxx
+PKGFILES_CSWlibboost-coroutine1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_coroutine\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-coroutine1-55-0-gxx += $(DESCRIPTION), libboost_coroutine.so.1.55.0
-PACKAGES += CSWlibboost-math-c99-1-49-0-gxx
-PKGFILES_CSWlibboost-math-c99-1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-math-c99-1-49-0-gxx += $(DESCRIPTION), libboost_math_c99.so.1.49.0
+PACKAGES += CSWlibboost-date-time1-55-0-gxx
+PKGFILES_CSWlibboost-date-time1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_date_time\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-date-time1-55-0-gxx += $(DESCRIPTION), libboost_date_time.so.1.55.0
-PACKAGES += CSWlibboost-math-c99f1-49-0-gxx
-PKGFILES_CSWlibboost-math-c99f1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99f\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-math-c99f1-49-0-gxx += $(DESCRIPTION), libboost_math_c99f.so.1.49.0
+PACKAGES += CSWlibboost-filesystem1-55-0-gxx
+PKGFILES_CSWlibboost-filesystem1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_filesystem\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-filesystem1-55-0-gxx += $(DESCRIPTION), libboost_filesystem.so.1.55.0
-PACKAGES += CSWlibboost-math-c99l1-49-0-gxx
-PKGFILES_CSWlibboost-math-c99l1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99l\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-math-c99l1-49-0-gxx += $(DESCRIPTION), libboost_math_c99l.so.1.49.0
+PACKAGES += CSWlibboost-graph1-55-0-gxx
+PKGFILES_CSWlibboost-graph1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_graph\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-graph1-55-0-gxx += $(DESCRIPTION), libboost_graph.so.1.55.0
-PACKAGES += CSWlibboost-math-tr1-1-49-0-gxx
-PKGFILES_CSWlibboost-math-tr1-1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-math-tr1-1-49-0-gxx += $(DESCRIPTION), libboost_math_tr1.so.1.49.0
+PACKAGES += CSWlibboost-iostreams1-55-0-gxx
+PKGFILES_CSWlibboost-iostreams1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_iostreams\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-iostreams1-55-0-gxx += $(DESCRIPTION), libboost_iostreams.so.1.55.0
-PACKAGES += CSWlibboost-math-tr1f1-49-0-gxx
-PKGFILES_CSWlibboost-math-tr1f1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1f\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-math-tr1f1-49-0-gxx += $(DESCRIPTION), libboost_math_tr1f.so.1.49.0
+PACKAGES += CSWlibboost-log1-55-0-gxx
+PKGFILES_CSWlibboost-log1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_log\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-log1-55-0-gxx += $(DESCRIPTION), libboost_log.so.1.55.0
-PACKAGES += CSWlibboost-math-tr1l1-49-0-gxx
-PKGFILES_CSWlibboost-math-tr1l1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1l\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-math-tr1l1-49-0-gxx += $(DESCRIPTION), libboost_math_tr1l.so.1.49.0
+PACKAGES += CSWlibboost-log-setup1-55-0-gxx
+PKGFILES_CSWlibboost-log-setup1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_log_setup\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-log-setup1-55-0-gxx += $(DESCRIPTION), libboost_log_setup.so.1.55.0
-PACKAGES += CSWlibboost-prexmon1-49-0-gxx
-PKGFILES_CSWlibboost-prexmon1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_prg_exec_monitor\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-prexmon1-49-0-gxx += $(DESCRIPTION), libboost_prg_exec_monitor.so.1.49.0
+PACKAGES += CSWlibboost-math-c99-1-55-0-gxx
+PKGFILES_CSWlibboost-math-c99-1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-math-c99-1-55-0-gxx += $(DESCRIPTION), libboost_math_c99.so.1.55.0
-PACKAGES += CSWlibboost-prog-opts1-49-0-gxx
-PKGFILES_CSWlibboost-prog-opts1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_program_options\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-prog-opts1-49-0-gxx += $(DESCRIPTION), libboost_program_options.so.1.49.0
+PACKAGES += CSWlibboost-math-c99f1-55-0-gxx
+PKGFILES_CSWlibboost-math-c99f1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99f\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-math-c99f1-55-0-gxx += $(DESCRIPTION), libboost_math_c99f.so.1.55.0
-PACKAGES += CSWlibboost-random1-49-0-gxx
-PKGFILES_CSWlibboost-random1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_random\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-random1-49-0-gxx += $(DESCRIPTION), libboost_random.so.1.49.0
+PACKAGES += CSWlibboost-math-c99l1-55-0-gxx
+PKGFILES_CSWlibboost-math-c99l1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99l\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-math-c99l1-55-0-gxx += $(DESCRIPTION), libboost_math_c99l.so.1.55.0
-PACKAGES += CSWlibboost-regex1-49-0-gxx
-PKGFILES_CSWlibboost-regex1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_regex\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-regex1-49-0-gxx += $(DESCRIPTION), libboost_regex.so.1.49.0
+PACKAGES += CSWlibboost-math-tr1-1-55-0-gxx
+PKGFILES_CSWlibboost-math-tr1-1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-math-tr1-1-55-0-gxx += $(DESCRIPTION), libboost_math_tr1.so.1.55.0
-PACKAGES += CSWlibboost-s13n1-49-0-gxx
-PKGFILES_CSWlibboost-s13n1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_serialization\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-s13n1-49-0-gxx += $(DESCRIPTION), libboost_serialization.so.1.49.0
+PACKAGES += CSWlibboost-math-tr1f1-55-0-gxx
+PKGFILES_CSWlibboost-math-tr1f1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1f\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-math-tr1f1-55-0-gxx += $(DESCRIPTION), libboost_math_tr1f.so.1.55.0
-PACKAGES += CSWlibboost-signals1-49-0-gxx
-PKGFILES_CSWlibboost-signals1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_signals\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-signals1-49-0-gxx += $(DESCRIPTION), libboost_signals.so.1.49.0
+PACKAGES += CSWlibboost-math-tr1l1-55-0-gxx
+PKGFILES_CSWlibboost-math-tr1l1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1l\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-math-tr1l1-55-0-gxx += $(DESCRIPTION), libboost_math_tr1l.so.1.55.0
-PACKAGES += CSWlibboost-system1-49-0-gxx
-PKGFILES_CSWlibboost-system1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_system\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-system1-49-0-gxx += $(DESCRIPTION), libboost_system.so.1.49.0
+PACKAGES += CSWlibboost-prexmon1-55-0-gxx
+PKGFILES_CSWlibboost-prexmon1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_prg_exec_monitor\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-prexmon1-55-0-gxx += $(DESCRIPTION), libboost_prg_exec_monitor.so.1.55.0
-PACKAGES += CSWlibboost-thread1-49-0-gxx
-PKGFILES_CSWlibboost-thread1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_thread\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-thread1-49-0-gxx += $(DESCRIPTION), libboost_thread.so.1.49.0
+PACKAGES += CSWlibboost-prog-opts1-55-0-gxx
+PKGFILES_CSWlibboost-prog-opts1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_program_options\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-prog-opts1-55-0-gxx += $(DESCRIPTION), libboost_program_options.so.1.55.0
-PACKAGES += CSWlibboost-timer1-49-0-gxx
-PKGFILES_CSWlibboost-timer1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_timer\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-timer1-49-0-gxx += $(DESCRIPTION), libboost_timer.so.1.49.0
+PACKAGES += CSWlibboost-random1-55-0-gxx
+PKGFILES_CSWlibboost-random1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_random\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-random1-55-0-gxx += $(DESCRIPTION), libboost_random.so.1.55.0
-PACKAGES += CSWlibboost-ut-fwk1-49-0-gxx
-PKGFILES_CSWlibboost-ut-fwk1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_unit_test_framework\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-ut-fwk1-49-0-gxx += $(DESCRIPTION), libboost_unit_test_framework.so.1.49.0
+PACKAGES += CSWlibboost-regex1-55-0-gxx
+PKGFILES_CSWlibboost-regex1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_regex\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-regex1-55-0-gxx += $(DESCRIPTION), libboost_regex.so.1.55.0
-PACKAGES += CSWlibboost-wave1-49-0-gxx
-PKGFILES_CSWlibboost-wave1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_wave\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-wave1-49-0-gxx += $(DESCRIPTION), libboost_wave.so.1.49.0
+PACKAGES += CSWlibboost-s13n1-55-0-gxx
+PKGFILES_CSWlibboost-s13n1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_serialization\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-s13n1-55-0-gxx += $(DESCRIPTION), libboost_serialization.so.1.55.0
-PACKAGES += CSWlibboost-ws13n1-49-0-gxx
-PKGFILES_CSWlibboost-ws13n1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_wserialization\.so\.1\.49\.0(\.\d+)*)
-SPKG_DESC_CSWlibboost-ws13n1-49-0-gxx += $(DESCRIPTION), libboost_wserialization.so.1.49.0
+PACKAGES += CSWlibboost-signals1-55-0-gxx
+PKGFILES_CSWlibboost-signals1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_signals\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-signals1-55-0-gxx += $(DESCRIPTION), libboost_signals.so.1.55.0
-RUNTIME_DEP_PKGS_CSWlibboost-chrono1-49-0-gxx += CSWlibboost-system1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-chrono1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-chrono1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-signals1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-signals1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-date-time1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-date-time1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-system1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-system1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-math-tr1-1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-math-tr1-1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-49-0-gxx += CSWlibboost-system1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibboost-regex1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibicudata48
-RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibicuuc48
-RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibicui18n48
-RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibboost-thread1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibboost-system1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibboost-date-time1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibboost-filesystem1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-math-tr1f1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-math-tr1f1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-math-tr1l1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-math-tr1l1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-ut-fwk1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-ut-fwk1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibicuuc48
-RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibicui18n48
-RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibicudata48
-RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-49-0-gxx += CSWlibboost-s13n1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-s13n1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-s13n1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-math-c99-1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-math-c99-1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-math-c99f1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-math-c99f1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-prexmon1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-filesystem1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1-1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99l1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-thread1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99f1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-iostreams1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-signals1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-wave1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-system1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-ut-fwk1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-date-time1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99-1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-s13n1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-regex1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-ws13n1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-prog-opts1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1l1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1f1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-random1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-timer1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-chrono1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-graph1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-prog-opts1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-prog-opts1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-prexmon1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-prexmon1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-49-0-gxx += CSWlibbz2-1-0
-RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-49-0-gxx += CSWlibz1
-RUNTIME_DEP_PKGS_CSWlibboost-timer1-49-0-gxx += CSWlibboost-system1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-timer1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-timer1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-timer1-49-0-gxx += CSWlibboost-chrono1-49-0-gxx
-RUNTIME_DEP_PKGS_CSWlibboost-thread1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-thread1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-random1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-random1-49-0-gxx += CSWlibstdc++6
-RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-49-0-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-49-0-gxx += CSWlibstdc++6
+PACKAGES += CSWlibboost-system1-55-0-gxx
+PKGFILES_CSWlibboost-system1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_system\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-system1-55-0-gxx += $(DESCRIPTION), libboost_system.so.1.55.0
+PACKAGES += CSWlibboost-thread1-55-0-gxx
+PKGFILES_CSWlibboost-thread1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_thread\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-thread1-55-0-gxx += $(DESCRIPTION), libboost_thread.so.1.55.0
+
+PACKAGES += CSWlibboost-timer1-55-0-gxx
+PKGFILES_CSWlibboost-timer1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_timer\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-timer1-55-0-gxx += $(DESCRIPTION), libboost_timer.so.1.55.0
+
+PACKAGES += CSWlibboost-ut-fwk1-55-0-gxx
+PKGFILES_CSWlibboost-ut-fwk1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_unit_test_framework\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-ut-fwk1-55-0-gxx += $(DESCRIPTION), libboost_unit_test_framework.so.1.55.0
+
+PACKAGES += CSWlibboost-wave1-55-0-gxx
+PKGFILES_CSWlibboost-wave1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_wave\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-wave1-55-0-gxx += $(DESCRIPTION), libboost_wave.so.1.55.0
+
+PACKAGES += CSWlibboost-ws13n1-55-0-gxx
+PKGFILES_CSWlibboost-ws13n1-55-0-gxx += $(call baseisadirs,$(libdir),libboost_wserialization\.so\.1\.55\.0(\.\d+)*)
+SPKG_DESC_CSWlibboost-ws13n1-55-0-gxx += $(DESCRIPTION), libboost_wserialization.so.1.55.0
+
+RUNTIME_DEP_PKGS_CSWlibboost-atomic1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-atomic1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-chrono1-55-0-gxx += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-chrono1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-chrono1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-container1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-container1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-context1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-context1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-coroutine1-55-0-gxx += CSWlibboost-thread1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-coroutine1-55-0-gxx += CSWlibboost-context1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-coroutine1-55-0-gxx += CSWlibboost-chrono1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-coroutine1-55-0-gxx += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-coroutine1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-coroutine1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-signals1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-signals1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-date-time1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-date-time1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-system1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-system1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-math-tr1-1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-math-tr1-1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-55-0-gxx += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-graph1-55-0-gxx += CSWlibboost-regex1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-graph1-55-0-gxx += CSWlibicudata52
+RUNTIME_DEP_PKGS_CSWlibboost-graph1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-graph1-55-0-gxx += CSWlibicuuc52
+RUNTIME_DEP_PKGS_CSWlibboost-graph1-55-0-gxx += CSWlibicui18n52
+RUNTIME_DEP_PKGS_CSWlibboost-graph1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibboost-regex1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibboost-filesystem1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibboost-date-time1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibboost-thread1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibboost-chrono1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibicudata52
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibicuuc52
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibicui18n52
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-log1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibboost-log1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibboost-regex1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibboost-filesystem1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibboost-date-time1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibboost-thread1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibboost-chrono1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibicudata52
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibicuuc52
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibicui18n52
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-log-setup1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-wave1-55-0-gxx += CSWlibboost-chrono1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-wave1-55-0-gxx += CSWlibboost-thread1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-wave1-55-0-gxx += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-wave1-55-0-gxx += CSWlibboost-date-time1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-wave1-55-0-gxx += CSWlibboost-filesystem1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-wave1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-wave1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-math-tr1f1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-math-tr1f1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-math-tr1l1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-math-tr1l1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-ut-fwk1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-ut-fwk1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-regex1-55-0-gxx += CSWlibicuuc52
+RUNTIME_DEP_PKGS_CSWlibboost-regex1-55-0-gxx += CSWlibicui18n52
+RUNTIME_DEP_PKGS_CSWlibboost-regex1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-regex1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-regex1-55-0-gxx += CSWlibicudata52
+RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-55-0-gxx += CSWlibboost-s13n1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-s13n1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-s13n1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-math-c99-1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-math-c99-1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-math-c99f1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-math-c99f1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-prexmon1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-filesystem1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1-1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99l1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-thread1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99f1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-iostreams1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-signals1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-wave1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-ut-fwk1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-date-time1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99-1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-s13n1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-regex1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-ws13n1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-prog-opts1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1l1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1f1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-random1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-timer1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-chrono1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-graph1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-atomic1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-container1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-context1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-coroutine1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-log1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-log-setup1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-prog-opts1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-prog-opts1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-prexmon1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-prexmon1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-55-0-gxx += CSWlibbz2-1-0
+RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-55-0-gxx += CSWlibz1
+RUNTIME_DEP_PKGS_CSWlibboost-timer1-55-0-gxx += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-timer1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-timer1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-timer1-55-0-gxx += CSWlibboost-chrono1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-thread1-55-0-gxx += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-thread1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-thread1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-random1-55-0-gxx += CSWlibboost-system1-55-0-gxx
+RUNTIME_DEP_PKGS_CSWlibboost-random1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-random1-55-0-gxx += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-55-0-gxx += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-55-0-gxx += CSWlibstdc++6
+
# Overridees for bad-rpath-entry are needed because the Boost build system
# apparently interpolates $ISALIST, leaving us with "/opt/csw/lib/"
# with the slash at the end.
-CHECKPKG_OVERRIDES_CSWlibboost-chrono1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-date-time1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-filesystem1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-graph1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-iostreams1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-math-c99-1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-math-c99f1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-math-c99l1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-math-tr1-1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-math-tr1f1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-math-tr1l1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-prexmon1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-prog-opts1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-random1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-regex1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-s13n1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-signals1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-system1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-thread1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-timer1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-ut-fwk1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-wave1-49-0-gxx += bad-rpath-entry
-CHECKPKG_OVERRIDES_CSWlibboost-ws13n1-49-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-atomic1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-chrono1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-container1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-context1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-coroutine1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-date-time1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-filesystem1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-graph1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-iostreams1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-log1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-log-setup1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-math-c99-1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-math-c99f1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-math-c99l1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-math-tr1-1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-math-tr1f1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-math-tr1l1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-prexmon1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-prog-opts1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-random1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-regex1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-s13n1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-signals1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-system1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-thread1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-timer1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-ut-fwk1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-wave1-55-0-gxx += bad-rpath-entry
+CHECKPKG_OVERRIDES_CSWlibboost-ws13n1-55-0-gxx += bad-rpath-entry
# The shared-lib-pkgname-mismatch overrides are here, because some pkgnames
# based on file names are too long and pkgmk can't handle them.
-CHECKPKG_OVERRIDES_CSWlibboost-s13n1-49-0-gxx += shared-lib-pkgname-mismatch
-CHECKPKG_OVERRIDES_CSWlibboost-ut-fwk1-49-0-gxx += shared-lib-pkgname-mismatch
-CHECKPKG_OVERRIDES_CSWlibboost-prog-opts1-49-0-gxx += shared-lib-pkgname-mismatch
-CHECKPKG_OVERRIDES_CSWlibboost-prexmon1-49-0-gxx += shared-lib-pkgname-mismatch
-CHECKPKG_OVERRIDES_CSWlibboost-ws13n1-49-0-gxx += shared-lib-pkgname-mismatch
+CHECKPKG_OVERRIDES_CSWlibboost-s13n1-55-0-gxx += shared-lib-pkgname-mismatch
+CHECKPKG_OVERRIDES_CSWlibboost-ut-fwk1-55-0-gxx += shared-lib-pkgname-mismatch
+CHECKPKG_OVERRIDES_CSWlibboost-prog-opts1-55-0-gxx += shared-lib-pkgname-mismatch
+CHECKPKG_OVERRIDES_CSWlibboost-prexmon1-55-0-gxx += shared-lib-pkgname-mismatch
+CHECKPKG_OVERRIDES_CSWlibboost-ws13n1-55-0-gxx += shared-lib-pkgname-mismatch
CHECKPKG_OVERRIDES_CSWboost-gcc-dev += file-with-bad-content|/usr/share|root/opt/csw/gxx/include/boost/locale/generator.hpp
Index: checksums
===================================================================
--- checksums (revision 24202)
+++ checksums (working copy)
@@ -1 +1 @@
-0d202cb811f934282dea64856a175698 boost_1_49_0.tar.bz2
+d6eef4b4cacb2183f2bf265a5a03a354 boost_1_55_0.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment