[98559] trunk/dports/cad/gtkwave/Portfile
jmr at macports.org
jmr at macports.org
Mon Oct 8 13:57:54 PDT 2012
Revision: 98559
http://trac.macports.org//changeset/98559
Author: jmr at macports.org
Date: 2012-10-08 13:57:54 -0700 (Mon, 08 Oct 2012)
Log Message:
-----------
gtkwave: defer update-desktop-database to post-activate (#35758, maintainer timeout)
Modified Paths:
--------------
trunk/dports/cad/gtkwave/Portfile
Modified: trunk/dports/cad/gtkwave/Portfile
===================================================================
--- trunk/dports/cad/gtkwave/Portfile 2012-10-08 20:43:05 UTC (rev 98558)
+++ trunk/dports/cad/gtkwave/Portfile 2012-10-08 20:57:54 UTC (rev 98559)
@@ -26,5 +26,10 @@
port:tk
configure.args --with-tcl=${prefix}/lib \
- --with-tk=${prefix}/lib
+ --with-tk=${prefix}/lib \
+ --disable-mime-update
+post-activate {
+ system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+ system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121008/31bd8d58/attachment.html>
More information about the macports-changes
mailing list