Date: Thu, 27 Nov 2014 18:27:28 +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: r373505 - head/devel/libgit2-glib Message-ID: <201411271827.sARIRSbJ078371@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Nov 27 18:27:27 2014 New Revision: 373505 URL: https://svnweb.freebsd.org/changeset/ports/373505 QAT: https://qat.redports.org/buildarchive/r373505/ Log: Mark BROKEN: Fails to build CC ggit-cred-ssh-interactive.lo ggit-cred-ssh-interactive.c:172:28: error: subscript of pointer to incomplete type 'const LIBSSH2_USERAUTH_KBDINT_PROMPT' (aka 'const struct _LIBSSH2_USERAUTH_KBDINT_PROMPT') text = g_strndup (prompts[i].text, prompts[i].length); Reported by: pkg-fallout Modified: head/devel/libgit2-glib/Makefile Modified: head/devel/libgit2-glib/Makefile ============================================================================== --- head/devel/libgit2-glib/Makefile Thu Nov 27 18:18:04 2014 (r373504) +++ head/devel/libgit2-glib/Makefile Thu Nov 27 18:27:27 2014 (r373505) @@ -12,6 +12,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Glib wrapper library around the libgit2 git access library +BROKEN= Fails to build + BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala \ gtkdoc-check:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411271827.sARIRSbJ078371>