diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index cbfd65ebaf7c..e82cd290845d 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -1,42 +1,43 @@ PORTNAME= tiledb PORTVERSION= 2.15.4 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org COMMENT= TileDB array data management WWW= https://www.tiledb.io/ \ https://github.com/TileDB-Inc/TileDB LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libcapnp.so:devel/capnproto080 \ libcurl.so:ftp/curl \ libfmt.so:devel/libfmt \ liblz4.so:archivers/liblz4 \ libzstd.so:archivers/zstd RUN_DEPENDS= capnproto080>=0.8.0:devel/capnproto080 \ catch2>=3.1:devel/catch2 \ clipp>=1.2.3:devel/clipp \ curl>=7.74.0:ftp/curl \ liblz4>=1.9.3,1:archivers/liblz4 \ spdlog>=1.11.0:devel/spdlog \ zstd>=1.4.8:archivers/zstd USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig ssl CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1 CMAKE_ARGS= -DCATCH_INCLUDE_DIR=${LOCALBASE}/include/catch2 -Dlibmagic_DICTIONARY=/usr/share/misc/magic.mgc CMAKE_OFF= TILEDB_ABSEIL TILEDB_ALLOW_REGEX_CHAR_PATH TILEDB_ARROW_TESTS TILEDB_ASSERTIONS TILEDB_AZURE TILEDB_CMAKE_IDE TILEDB_CRC32 TILEDB_EXPERIMENTAL_FEATURES TILEDB_FORCE_ALL_DEPS TILEDB_GCS TILEDB_HDFS TILEDB_INSTALL_STATIC_DEPS TILEDB_S3 TILEDB_SKIP_S3AWSSDK_DIR_LENGTH_CHECK TILEDB_SUPERBUILD TILEDB_TESTS TILEDB_VERBOSE TILEDB_WEBP TILEDB_WERROR CMAKE_ON= CMAKE_EXPORT_COMPILE_COMMANDS TILEDB_CCACHE TILEDB_CPP_API TILEDB_LOG_OUTPUT_ON_FAILURE TILEDB_SERIALIZATION TILEDB_STATIC TILEDB_STATS TILEDB_TOOLS LDFLAGS+= -lfmt GH_ACCOUNT= TileDB-Inc GH_PROJECT= TileDB USE_GITHUB= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/libbz2.so ${STAGEDIR}${PREFIX}/lib/liblz4.so ${STAGEDIR}${PREFIX}/lib/libzstd.so .include diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile index cfc98140857d..f953300a7a27 100644 --- a/devel/catch2/Makefile +++ b/devel/catch2/Makefile @@ -1,29 +1,29 @@ PORTNAME= catch2 # 2.x series is under devel/catch, the project is called catch2 DISTVERSIONPREFIX= v -DISTVERSION= 3.3.2 +DISTVERSION= 3.4.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Test framework for C++ (3.x series) WWW= https://github.com/catchorg/Catch2 LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake:testing compiler:c++14-lang pathfix python:build,test USE_GITHUB= yes GH_ACCOUNT= catchorg GH_PROJECT= Catch2 CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \ -DPython3_EXECUTABLE=${PYTHON_CMD} CMAKE_ON= BUILD_SHARED_LIBS CMAKE_TESTING_ON= CATCH_DEVELOPMENT_BUILD BUILD_TESTING CATCH_BUILD_TESTING # 1 test fails, see https://github.com/catchorg/Catch2/issues/2606 PORTDOCS= * OPTIONS_DEFINE= DOCS CONFLICTS= catch .include diff --git a/devel/catch2/distinfo b/devel/catch2/distinfo index 86c9b8cb1770..0fe092cc8a05 100644 --- a/devel/catch2/distinfo +++ b/devel/catch2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677607540 -SHA256 (catchorg-Catch2-v3.3.2_GH0.tar.gz) = 8361907f4d9bff3ae7c1edb027f813659f793053c99b67837a0c0375f065bae2 -SIZE (catchorg-Catch2-v3.3.2_GH0.tar.gz) = 1102862 +TIMESTAMP = 1689317903 +SHA256 (catchorg-Catch2-v3.4.0_GH0.tar.gz) = 122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb +SIZE (catchorg-Catch2-v3.4.0_GH0.tar.gz) = 1112790 diff --git a/devel/catch2/pkg-plist b/devel/catch2/pkg-plist index 737f6803f54c..5282e6ed5bed 100644 --- a/devel/catch2/pkg-plist +++ b/devel/catch2/pkg-plist @@ -1,180 +1,187 @@ include/catch2/benchmark/catch_benchmark.hpp include/catch2/benchmark/catch_benchmark_all.hpp include/catch2/benchmark/catch_chronometer.hpp include/catch2/benchmark/catch_clock.hpp include/catch2/benchmark/catch_constructor.hpp include/catch2/benchmark/catch_environment.hpp include/catch2/benchmark/catch_estimate.hpp include/catch2/benchmark/catch_execution_plan.hpp include/catch2/benchmark/catch_optimizer.hpp include/catch2/benchmark/catch_outlier_classification.hpp include/catch2/benchmark/catch_sample_analysis.hpp include/catch2/benchmark/detail/catch_analyse.hpp include/catch2/benchmark/detail/catch_benchmark_function.hpp +include/catch2/benchmark/detail/catch_benchmark_stats.hpp +include/catch2/benchmark/detail/catch_benchmark_stats_fwd.hpp include/catch2/benchmark/detail/catch_complete_invoke.hpp include/catch2/benchmark/detail/catch_estimate_clock.hpp include/catch2/benchmark/detail/catch_measure.hpp include/catch2/benchmark/detail/catch_repeat.hpp include/catch2/benchmark/detail/catch_run_for_at_least.hpp include/catch2/benchmark/detail/catch_stats.hpp include/catch2/benchmark/detail/catch_timing.hpp include/catch2/catch_all.hpp include/catch2/catch_approx.hpp include/catch2/catch_assertion_info.hpp include/catch2/catch_assertion_result.hpp include/catch2/catch_config.hpp include/catch2/catch_get_random_seed.hpp include/catch2/catch_message.hpp include/catch2/catch_section_info.hpp include/catch2/catch_session.hpp include/catch2/catch_tag_alias.hpp include/catch2/catch_tag_alias_autoregistrar.hpp include/catch2/catch_template_test_macros.hpp include/catch2/catch_test_case_info.hpp include/catch2/catch_test_macros.hpp include/catch2/catch_test_spec.hpp include/catch2/catch_timer.hpp include/catch2/catch_tostring.hpp include/catch2/catch_totals.hpp include/catch2/catch_translate_exception.hpp include/catch2/catch_user_config.hpp include/catch2/catch_version.hpp include/catch2/catch_version_macros.hpp include/catch2/generators/catch_generator_exception.hpp include/catch2/generators/catch_generators.hpp include/catch2/generators/catch_generators_adapters.hpp include/catch2/generators/catch_generators_all.hpp include/catch2/generators/catch_generators_random.hpp include/catch2/generators/catch_generators_range.hpp include/catch2/interfaces/catch_interfaces_all.hpp include/catch2/interfaces/catch_interfaces_capture.hpp include/catch2/interfaces/catch_interfaces_config.hpp include/catch2/interfaces/catch_interfaces_enum_values_registry.hpp include/catch2/interfaces/catch_interfaces_exception.hpp include/catch2/interfaces/catch_interfaces_generatortracker.hpp include/catch2/interfaces/catch_interfaces_registry_hub.hpp include/catch2/interfaces/catch_interfaces_reporter.hpp include/catch2/interfaces/catch_interfaces_reporter_factory.hpp -include/catch2/interfaces/catch_interfaces_reporter_registry.hpp include/catch2/interfaces/catch_interfaces_tag_alias_registry.hpp +include/catch2/interfaces/catch_interfaces_test_invoker.hpp include/catch2/interfaces/catch_interfaces_testcase.hpp include/catch2/internal/catch_assertion_handler.hpp include/catch2/internal/catch_case_insensitive_comparisons.hpp include/catch2/internal/catch_case_sensitive.hpp include/catch2/internal/catch_clara.hpp include/catch2/internal/catch_commandline.hpp include/catch2/internal/catch_compare_traits.hpp include/catch2/internal/catch_compiler_capabilities.hpp include/catch2/internal/catch_config_android_logwrite.hpp include/catch2/internal/catch_config_counter.hpp +include/catch2/internal/catch_config_static_analysis_support.hpp include/catch2/internal/catch_config_uncaught_exceptions.hpp include/catch2/internal/catch_config_wchar.hpp include/catch2/internal/catch_console_colour.hpp include/catch2/internal/catch_console_width.hpp include/catch2/internal/catch_container_nonmembers.hpp include/catch2/internal/catch_context.hpp include/catch2/internal/catch_debug_console.hpp include/catch2/internal/catch_debugger.hpp include/catch2/internal/catch_decomposer.hpp include/catch2/internal/catch_enforce.hpp include/catch2/internal/catch_enum_values_registry.hpp include/catch2/internal/catch_errno_guard.hpp include/catch2/internal/catch_exception_translator_registry.hpp include/catch2/internal/catch_fatal_condition_handler.hpp include/catch2/internal/catch_floating_point_helpers.hpp include/catch2/internal/catch_getenv.hpp include/catch2/internal/catch_is_permutation.hpp include/catch2/internal/catch_istream.hpp include/catch2/internal/catch_lazy_expr.hpp include/catch2/internal/catch_leak_detector.hpp include/catch2/internal/catch_list.hpp include/catch2/internal/catch_logical_traits.hpp include/catch2/internal/catch_message_info.hpp include/catch2/internal/catch_meta.hpp include/catch2/internal/catch_move_and_forward.hpp include/catch2/internal/catch_noncopyable.hpp include/catch2/internal/catch_optional.hpp include/catch2/internal/catch_output_redirect.hpp include/catch2/internal/catch_parse_numbers.hpp include/catch2/internal/catch_platform.hpp include/catch2/internal/catch_polyfills.hpp include/catch2/internal/catch_preprocessor.hpp +include/catch2/internal/catch_preprocessor_internal_stringify.hpp include/catch2/internal/catch_preprocessor_remove_parens.hpp include/catch2/internal/catch_random_number_generator.hpp include/catch2/internal/catch_random_seed_generation.hpp include/catch2/internal/catch_reporter_registry.hpp include/catch2/internal/catch_reporter_spec_parser.hpp include/catch2/internal/catch_result_type.hpp include/catch2/internal/catch_reusable_string_stream.hpp include/catch2/internal/catch_run_context.hpp include/catch2/internal/catch_section.hpp include/catch2/internal/catch_sharding.hpp include/catch2/internal/catch_singletons.hpp include/catch2/internal/catch_source_line_info.hpp include/catch2/internal/catch_startup_exception_registry.hpp include/catch2/internal/catch_stdstreams.hpp include/catch2/internal/catch_stream_end_stop.hpp include/catch2/internal/catch_string_manip.hpp include/catch2/internal/catch_stringref.hpp include/catch2/internal/catch_tag_alias_registry.hpp include/catch2/internal/catch_template_test_registry.hpp include/catch2/internal/catch_test_case_info_hasher.hpp include/catch2/internal/catch_test_case_registry_impl.hpp include/catch2/internal/catch_test_case_tracker.hpp include/catch2/internal/catch_test_failure_exception.hpp include/catch2/internal/catch_test_macro_impl.hpp include/catch2/internal/catch_test_registry.hpp +include/catch2/internal/catch_test_run_info.hpp include/catch2/internal/catch_test_spec_parser.hpp include/catch2/internal/catch_textflow.hpp include/catch2/internal/catch_to_string.hpp include/catch2/internal/catch_uncaught_exceptions.hpp include/catch2/internal/catch_unique_name.hpp include/catch2/internal/catch_unique_ptr.hpp include/catch2/internal/catch_void_type.hpp include/catch2/internal/catch_wildcard_pattern.hpp include/catch2/internal/catch_windows_h_proxy.hpp include/catch2/internal/catch_xmlwriter.hpp include/catch2/matchers/catch_matchers.hpp include/catch2/matchers/catch_matchers_all.hpp include/catch2/matchers/catch_matchers_container_properties.hpp include/catch2/matchers/catch_matchers_contains.hpp include/catch2/matchers/catch_matchers_exception.hpp include/catch2/matchers/catch_matchers_floating_point.hpp include/catch2/matchers/catch_matchers_predicate.hpp include/catch2/matchers/catch_matchers_quantifiers.hpp include/catch2/matchers/catch_matchers_range_equals.hpp include/catch2/matchers/catch_matchers_string.hpp include/catch2/matchers/catch_matchers_templated.hpp include/catch2/matchers/catch_matchers_vector.hpp include/catch2/matchers/internal/catch_matchers_impl.hpp include/catch2/reporters/catch_reporter_automake.hpp include/catch2/reporters/catch_reporter_common_base.hpp include/catch2/reporters/catch_reporter_compact.hpp include/catch2/reporters/catch_reporter_console.hpp include/catch2/reporters/catch_reporter_cumulative_base.hpp include/catch2/reporters/catch_reporter_event_listener.hpp include/catch2/reporters/catch_reporter_helpers.hpp include/catch2/reporters/catch_reporter_junit.hpp include/catch2/reporters/catch_reporter_multi.hpp include/catch2/reporters/catch_reporter_registrars.hpp include/catch2/reporters/catch_reporter_sonarqube.hpp include/catch2/reporters/catch_reporter_streaming_base.hpp include/catch2/reporters/catch_reporter_tap.hpp include/catch2/reporters/catch_reporter_teamcity.hpp include/catch2/reporters/catch_reporter_xml.hpp include/catch2/reporters/catch_reporters_all.hpp lib/cmake/Catch2/Catch.cmake lib/cmake/Catch2/Catch2Config.cmake lib/cmake/Catch2/Catch2ConfigVersion.cmake lib/cmake/Catch2/Catch2Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Catch2/Catch2Targets.cmake lib/cmake/Catch2/CatchAddTests.cmake +lib/cmake/Catch2/CatchShardTests.cmake +lib/cmake/Catch2/CatchShardTestsImpl.cmake lib/cmake/Catch2/ParseAndAddCatchTests.cmake lib/libCatch2.so -lib/libCatch2.so.3.3.2 +lib/libCatch2.so.3.4.0 lib/libCatch2Main.so -lib/libCatch2Main.so.3.3.2 +lib/libCatch2Main.so.3.4.0 libdata/pkgconfig/catch2-with-main.pc libdata/pkgconfig/catch2.pc share/Catch2/gdbinit share/Catch2/lldbinit diff --git a/devel/fcppt/Makefile b/devel/fcppt/Makefile index 62de2fc86a5f..16564c9b49c6 100644 --- a/devel/fcppt/Makefile +++ b/devel/fcppt/Makefile @@ -1,25 +1,26 @@ PORTNAME= fcppt DISTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Freundlich's C++ toolkit WWW= https://fcppt.org/ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs \ catch2>0:devel/catch2 TEST_DEPENDS= catch2>0:devel/catch2 USES= cmake:testing compiler:c++20-lang USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= cpreh CMAKE_OFF= ENABLE_EXAMPLES CMAKE_TESTING_ON= ENABLE_TEST ENABLE_CATCH .include