1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Mark BROKEN: fails to build

In file included from application.cpp:16:
In file included from ./comparison.h:11:
In file included from ./lib/process_xml.h:10:
In file included from ../../zen/xml_io.h:10:
In file included from /usr/local/include/zenxml/xml.h:10:
In file included from /usr/local/include/zenxml/bind.h:12:
/usr/local/include/zenxml/parser.h:99:40: error: use of undeclared identifier 'hexify'
                const auto hexDigits = hexify(c);
                                       ^
/usr/local/include/zenxml/parser.h:170:27: error: use of undeclared identifier 'unhexify'
                output += unhexify(it[3], it[4]);
                          ^

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-02-18 09:59:03 +00:00
parent 6699fae7a2
commit 3a4d5683a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462215

View File

@ -15,6 +15,8 @@ COMMENT= Backup software to synchronize files and folders
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN= fails to build
BUILD_DEPENDS= ${LOCALBASE}/include/zenxml/xml.h:textproc/zenxml
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libnotify.so:devel/libnotify