Date: Sun, 18 Feb 2018 09:59:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462215 - head/sysutils/freefilesync Message-ID: <201802180959.w1I9x3Ie049621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 18 09:59:03 2018 New Revision: 462215 URL: https://svnweb.freebsd.org/changeset/ports/462215 Log: 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 Modified: head/sysutils/freefilesync/Makefile Modified: head/sysutils/freefilesync/Makefile ============================================================================== --- head/sysutils/freefilesync/Makefile Sun Feb 18 09:55:10 2018 (r462214) +++ head/sysutils/freefilesync/Makefile Sun Feb 18 09:59:03 2018 (r462215) @@ -15,6 +15,8 @@ COMMENT= Backup software to synchronize files and fold 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802180959.w1I9x3Ie049621>