git: 642fb857efc0 - main - graphics/osg: mark broken WITH_ASIO
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 17:25:40 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=642fb857efc03102498f1817c3c5c867e0ff7393 commit 642fb857efc03102498f1817c3c5c867e0ff7393 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-18 13:44:34 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-18 17:24:04 +0000 graphics/osg: mark broken WITH_ASIO Reported by: reprise --- graphics/osg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 9ddcfd08defe..be55c8d5ac92 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -132,6 +132,7 @@ COLLADA_VARS_OFF= FORCE_IGNORE+=COLLADA ASIO_BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio ASIO_VARS= FORCE_REQUIRE+=Asio ASIO_VARS_OFF= FORCE_IGNORE+=Asio +ASIO_BROKEN= does not build: no member named 'get_io_service' in 'asio::basic_socket_acceptor<asio::ip::tcp, asio::executor>' # GUI toolkits are only needed for building examples, which are not even installed FORCE_IGNORE= FLTK FOX wxWidgets GtkGl SDL2 # only for examples