From owner-svn-ports-all@freebsd.org Thu Feb 18 21:49:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F547AACDA1; Thu, 18 Feb 2016 21:49:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7060013C2; Thu, 18 Feb 2016 21:49:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ILn9km022134; Thu, 18 Feb 2016 21:49:09 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ILn9uM022133; Thu, 18 Feb 2016 21:49:09 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602182149.u1ILn9uM022133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 18 Feb 2016 21:49:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409134 - head/devel/gitg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 21:49:10 -0000 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