svn commit: r494241 - head/sysutils/freefilesync

Antoine Brodin antoine at FreeBSD.org
Fri Mar 1 06:51:47 UTC 2019


Author: antoine
Date: Fri Mar  1 06:51:46 2019
New Revision: 494241
URL: https://svnweb.freebsd.org/changeset/ports/494241

Log:
  Mark BROKEN: fails to build
  
  /usr/local/include/gtk-2.0/gdk/gdktypes.h:114:39: error: typedef redefinition with different types ('struct _GdkDrawable' vs 'struct _GdkWindow')
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/freefilesync/Makefile

Modified: head/sysutils/freefilesync/Makefile
==============================================================================
--- head/sysutils/freefilesync/Makefile	Fri Mar  1 06:49:23 2019	(r494240)
+++ head/sysutils/freefilesync/Makefile	Fri Mar  1 06:51:46 2019	(r494241)
@@ -15,6 +15,8 @@ COMMENT=	Backup software to synchronize files and fold
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/License.txt
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/include/zenxml/xml.h:textproc/zenxml
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libfontconfig.so:x11-fonts/fontconfig \


More information about the svn-ports-all mailing list