svn commit: r367838 - head/net/gq

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 13:40:21 UTC 2014


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
- at exec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime
- at unexec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime


More information about the svn-ports-head mailing list