[47505] trunk/dports/x11/xbitmaps/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Feb 28 12:27:26 PST 2009


Revision: 47505
          http://trac.macports.org/changeset/47505
Author:   jeremyhu at macports.org
Date:     2009-02-28 12:27:25 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
xbitmaps: Don't install stipple since it conflicts on case-insensitive FS

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

Modified: trunk/dports/x11/xbitmaps/Portfile
===================================================================
--- trunk/dports/x11/xbitmaps/Portfile	2009-02-28 20:23:03 UTC (rev 47504)
+++ trunk/dports/x11/xbitmaps/Portfile	2009-02-28 20:27:25 UTC (rev 47505)
@@ -3,6 +3,7 @@
 PortSystem          1.0
 name                xbitmaps
 version             1.0.1
+revision            1
 categories          x11 graphics
 maintainers         blb openmaintainer
 description         Bitmaps that are shared between X applications
@@ -18,6 +19,11 @@
                     sha1    6c0fd6f7c9bba682aa0216b4d91a6e9a6b7f01cf \
                     rmd160  d6cf399ffce54cd001e7d6ed41c83c9495d73db9
 
+post-destroot {
+	# This conflicts with Stipple from the bitmap port for case-insensitive file systems
+	delete ${destroot}${prefix}/include/X11/bitmaps/stipple
+}
+
 livecheck.check     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/20090228/4b16ba11/attachment.html>


More information about the macports-changes mailing list