Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2013 19:10:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/180843: commit references a PR
Message-ID:  <201307251910.r6PJA1cE099425@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180843; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180843: commit references a PR
Date: Thu, 25 Jul 2013 19:07:44 +0000 (UTC)

 Author: kwm
 Date: Thu Jul 25 19:07:37 2013
 New Revision: 323663
 URL: http://svnweb.freebsd.org/changeset/ports/323663
 
 Log:
   Quiet update-desktop-database output, like when it complaining about invalid
   MIME types in .desktop files. It all non-fatal, and ugly to boot.
   
   PR:		ports/180843
   Submitted by:	pawel@
 
 Modified:
   head/Mk/Uses/desktop-file-utils.mk
 
 Modified: head/Mk/Uses/desktop-file-utils.mk
 ==============================================================================
 --- head/Mk/Uses/desktop-file-utils.mk	Thu Jul 25 18:55:01 2013	(r323662)
 +++ head/Mk/Uses/desktop-file-utils.mk	Thu Jul 25 19:07:37 2013	(r323663)
 @@ -24,11 +24,11 @@ post-install: desktop-file-post-install
  
  desktop-file-post-install:
  # run for port post-install
 -	@-update-desktop-database
 +	@-update-desktop-database -q
  # plist entries for packages.
 -	@${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-desktop-database > /dev/null || /usr/bin/true" \
 +	@${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-desktop-database -q > /dev/null || /usr/bin/true" \
  		>> ${TMPPLIST}; \
 -	${ECHO_CMD} "@unexec ${LOCALBASE}/bin/update-desktop-database > /dev/null || /usr/bin/true" \
 +	${ECHO_CMD} "@unexec ${LOCALBASE}/bin/update-desktop-database -q > /dev/null || /usr/bin/true" \
  		>> ${TMPPLIST}
  
  .endif
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307251910.r6PJA1cE099425>