svn commit: r411026 - head/devel/upp

Antoine Brodin antoine at FreeBSD.org
Sun Mar 13 20:04:31 UTC 2016


Author: antoine
Date: Sun Mar 13 20:04:29 2016
New Revision: 411026
URL: https://svnweb.freebsd.org/changeset/ports/411026

Log:
  Mark BROKEN: fails to build
  
  In file included from CtrlCore/GtkDrawText.cpp:7:
  In file included from ./plugin/FT_fontsys/ftoutln.h:25:
  In file included from ./plugin/FT_fontsys/freetype.h:35:
  In file included from ./plugin/FT_fontsys/fttypes.h:25:
  ./plugin/FT_fontsys/ftsystem.h:171:11: error: redefinition of 'FT_MemoryRec_'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/upp/Makefile

Modified: head/devel/upp/Makefile
==============================================================================
--- head/devel/upp/Makefile	Sun Mar 13 20:01:58 2016	(r411025)
+++ head/devel/upp/Makefile	Sun Mar 13 20:04:29 2016	(r411026)
@@ -13,6 +13,8 @@ COMMENT=	Ultimate++, a BSD-licensed, cro
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${BUILD_WRKSRC}/Core/Copying
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libexpat.so:${PORTSDIR}/textproc/expat2 \
 		libnotify.so:${PORTSDIR}/devel/libnotify


More information about the svn-ports-all mailing list