From owner-svn-ports-head@FreeBSD.ORG Sun Jun 1 10:22:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF97057F; Sun, 1 Jun 2014 10:22:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BDE0E2D07; Sun, 1 Jun 2014 10:22:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51AMFjM083161; Sun, 1 Jun 2014 10:22:15 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51AMFrY083160; Sun, 1 Jun 2014 10:22:15 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406011022.s51AMFrY083160@svn.freebsd.org> From: Martin Wilke Date: Sun, 1 Jun 2014 10:22:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356087 - head/sysutils/gnome-system-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 10:22:15 -0000 Author: miwi Date: Sun Jun 1 10:22:15 2014 New Revision: 356087 URL: http://svnweb.freebsd.org/changeset/ports/356087 QAT: https://qat.redports.org/buildarchive/r356087/ Log: - Stage support - Convert BZIP2 to USES Modified: head/sysutils/gnome-system-tools/Makefile Modified: head/sysutils/gnome-system-tools/Makefile ============================================================================== --- head/sysutils/gnome-system-tools/Makefile Sun Jun 1 10:21:53 2014 (r356086) +++ head/sysutils/gnome-system-tools/Makefile Sun Jun 1 10:22:15 2014 (r356087) @@ -15,9 +15,8 @@ COMMENT= Tools to configure workstations LIB_DEPENDS= oobs-1:${PORTSDIR}/devel/liboobs \ polkit-gtk-1:${PORTSDIR}/sysutils/polkit-gnome -USE_BZIP2= yes INSTALLS_ICONS= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= gnomeprefix intlhack nautilus2 USE_AUTOTOOLS= libtool @@ -28,7 +27,6 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.system-tools.gschema.xml -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gmodule-export-2.0|gmodule-export-2.0 gthread-2.0|g' \ ${WRKSRC}/configure