Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2019 06:51:47 +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: r494241 - head/sysutils/freefilesync
Message-ID:  <201903010651.x216plO4004349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903010651.x216plO4004349>