From 485c0aebf681f85ec6102d225baf7bdc772b2039 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Thu, 1 Feb 2018 15:44:22 -0800 Subject: [boost] Fix whitespace issues --- ports/boost-build/CONTROL | 2 +- ports/boost-build/Jamroot.jam | 42 +++++++++++++++++++-------------------- ports/boost-build/user-config.jam | 18 ++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/ports/boost-build/CONTROL b/ports/boost-build/CONTROL index fb8d36918..f74f24f5c 100644 --- a/ports/boost-build/CONTROL +++ b/ports/boost-build/CONTROL @@ -1,3 +1,3 @@ Source: boost-build -Version: 1.66.0-3 +Version: 1.66.0-4 Description: Boost.Build diff --git a/ports/boost-build/Jamroot.jam b/ports/boost-build/Jamroot.jam index 3c34905e5..84f82126d 100644 --- a/ports/boost-build/Jamroot.jam +++ b/ports/boost-build/Jamroot.jam @@ -8,7 +8,7 @@ import feature ; boostcpp.set-version $(BOOST_VERSION) ; project boost : requirements - include&&@CURRENT_INSTALLED_DIR@/include + include&&"@CURRENT_INSTALLED_DIR@/include" BOOST_ALL_NO_LIB=1 @$(__name__).tag @REQUIREMENTS@ @@ -36,8 +36,8 @@ if "@PORT@" != "boost-system" { use-project /boost/system : . ; - lib boost_system : : @CURRENT_INSTALLED_DIR@/lib/boost_system-vc140-mt.lib release ; - lib boost_system : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_system-vc140-mt-gd.lib debug ; + lib boost_system : : "@CURRENT_INSTALLED_DIR@/lib/boost_system-vc140-mt.lib" release ; + lib boost_system : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_system-vc140-mt-gd.lib" debug ; explicit boost_system ; } @@ -45,8 +45,8 @@ if "@PORT@" != "boost-chrono" { use-project /boost/chrono : . ; - lib boost_chrono : : @CURRENT_INSTALLED_DIR@/lib/boost_chrono-vc140-mt.lib release ; - lib boost_chrono : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_chrono-vc140-mt-gd.lib debug ; + lib boost_chrono : : "@CURRENT_INSTALLED_DIR@/lib/boost_chrono-vc140-mt.lib" release ; + lib boost_chrono : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_chrono-vc140-mt-gd.lib" debug ; explicit boost_chrono ; } @@ -54,8 +54,8 @@ if "@PORT@" != "boost-regex" { use-project /boost/regex : . ; - lib boost_regex : : @CURRENT_INSTALLED_DIR@/lib/boost_regex-vc140-mt.lib release ; - lib boost_regex : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_regex-vc140-mt-gd.lib debug ; + lib boost_regex : : "@CURRENT_INSTALLED_DIR@/lib/boost_regex-vc140-mt.lib" release ; + lib boost_regex : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_regex-vc140-mt-gd.lib" debug ; explicit boost_regex ; } @@ -63,8 +63,8 @@ if "@PORT@" != "boost-date-time" { use-project /boost/date_time : . ; - lib boost_date_time : : @CURRENT_INSTALLED_DIR@/lib/boost_date_time-vc140-mt.lib release -/boost/date_time//boost_date_time ; - lib boost_date_time : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_date_time-vc140-mt-gd.lib debug -/boost/date_time//boost_date_time ; + lib boost_date_time : : "@CURRENT_INSTALLED_DIR@/lib/boost_date_time-vc140-mt.lib" release -/boost/date_time//boost_date_time ; + lib boost_date_time : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_date_time-vc140-mt-gd.lib" debug -/boost/date_time//boost_date_time ; explicit boost_date_time ; } @@ -72,8 +72,8 @@ if "@PORT@" != "boost-thread" { use-project /boost/thread : . ; - lib boost_thread : : @CURRENT_INSTALLED_DIR@/lib/boost_thread-vc140-mt.lib release : : /boost/date_time//boost_date_time ; - lib boost_thread : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_thread-vc140-mt-gd.lib debug : : /boost/date_time//boost_date_time ; + lib boost_thread : : "@CURRENT_INSTALLED_DIR@/lib/boost_thread-vc140-mt.lib" release : : /boost/date_time//boost_date_time ; + lib boost_thread : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_thread-vc140-mt-gd.lib" debug : : /boost/date_time//boost_date_time ; explicit boost_thread ; } @@ -81,8 +81,8 @@ if "@PORT@" != "boost-timer" { use-project /boost/timer : . ; - lib boost_timer : : @CURRENT_INSTALLED_DIR@/lib/boost_timer-vc140-mt.lib release ; - lib boost_timer : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_timer-vc140-mt-gd.lib debug ; + lib boost_timer : : "@CURRENT_INSTALLED_DIR@/lib/boost_timer-vc140-mt.lib" release ; + lib boost_timer : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_timer-vc140-mt-gd.lib" debug ; explicit boost_timer ; } @@ -90,8 +90,8 @@ if "@PORT@" != "boost-filesystem" { use-project /boost/filesystem : . ; - lib boost_filesystem : : @CURRENT_INSTALLED_DIR@/lib/boost_filesystem-vc140-mt.lib release : : /boost/system//boost_system ; - lib boost_filesystem : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_filesystem-vc140-mt-gd.lib debug : : /boost/system//boost_system ; + lib boost_filesystem : : "@CURRENT_INSTALLED_DIR@/lib/boost_filesystem-vc140-mt.lib" release : : /boost/system//boost_system ; + lib boost_filesystem : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_filesystem-vc140-mt-gd.lib" debug : : /boost/system//boost_system ; explicit boost_filesystem ; } @@ -99,8 +99,8 @@ if "@PORT@" != "boost-atomic" { use-project /boost/atomic : . ; - lib boost_atomic : : @CURRENT_INSTALLED_DIR@/lib/boost_atomic-vc140-mt.lib release ; - lib boost_atomic : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_atomic-vc140-mt-gd.lib debug ; + lib boost_atomic : : "@CURRENT_INSTALLED_DIR@/lib/boost_atomic-vc140-mt.lib" release ; + lib boost_atomic : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_atomic-vc140-mt-gd.lib" debug ; explicit boost_atomic ; } @@ -111,8 +111,8 @@ if "@PORT@" != "boost-context" use-project /boost/context : . ; - lib boost_context : : @CURRENT_INSTALLED_DIR@/lib/boost_context-vc140-mt.lib release ; - lib boost_context : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_context-vc140-mt-gd.lib debug ; + lib boost_context : : "@CURRENT_INSTALLED_DIR@/lib/boost_context-vc140-mt.lib" release ; + lib boost_context : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_context-vc140-mt-gd.lib" debug ; explicit boost_context ; } @@ -120,8 +120,8 @@ if "@PORT@" != "boost-test" { use-project /boost/test : . ; - lib boost_unit_test_framework : : @CURRENT_INSTALLED_DIR@/lib/boost_unit_test_framework-vc140-mt.lib release ; - lib boost_unit_test_framework : : @CURRENT_INSTALLED_DIR@/debug/lib/boost_unit_test_framework-vc140-mt-gd.lib debug ; + lib boost_unit_test_framework : : "@CURRENT_INSTALLED_DIR@/lib/boost_unit_test_framework-vc140-mt.lib" release ; + lib boost_unit_test_framework : : "@CURRENT_INSTALLED_DIR@/debug/lib/boost_unit_test_framework-vc140-mt-gd.lib" debug ; explicit boost_unit_test_framework ; } diff --git a/ports/boost-build/user-config.jam b/ports/boost-build/user-config.jam index c970f07a5..ab86c0c43 100644 --- a/ports/boost-build/user-config.jam +++ b/ports/boost-build/user-config.jam @@ -1,25 +1,25 @@ import toolset ; using msvc : : cl.exe : -@NOTHING_BAT@ +"@NOTHING_BAT@" @TOOLSET_OPTIONS@ ; if "@PORT@" = "boost-python" { - using python : @PYTHON_VERSION@ : : @PYTHON_INCLUDE_PATH@ : @PYTHONLIBS_RELEASE@ ; - using python : @PYTHON_VERSION@ : : @PYTHON_INCLUDE_PATH@ : @PYTHONLIBS_DEBUG@ : on ; + using python : @PYTHON_VERSION@ : : "@PYTHON_INCLUDE_PATH@" : "@PYTHONLIBS_RELEASE@" ; + using python : @PYTHON_VERSION@ : : "@PYTHON_INCLUDE_PATH@" : "@PYTHONLIBS_DEBUG@" : on ; } project user-config : ; lib advapi32 ; -lib icuuc : : @CURRENT_INSTALLED_DIR@/lib/icuuc.lib release : : advapi32 ; -lib icuuc : : @CURRENT_INSTALLED_DIR@/debug/lib/icuucd.lib debug : : advapi32 ; +lib icuuc : : "@CURRENT_INSTALLED_DIR@/lib/icuuc.lib" release : : advapi32 ; +lib icuuc : : "@CURRENT_INSTALLED_DIR@/debug/lib/icuucd.lib" debug : : advapi32 ; -lib icuin : : @CURRENT_INSTALLED_DIR@/lib/icuin.lib release : : ; -lib icuin : : @CURRENT_INSTALLED_DIR@/debug/lib/icuind.lib debug : : ; +lib icuin : : "@CURRENT_INSTALLED_DIR@/lib/icuin.lib" release : : ; +lib icuin : : "@CURRENT_INSTALLED_DIR@/debug/lib/icuind.lib" debug : : ; -lib icudt : : @CURRENT_INSTALLED_DIR@/lib/icudt.lib release : : ; -lib icudt : : @CURRENT_INSTALLED_DIR@/debug/lib/icudtd.lib debug : : ; +lib icudt : : "@CURRENT_INSTALLED_DIR@/lib/icudt.lib" release : : ; +lib icudt : : "@CURRENT_INSTALLED_DIR@/debug/lib/icudtd.lib" debug : : ; -- cgit v1.2.3