git: b7d26c8b29f0 - main - devel/vxlog: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Sep 2022 13:20:34 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b7d26c8b29f0a8e6afeb04d13a6ea0acd177fd13
commit b7d26c8b29f0a8e6afeb04d13a6ea0acd177fd13
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-09-08 13:16:33 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-09-08 13:20:11 +0000
devel/vxlog: mark BROKEN
In file included from /wrkdirs/usr/ports/devel/vxlog/work/vxlog-1.0.3/src/file-outputter.cc:23:
In file included from /wrkdirs/usr/ports/devel/vxlog/work/vxlog-1.0.3/src/vxlog/file-outputter.h:35:
/wrkdirs/usr/ports/devel/vxlog/work/vxlog-1.0.3/src/vxlog/outputter-interface.h:26:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
^~~~~~~~~~~~
Reported by: pkg-fallout
Approved by: portmgr blanket
---
devel/vxlog/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/vxlog/Makefile b/devel/vxlog/Makefile
index 4fa2d0d596e9..25c333094478 100644
--- a/devel/vxlog/Makefile
+++ b/devel/vxlog/Makefile
@@ -9,6 +9,8 @@ MAINTAINER= konstantin.lepa@gmail.com
COMMENT= C++ logging library
WWW= https://sourceforge.net/projects/vxlog/
+BROKEN= does not build: fatal error: 'tr1/memory' file not found
+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/doc/COPYING.txt