Date: Sun, 13 Mar 2016 20:04:29 +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: r411026 - head/devel/upp Message-ID: <201603132004.u2DK4T7M041708@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603132004.u2DK4T7M041708>