ports/180843: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Jul 25 19:10:01 UTC 2013


The following reply was made to PR ports/180843; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list