Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 21:57:56 +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: r456683 - head/devel/gitg
Message-ID:  <201712182157.vBILvulV028830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 18 21:57:55 2017
New Revision: 456683
URL: https://svnweb.freebsd.org/changeset/ports/456683

Log:
  Mark BROKEN: fails to configure
  
  Package dependency requirement 'libgit2-glib-1.0 < 0.26.0' could not be satisfied.
  Package 'libgit2-glib-1.0' has version '0.26.0', required version is '< 0.26.0'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/gitg/Makefile

Modified: head/devel/gitg/Makefile
==============================================================================
--- head/devel/gitg/Makefile	Mon Dec 18 21:55:54 2017	(r456682)
+++ head/devel/gitg/Makefile	Mon Dec 18 21:57:55 2017	(r456683)
@@ -13,6 +13,8 @@ COMMENT=	GTK-based git repository viewer
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
 		valac:lang/vala
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \



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