[83782] trunk/dports/graphics/inkscape/Portfile

devans at macports.org devans at macports.org
Sat Sep 10 18:38:34 PDT 2011


Revision: 83782
          http://trac.macports.org/changeset/83782
Author:   devans at macports.org
Date:     2011-09-10 18:38:34 -0700 (Sat, 10 Sep 2011)
Log Message:
-----------
inkscape: remove variants +disable_debugging, +enable_debugging, #28303.

Modified Paths:
--------------
    trunk/dports/graphics/inkscape/Portfile

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2011-09-11 01:36:05 UTC (rev 83781)
+++ trunk/dports/graphics/inkscape/Portfile	2011-09-11 01:38:34 UTC (rev 83782)
@@ -100,20 +100,6 @@
     default_variants +python26
 }
 
-variant disable_debugging conflicts enable_debugging description {Disable debugging. Strip executables to save disk space} {
-        # this variant strips the executables saving @200MB of disk space
-        # at the cost of not being able to get meaningful debugging information
-        # in the event of an application crash
-        post-destroot {
-            system "strip ${destroot}${prefix}/bin/inkscape"
-            system "strip ${destroot}${prefix}/bin/inkview"
-        }
-}
-
-variant enable_debugging conflicts disable_debugging description {Enable debugging. Executables not stripped} {
-        # does nothing but offer a counter-point to disable_debugging
-}
-
 post-activate {
         system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110910/d92f433c/attachment-0001.html>


More information about the macports-changes mailing list