From 3a4d5683a7dd68fb290af565dfd24720c3fb0686 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 18 Feb 2018 09:59:03 +0000 Subject: [PATCH] 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 --- sysutils/freefilesync/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/freefilesync/Makefile b/sysutils/freefilesync/Makefile index 81cfcac3df92..b2b0eec62858 100644 --- a/sysutils/freefilesync/Makefile +++ b/sysutils/freefilesync/Makefile @@ -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