[40951] trunk/dports/gnome/desktop-file-utils/Portfile

blb at macports.org blb at macports.org
Sat Oct 18 15:04:37 PDT 2008


Revision: 40951
          http://trac.macports.org/changeset/40951
Author:   blb at macports.org
Date:     2008-10-18 15:04:36 -0700 (Sat, 18 Oct 2008)
Log Message:
-----------
gnome/desktop-file-utils - disable emacs to avoid errors with it, ticket #15922

Modified Paths:
--------------
    trunk/dports/gnome/desktop-file-utils/Portfile

Modified: trunk/dports/gnome/desktop-file-utils/Portfile
===================================================================
--- trunk/dports/gnome/desktop-file-utils/Portfile	2008-10-18 20:35:57 UTC (rev 40950)
+++ trunk/dports/gnome/desktop-file-utils/Portfile	2008-10-18 22:04:36 UTC (rev 40951)
@@ -5,6 +5,7 @@
 
 name            desktop-file-utils
 version         0.15
+revision        1
 maintainers     nomaintainer
 categories      gnome
 platforms       darwin
@@ -25,6 +26,9 @@
 
 configure.cflags-append     -no-cpp-precomp -flat_namespace -undefined suppress
 configure.cppflags-append   -L${prefix}/lib
+# emacs could probably be turned back on in a variant, depending on emacs
+# from MacPorts, as for some this may otherwise fail (ticket #15922)
+configure.env-append        EMACS="no"
 
 post-activate {
     system "update-desktop-database -q ${prefix}/share/applications; true"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081018/d2f940c0/attachment.html 


More information about the macports-changes mailing list