svn commit: r462215 - head/sysutils/freefilesync

Antoine Brodin antoine at FreeBSD.org
Sun Feb 18 09:59:04 UTC 2018


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


More information about the svn-ports-head mailing list