freebsd-ports/devel/vxlog/Makefile
Dmitry Marakasov b7d26c8b29 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
2022-09-08 16:20:11 +03:00

22 lines
470 B
Makefile

PORTNAME= vxlog
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://bitbucket.org/klepa/vxlog/downloads/ \
SF/${PORTNAME}
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
USES= cmake
USE_LDCONFIG= yes
CMAKE_ARGS+= -DTESTING:BOOL=OFF
.include <bsd.port.mk>