git: 216dc9a06448 - main - comms/telldus-core: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 21:09:48 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=216dc9a064489232fbd9fcc2ff7293c639a94dc0
commit 216dc9a064489232fbd9fcc2ff7293c639a94dc0
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-09-05 20:52:31 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-09-05 21:08:57 +0000
comms/telldus-core: mark BROKEN
In file included from /work/usr/ports/comms/telldus-core/work/telldus-core-2.1.2/common/Event.cpp:7:
/work/usr/ports/comms/telldus-core/work/telldus-core-2.1.2/common/Event.h:12:11: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^~~~~~~~~~~~
Reported by: pkg-fallout
---
comms/telldus-core/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/comms/telldus-core/Makefile b/comms/telldus-core/Makefile
index abbc00111334..2dd4b785bb15 100644
--- a/comms/telldus-core/Makefile
+++ b/comms/telldus-core/Makefile
@@ -10,6 +10,8 @@ COMMENT= Tellstick Telldus daemon + library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= does not build: 'tr1/memory' file not found
+
BUILD_DEPENDS= help2man:misc/help2man
LIB_DEPENDS= libftdi.so:devel/libftdi \
libconfuse.so:devel/libconfuse \