Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2016 21:49:09 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409134 - head/devel/gitg
Message-ID:  <201602182149.u1ILn9uM022133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu Feb 18 21:49:09 2016
New Revision: 409134
URL: https://svnweb.freebsd.org/changeset/ports/409134

Log:
  Unbreak build on the package builders.
  
  By disabling jobs, I couldn't reproduce this localy or in my poudriere.
  While here add portscout macro.

Modified:
  head/devel/gitg/Makefile

Modified: head/devel/gitg/Makefile
==============================================================================
--- head/devel/gitg/Makefile	Thu Feb 18 21:35:57 2016	(r409133)
+++ head/devel/gitg/Makefile	Thu Feb 18 21:49:09 2016	(r409134)
@@ -12,8 +12,6 @@ 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 \
@@ -25,6 +23,7 @@ BUILD_DEPENDS=	gsettings-desktop-schemas
 RUN_DEPENDS=	gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
 CONFLICTS=	gitg0-[0-9]*
+PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c11 desktop-file-utils gmake libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
@@ -34,6 +33,8 @@ CONFIGURE_ARGS=	--disable-silent-rules \
 USE_GNOME=	glib20 gtk30 gtksourceview3 intlhack introspection
 INSTALL_TARGET=	install-strip
 
+MAKE_JOBS_UNSAFE=	yes
+
 INSTALLS_ICONS=	yes
 GLIB_SCHEMAS=	org.gnome.gitg.gschema.xml
 



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