svn commit: r404019 - head/devel/gitg

Antoine Brodin antoine at FreeBSD.org
Sat Dec 19 15:11:49 UTC 2015


Author: antoine
Date: Sat Dec 19 15:11:48 2015
New Revision: 404019
URL: https://svnweb.freebsd.org/changeset/ports/404019

Log:
  Mark BROKEN: fails to build
  
  Merging translations into data/gitg.desktop.
  /usr/local/bin/g-ir-compiler  --includedir=. -o GitgExt-1.0.typelib GitgExt-1.0.gir
  Could not find GIR file 'Gitg-1.0.gir'; check XDG_DATA_DIRS or use --includedir
  error parsing file GitgExt-1.0.gir: Failed to parse included gir Gitg-1.0
  
  Reported by:	pkg-fallout

Modified:
  head/devel/gitg/Makefile

Modified: head/devel/gitg/Makefile
==============================================================================
--- head/devel/gitg/Makefile	Sat Dec 19 15:08:02 2015	(r404018)
+++ head/devel/gitg/Makefile	Sat Dec 19 15:11:48 2015	(r404019)
@@ -12,6 +12,8 @@ COMMENT=	GTK-based git repository viewer
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
 		libgee-0.8.so:${PORTSDIR}/devel/libgee \
 		libgit2-glib-1.0.so:${PORTSDIR}/devel/libgit2-glib \


More information about the svn-ports-all mailing list