git: 1a94dca6cc37 - main - graphics/py-open3d-python: deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 16:01:37 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a94dca6cc3790120fb7287bdd6f5a174dff3f6c commit 1a94dca6cc3790120fb7287bdd6f5a174dff3f6c Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 15:20:24 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 15:55:52 +0000 graphics/py-open3d-python: deprecate --- graphics/py-open3d-python/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/py-open3d-python/Makefile b/graphics/py-open3d-python/Makefile index 7adf60d6c6ba..b867efed0550 100644 --- a/graphics/py-open3d-python/Makefile +++ b/graphics/py-open3d-python/Makefile @@ -35,5 +35,7 @@ PLIST_FILES= ${PYTHON_SITELIBDIR}/open3d.so .if !exists(/usr/include/c++/v1/experimental/optional) && ${CHOSEN_COMPILER_TYPE} == clang BROKEN= Base C++ compiler is missing the header <experimental/optional>, see bug\#249538 .endif +DEPRECATED= Broken since 2020 +EXPIRATION_DATE= 2023-03-20 .include <bsd.port.post.mk>