Date: Wed, 20 Nov 2024 10:05:43 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1aac2ba64f66 - main - science/orthanc*: mark as BROKEN, fails to build with boost-1.86+ Message-ID: <202411201005.4AKA5hVF023971@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1aac2ba64f669abe7eddd6867993ab8240f60e37 commit 1aac2ba64f669abe7eddd6867993ab8240f60e37 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-20 09:33:15 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-20 10:05:19 +0000 science/orthanc*: mark as BROKEN, fails to build with boost-1.86+ Sponsored by: Future Crew, LLC --- science/orthanc-dicomweb/Makefile | 2 ++ science/orthanc-mysql/Makefile | 2 ++ science/orthanc-postgresql/Makefile | 2 ++ science/orthanc-webviewer/Makefile | 2 ++ science/orthanc/Makefile | 2 ++ 5 files changed, 10 insertions(+) diff --git a/science/orthanc-dicomweb/Makefile b/science/orthanc-dicomweb/Makefile index ba4dd496d175..226175793a9e 100644 --- a/science/orthanc-dicomweb/Makefile +++ b/science/orthanc-dicomweb/Makefile @@ -26,6 +26,8 @@ WWW= https://www.orthanc-server.com/static.php?page=dicomweb LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with boost-1.86+ + BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ diff --git a/science/orthanc-mysql/Makefile b/science/orthanc-mysql/Makefile index b65050ff9894..26092ffdf53b 100644 --- a/science/orthanc-mysql/Makefile +++ b/science/orthanc-mysql/Makefile @@ -18,6 +18,8 @@ WWW= https://www.orthanc-server.com/static.php?page=mysql LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with boost-1.86+ + BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCDatabasePlugin.h:science/orthanc LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl \ diff --git a/science/orthanc-postgresql/Makefile b/science/orthanc-postgresql/Makefile index 5300ea9fef48..32a29cec706f 100644 --- a/science/orthanc-postgresql/Makefile +++ b/science/orthanc-postgresql/Makefile @@ -18,6 +18,8 @@ WWW= https://www.orthanc-server.com/static.php?page=postgresql LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with boost-1.86+ + BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCDatabasePlugin.h:science/orthanc LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libgdcmCommon.so:devel/gdcm \ diff --git a/science/orthanc-webviewer/Makefile b/science/orthanc-webviewer/Makefile index f24a2979d0f4..a5a3326f3f96 100644 --- a/science/orthanc-webviewer/Makefile +++ b/science/orthanc-webviewer/Makefile @@ -24,6 +24,8 @@ WWW= https://www.orthanc-server.com/static.php?page=web-viewer LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with boost-1.86+ + BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index 06db4cc0bce3..7b5e1be9e077 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -12,6 +12,8 @@ WWW= https://www.orthanc-server.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with boost-1.86+ + BUILD_DEPENDS= protoc:devel/protobuf LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411201005.4AKA5hVF023971>