[74254] trunk/dports/x11/bitmap/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Dec 8 23:12:17 PST 2010


Revision: 74254
          http://trac.macports.org/changeset/74254
Author:   jeremyhu at macports.org
Date:     2010-12-08 23:12:11 -0800 (Wed, 08 Dec 2010)
Log Message:
-----------
bitmap: Don't install Stipple

Modified Paths:
--------------
    trunk/dports/x11/bitmap/Portfile

Modified: trunk/dports/x11/bitmap/Portfile
===================================================================
--- trunk/dports/x11/bitmap/Portfile	2010-12-09 07:11:00 UTC (rev 74253)
+++ trunk/dports/x11/bitmap/Portfile	2010-12-09 07:12:11 UTC (rev 74254)
@@ -3,6 +3,7 @@
 PortSystem          1.0
 name                bitmap
 version             1.0.5
+revision            1
 categories          x11 graphics
 maintainers         jeremyhu openmaintainer
 description         Bitmap editor and converter utilities for X11
@@ -22,6 +23,12 @@
 
 depends_lib         port:xorg-libXaw port:xbitmaps
 
+post-destroot {
+        # This conflicts with stipple from the bitmap port for case-insensitive file systems
+        delete ${destroot}${prefix}/include/X11/bitmaps/Stipple
+}
+
+
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
 livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101208/0420f11d/attachment.html>


More information about the macports-changes mailing list