diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/cdo/Makefile | 2 | ||||
-rw-r--r-- | science/dlib-cpp/Makefile | 2 | ||||
-rw-r--r-- | science/dlib-cpp/distinfo | 6 | ||||
-rw-r--r-- | science/dlib-cpp/pkg-plist | 4 | ||||
-rw-r--r-- | science/py-dlib/Makefile | 3 | ||||
-rw-r--r-- | science/py-dlib/distinfo | 6 | ||||
-rw-r--r-- | science/py-dlib/files/patch-dlib_serialize.h | 11 | ||||
-rw-r--r-- | science/py-dlib/files/patch-dlib_unicode_unicode.h | 11 | ||||
-rw-r--r-- | science/salome-configuration/Makefile | 4 |
9 files changed, 16 insertions, 33 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 7051f227dae6..c92cf99fd67d 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -26,8 +26,8 @@ CONFIGURE_ENV= PYTHON=${PYTHON_CMD} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes -TESTING_UNSAFE= 765 tests fail TEST_TARGET= check +TESTING_UNSAFE= 765 tests fail USE_CXXSTD= c++20 USE_LDCONFIG= yes diff --git a/science/dlib-cpp/Makefile b/science/dlib-cpp/Makefile index 617844a38ab6..98077e355d01 100644 --- a/science/dlib-cpp/Makefile +++ b/science/dlib-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= dlib DISTVERSIONPREFIX=v -DISTVERSION= 19.24.8 +DISTVERSION= 19.24.9 CATEGORIES= science devel math PKGNAMESUFFIX= -cpp diff --git a/science/dlib-cpp/distinfo b/science/dlib-cpp/distinfo index 8f3862fa286a..0487c698a89c 100644 --- a/science/dlib-cpp/distinfo +++ b/science/dlib-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741012083 -SHA256 (davisking-dlib-v19.24.8_GH0.tar.gz) = 819cfd28639fe80ca28039f591a15e01772b7ada479de4a002b95bcb8077ce80 -SIZE (davisking-dlib-v19.24.8_GH0.tar.gz) = 18965261 +TIMESTAMP = 1747489988 +SHA256 (davisking-dlib-v19.24.9_GH0.tar.gz) = 65ff8debc3ffea84430bdd4992982082caf505404e16d986b7493c00f96f44e9 +SIZE (davisking-dlib-v19.24.9_GH0.tar.gz) = 18971864 diff --git a/science/dlib-cpp/pkg-plist b/science/dlib-cpp/pkg-plist index 2efa18ced207..22217450563b 100644 --- a/science/dlib-cpp/pkg-plist +++ b/science/dlib-cpp/pkg-plist @@ -1051,6 +1051,8 @@ include/dlib/timer/timer_abstract.h include/dlib/timer/timer_heavy.h include/dlib/timing.h include/dlib/tokenizer.h +include/dlib/tokenizer/bpe_tokenizer.h +include/dlib/tokenizer/bpe_tokenizer_abstract.h include/dlib/tokenizer/tokenizer_kernel_1.h include/dlib/tokenizer/tokenizer_kernel_abstract.h include/dlib/tokenizer/tokenizer_kernel_c.h @@ -1082,7 +1084,7 @@ lib/cmake/dlib/dlib.cmake lib/cmake/dlib/dlibConfig.cmake lib/cmake/dlib/dlibConfigVersion.cmake lib/libdlib.so -lib/libdlib.so.19.24.8 +lib/libdlib.so.19.24.9 libdata/pkgconfig/dlib-1.pc @dir include/dlib/all @dir include/dlib/cmake_utils/test_for_avx diff --git a/science/py-dlib/Makefile b/science/py-dlib/Makefile index 520f5dc60851..f2135995472e 100644 --- a/science/py-dlib/Makefile +++ b/science/py-dlib/Makefile @@ -1,6 +1,5 @@ PORTNAME= dlib -DISTVERSION= 19.24.6 -PORTREVISION= 2 +DISTVERSION= 19.24.9 CATEGORIES= science devel math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-dlib/distinfo b/science/py-dlib/distinfo index 93f2a9e4be33..02631ed74b01 100644 --- a/science/py-dlib/distinfo +++ b/science/py-dlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729934493 -SHA256 (dlib-19.24.6.tar.gz) = 77e3c28ac2c66141514b07cbb74b7c7f80381c019ce5fec99007980bc6490d7d -SIZE (dlib-19.24.6.tar.gz) = 3374495 +TIMESTAMP = 1747503281 +SHA256 (dlib-19.24.9.tar.gz) = 211a233d1883f6340719b8f5c6a51fad7446702a1d2c7024e4a5053e599f7fb5 +SIZE (dlib-19.24.9.tar.gz) = 3390387 diff --git a/science/py-dlib/files/patch-dlib_serialize.h b/science/py-dlib/files/patch-dlib_serialize.h deleted file mode 100644 index 94306df64159..000000000000 --- a/science/py-dlib/files/patch-dlib_serialize.h +++ /dev/null @@ -1,11 +0,0 @@ ---- dlib/serialize.h.orig 2024-02-17 21:44:22 UTC -+++ dlib/serialize.h -@@ -639,6 +639,8 @@ namespace dlib - USE_DEFAULT_INT_SERIALIZATION_FOR(wchar_t) - #endif - -+ USE_DEFAULT_INT_SERIALIZATION_FOR(char32_t) -+ - // ---------------------------------------------------------------------------------------- - - inline void serialize( diff --git a/science/py-dlib/files/patch-dlib_unicode_unicode.h b/science/py-dlib/files/patch-dlib_unicode_unicode.h deleted file mode 100644 index 4527fdc054b0..000000000000 --- a/science/py-dlib/files/patch-dlib_unicode_unicode.h +++ /dev/null @@ -1,11 +0,0 @@ ---- dlib/unicode/unicode.h.orig 2024-02-17 21:44:22 UTC -+++ dlib/unicode/unicode.h -@@ -16,7 +16,7 @@ namespace dlib - - // ---------------------------------------------------------------------------------------- - -- using unichar = uint32; -+ using unichar = char32_t; - using ustring = std::basic_string<unichar>; - - // ---------------------------------------------------------------------------------------- diff --git a/science/salome-configuration/Makefile b/science/salome-configuration/Makefile index 6afeb92ff2cd..e9e82543ac64 100644 --- a/science/salome-configuration/Makefile +++ b/science/salome-configuration/Makefile @@ -7,6 +7,10 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Salome Project: Multi-physics simulations: Configuration WWW= https://www.salome-platform.org/ +BROKEN= Unfetchable +DEPRECATED= Fails to fetch +EXPIRATION_DATE=2025-06-30 + FETCH_DEPENDS= git:devel/git GIT_URL= https://git.salome-platform.org/gitpub/tools/configuration.git # all Salome repositories: https://git.salome-platform.org/gitweb/ |