[100160] trunk/dports
ryandesign at macports.org
ryandesign at macports.org
Fri Nov 30 15:18:16 PST 2012
Revision: 100160
https://trac.macports.org/changeset/100160
Author: ryandesign at macports.org
Date: 2012-11-30 15:18:16 -0800 (Fri, 30 Nov 2012)
Log Message:
-----------
xercesc3 and libmemcached conflict on case-insensitive filesystems
Modified Paths:
--------------
trunk/dports/devel/libmemcached/Portfile
trunk/dports/textproc/xercesc3/Portfile
Modified: trunk/dports/devel/libmemcached/Portfile
===================================================================
--- trunk/dports/devel/libmemcached/Portfile 2012-11-30 23:13:54 UTC (rev 100159)
+++ trunk/dports/devel/libmemcached/Portfile 2012-11-30 23:18:16 UTC (rev 100160)
@@ -5,6 +5,9 @@
PortGroup conflicts_build 1.0
name libmemcached
+if {[file exists ${prefix}/bin/MemParse]} {
+ conflicts-append xercesc3
+}
version 1.0.10
set branch [join [lrange [split ${version} .] 0 1] .]
revision 0
Modified: trunk/dports/textproc/xercesc3/Portfile
===================================================================
--- trunk/dports/textproc/xercesc3/Portfile 2012-11-30 23:13:54 UTC (rev 100159)
+++ trunk/dports/textproc/xercesc3/Portfile 2012-11-30 23:18:16 UTC (rev 100160)
@@ -5,6 +5,9 @@
name xercesc3
conflicts xercesc
+if {[file exists ${prefix}/bin/memparse]} {
+ conflicts-append libmemcached
+}
version 3.1.1
revision 5
categories textproc xml shibboleth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121130/ea680fc0/attachment.html>
More information about the macports-changes
mailing list