diff options
Diffstat (limited to 'devel/leatherman/files')
4 files changed, 0 insertions, 150 deletions
diff --git a/devel/leatherman/files/patch-cmake_leatherman.cmake.in b/devel/leatherman/files/patch-cmake_leatherman.cmake.in deleted file mode 100644 index 959e5efc64d5..000000000000 --- a/devel/leatherman/files/patch-cmake_leatherman.cmake.in +++ /dev/null @@ -1,14 +0,0 @@ ---- cmake/leatherman.cmake.in.orig 2017-08-25 18:32:21 UTC -+++ cmake/leatherman.cmake.in -@@ -83,11 +83,6 @@ macro(leatherman_install) - RUNTIME DESTINATION bin - LIBRARY DESTINATION lib${LIB_SUFFIX} - ARCHIVE DESTINATION lib${LIB_SUFFIX}) -- foreach(ARG ${ARGV}) -- if (TARGET ${ARG}) -- set_target_properties(${ARG} PROPERTIES PREFIX "" IMPORT_PREFIX "") -- endif() -- endforeach() - endmacro() - - # Usage: add_cppcheck_dirs(dir1 dir2) diff --git a/devel/leatherman/files/patch-json__container_tests_json__container__test.cc b/devel/leatherman/files/patch-json__container_tests_json__container__test.cc deleted file mode 100644 index 7c2410c01fbd..000000000000 --- a/devel/leatherman/files/patch-json__container_tests_json__container__test.cc +++ /dev/null @@ -1,16 +0,0 @@ ---- json_container/tests/json_container_test.cc.orig 2018-09-29 16:21:31 UTC -+++ json_container/tests/json_container_test.cc -@@ -22,11 +22,13 @@ TEST_CASE("JsonContainer::JsonContainer - std::string json_value {}; - - SECTION("it should instantiate by passing any JSON value") { -+ json_value = "{}"; - SECTION("object") { - json_value = JSON; - } - - SECTION("array") { -+ json_value = "[]"; - SECTION("of numbers") { - json_value = "[1, 2, 3]"; - } diff --git a/devel/leatherman/files/patch-locale_src_locale.cc b/devel/leatherman/files/patch-locale_src_locale.cc deleted file mode 100644 index 8695942ee878..000000000000 --- a/devel/leatherman/files/patch-locale_src_locale.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- locale/src/locale.cc.orig 2018-09-29 16:21:31 UTC -+++ locale/src/locale.cc -@@ -44,6 +44,9 @@ namespace leatherman { namespace locale - gen.add_messages_domain(domain); - } - -+ if (id.empty()) -+ return g_locales.insert(make_pair(domain, std::locale())).first->second; -+ - // Ensure creating and adding a new locale is thread-safe. - try { - return g_locales.insert(make_pair(domain, gen(id))).first->second; diff --git a/devel/leatherman/files/patch-shared_nowide b/devel/leatherman/files/patch-shared_nowide deleted file mode 100644 index 5bb169147065..000000000000 --- a/devel/leatherman/files/patch-shared_nowide +++ /dev/null @@ -1,108 +0,0 @@ -diff --git ./nowide/CMakeLists.txt ./nowide/CMakeLists.txt -index ff9dba6..5d1b9ce 100644 ---- ./nowide/CMakeLists.txt -+++ ./nowide/CMakeLists.txt -@@ -1,7 +1,5 @@ - find_package(Boost 1.54 REQUIRED) - --add_leatherman_includes(${Boost_INCLUDE_DIRS} "${CMAKE_CURRENT_SOURCE_DIR}/../vendor/nowide/include") --add_leatherman_headers(../vendor/nowide/include/boost) - if(WIN32) - add_leatherman_library(../vendor/nowide/src/iostream.cpp) - endif() ---- ./execution/CMakeLists.txt~ 2020-06-03 10:30:05.027479897 +0100 -+++ ./execution/CMakeLists.txt 2020-06-03 10:30:18.871483297 +0100 -@@ -1,4 +1,4 @@ --find_package(Boost 1.54 REQUIRED COMPONENTS regex filesystem system) -+find_package(Boost 1.73 REQUIRED COMPONENTS regex filesystem system nowide) - - add_leatherman_deps("${Boost_LIBRARIES}") - if ("${CMAKE_SYSTEM_NAME}" MATCHES "SunOS") -@@ -10,7 +10,6 @@ - add_leatherman_includes("${Boost_INCLUDE_DIRS}") - - leatherman_dependency(util) --leatherman_dependency(nowide) - leatherman_dependency(locale) - leatherman_dependency(logging) - leatherman_dependency(file_util) ---- ./file_util/CMakeLists.txt~ 2020-06-03 10:30:05.031479898 +0100 -+++ ./file_util/CMakeLists.txt 2020-06-03 10:31:04.550494516 +0100 -@@ -1,9 +1,8 @@ --find_package(Boost 1.54 REQUIRED COMPONENTS regex filesystem system) -+find_package(Boost 1.73 REQUIRED COMPONENTS regex filesystem system nowide) - - add_leatherman_deps("${Boost_LIBRARIES}") - add_leatherman_includes("${Boost_INCLUDE_DIRS}") - --leatherman_dependency(nowide) - leatherman_dependency(locale) - leatherman_dependency(logging) - leatherman_dependency(util) ---- ./logging/CMakeLists.txt~ 2020-06-03 10:30:05.035479898 +0100 -+++ ./logging/CMakeLists.txt 2020-06-03 10:30:19.092483352 +0100 -@@ -4,7 +4,6 @@ - add_leatherman_deps(${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) - add_leatherman_includes("${Boost_INCLUDE_DIRS}") - --leatherman_dependency(nowide) - leatherman_dependency(locale) - - if (CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "SunOS") ---- ./tests/CMakeLists.txt~ 2020-06-02 23:24:17.146002133 +0100 -+++ ./tests/CMakeLists.txt 2020-06-02 23:26:17.780054923 +0100 -@@ -1,8 +1,8 @@ --set(BOOST_REQUIRED_COMPONENTS system date_time chrono log log_setup thread filesystem regex) -+set(BOOST_REQUIRED_COMPONENTS system date_time chrono log log_setup thread filesystem regex nowide) - if (LEATHERMAN_USE_LOCALES) - set(BOOST_REQUIRED_COMPONENTS ${BOOST_REQUIRED_COMPONENTS} locale) - endif() --find_package(Boost "1.54" REQUIRED COMPONENTS ${BOOST_REQUIRED_COMPONENTS}) -+find_package(Boost "1.73" REQUIRED COMPONENTS ${BOOST_REQUIRED_COMPONENTS}) - - include_directories(BEFORE ${LEATHERMAN_CATCH_INCLUDE} ${LEATHERMAN_INCLUDE_DIRS}) - add_executable(leatherman_test main.cc ${LEATHERMAN_TEST_SRCS}) ---- ./util/CMakeLists.txt~ 2020-06-03 10:05:44.277172451 +0100 -+++ ./util/CMakeLists.txt 2020-06-03 10:06:52.969185017 +0100 -@@ -1,10 +1,8 @@ --find_package(Boost 1.54 REQUIRED date_time chrono system) -+find_package(Boost 1.73 REQUIRED date_time chrono system nowide) - - add_leatherman_deps(${Boost_LIBRARIES}) - add_leatherman_includes("${Boost_INCLUDE_DIRS}") - --leatherman_dependency(nowide) -- - if(WIN32) - set(PLATFORM_SRCS "src/windows/time.cc" "src/windows/environment.cc" "src/windows/scoped_handle.cc") - set(PLATFORM_TESTS "tests/windows/environment.cc") ---- ./file_util/src/file.cc~ 2019-12-14 20:46:29.000000000 +0000 -+++ ./file_util/src/file.cc 2020-06-02 22:42:45.100963441 +0100 -@@ -1,6 +1,6 @@ - #include <leatherman/file_util/file.hpp> - #include <boost/nowide/fstream.hpp> --#include <boost/nowide/cenv.hpp> -+#include <boost/nowide/cstdlib.hpp> - #include <boost/filesystem.hpp> - #include <sstream> - #include <leatherman/logging/logging.hpp> ---- ./util/src/environment.cc~ 2019-12-14 20:46:29.000000000 +0000 -+++ ./util/src/environment.cc 2020-06-02 22:42:45.101963441 +0100 -@@ -1,5 +1,6 @@ - #include <leatherman/util/environment.hpp> --#include <boost/nowide/cenv.hpp> -+#include <boost/nowide/cstdlib.hpp> -+#include <boost/system/error_code.hpp> - #include <stdexcept> - - using namespace std; ---- ./util/tests/environment.cc~ 2019-12-14 20:46:29.000000000 +0000 -+++ ./util/tests/environment.cc 2020-06-02 22:42:45.103963442 +0100 -@@ -1,6 +1,6 @@ - #include <catch.hpp> - #include <leatherman/util/environment.hpp> --#include <boost/nowide/cenv.hpp> -+#include <boost/nowide/cstdlib.hpp> - - using namespace std; - using namespace leatherman::util; |