From owner-svn-ports-head@FreeBSD.ORG Wed Sep 10 13:40:21 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 1A61661E; Wed, 10 Sep 2014 13:40:21 +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 0531D13C8; Wed, 10 Sep 2014 13:40:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ADeKa4066587; Wed, 10 Sep 2014 13:40:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ADeKBe066585; Wed, 10 Sep 2014 13:40:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409101340.s8ADeKBe066585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 10 Sep 2014 13:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367838 - head/net/gq 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-1 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: Wed, 10 Sep 2014 13:40:21 -0000 Author: antoine Date: Wed Sep 10 13:40:20 2014 New Revision: 367838 URL: http://svnweb.freebsd.org/changeset/ports/367838 QAT: https://qat.redports.org/buildarchive/r367838/ Log: - Allow staging as a regular user - Remove some @exec/@unexec redundant with USES=shared-mime-info Modified: head/net/gq/Makefile head/net/gq/pkg-plist Modified: head/net/gq/Makefile ============================================================================== --- head/net/gq/Makefile Wed Sep 10 13:34:53 2014 (r367837) +++ head/net/gq/Makefile Wed Sep 10 13:40:20 2014 (r367838) @@ -23,7 +23,7 @@ USE_OPENSSL= yes USE_OPENLDAP= yes USES= gettext gmake pkgconfig shared-mime-info desktop-file-utils GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} --disable-update-mimedb DND_CONFIGURE_ENABLE= browser-dns CACHE_CONFIGURE_ENABLE= cache INSTALLS_ICONS= yes Modified: head/net/gq/pkg-plist ============================================================================== --- head/net/gq/pkg-plist Wed Sep 10 13:34:53 2014 (r367837) +++ head/net/gq/pkg-plist Wed Sep 10 13:40:20 2014 (r367838) @@ -28,5 +28,3 @@ share/omf/gq-manual/gq-manual-de.omf @dirrm share/gnome/help/gq-manual/de @dirrm share/gnome/help/gq-manual @dirrm share/omf/gq-manual -@exec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime -@unexec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime