git: 5b151d7cbb5b - main - graphics/openscenegraph: deprecate (duplicate port)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Dec 2022 15:15:17 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b151d7cbb5beebe5df4d6848c5f8c3016a6b7df commit 5b151d7cbb5beebe5df4d6848c5f8c3016a6b7df Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-12-15 15:10:15 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-12-15 15:14:33 +0000 graphics/openscenegraph: deprecate (duplicate port) This port is a duplicate of graphics/osg and shouldn't have been added. Deprecate to make sure we don't forget to remove it, as for now the author has not reacted to complaints on ports-commiters@. Approved by: portmgr blanket --- graphics/openscenegraph/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/openscenegraph/Makefile b/graphics/openscenegraph/Makefile index ee46d649aa8a..0f5fbe91a97d 100644 --- a/graphics/openscenegraph/Makefile +++ b/graphics/openscenegraph/Makefile @@ -11,6 +11,10 @@ WWW= http://www.openscenegraph.com LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +IGNORE= duplicate of graphics/osg, please use that instead +DEPRECATED= duplicate of graphics/osg +EXPIRATION_DATE=2023-02-15 + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libcurl.so:ftp/curl \ libavformat.so:multimedia/ffmpeg \