Date: Wed, 10 Sep 2014 13:40:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367838 - head/net/gq Message-ID: <201409101340.s8ADeKBe066585@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409101340.s8ADeKBe066585>