diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-09-05 20:52:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-09-05 21:08:57 +0000 |
commit | 216dc9a064489232fbd9fcc2ff7293c639a94dc0 (patch) | |
tree | ab8dcec6dff867b39eda195a5de1c43149fdd55e | |
parent | c5b27101bd44148e7ddab559d96438e77c05acd3 (diff) |
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
-rw-r--r-- | comms/telldus-core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |