svn commit: r373505 - head/devel/libgit2-glib

Antoine Brodin antoine at FreeBSD.org
Thu Nov 27 18:27:28 UTC 2014


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 at 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


More information about the svn-ports-head mailing list