You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/02/25 21:05:29 UTC

svn commit: r916432 - in /harmony/enhanced/common_resources/trunk/make: depends.properties properties.xml

Author: hindessm
Date: Thu Feb 25 20:05:29 2010
New Revision: 916432

URL: http://svn.apache.org/viewvc?rev=916432&view=rev
Log:
Adding icu downloads for FreeBSD 8.0.

Modified:
    harmony/enhanced/common_resources/trunk/make/depends.properties
    harmony/enhanced/common_resources/trunk/make/properties.xml

Modified: harmony/enhanced/common_resources/trunk/make/depends.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/common_resources/trunk/make/depends.properties?rev=916432&r1=916431&r2=916432&view=diff
==============================================================================
--- harmony/enhanced/common_resources/trunk/make/depends.properties (original)
+++ harmony/enhanced/common_resources/trunk/make/depends.properties Thu Feb 25 20:05:29 2010
@@ -64,6 +64,8 @@
 icudll.md5@freebsd.x86@=7e78475ec05805083e58879eda6e5df9
 icudll.md5@freebsd.x86.7x@=911a80c1f1ac778afd63aac13eb27de2
 icudll.md5@freebsd.x86_64.7x@=37dc6060e507a1b421fadf86b7b2cb8a
+icudll.md5@freebsd.x86.8x@=c8e481419914df47dc07ad9f120543f5
+icudll.md5@freebsd.x86_64.8x@=3d76c796e782218d7bbbc99995ba95a7
 
 ############################## TO SORT OUT ##############################
 

Modified: harmony/enhanced/common_resources/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/common_resources/trunk/make/properties.xml?rev=916432&r1=916431&r2=916432&view=diff
==============================================================================
--- harmony/enhanced/common_resources/trunk/make/properties.xml (original)
+++ harmony/enhanced/common_resources/trunk/make/properties.xml Thu Feb 25 20:05:29 2010
@@ -72,6 +72,14 @@
     <condition property="hy.platform.suffix" value=".libstdc++5">
         <isset property="use.libstdc++5"/>
     </condition>
+    <condition property="hy.platform.suffix" value=".8x">
+        <!-- matches would be better but debian stable has ant 1.6.5
+             and matches was only added to 1.7.0 and above -->
+        <and>
+            <equals arg1="FreeBSD" arg2="${os.name}" casesensitive="false" /> 
+            <contains substring="8." string="${os.version}"/>
+        </and>
+    </condition>
     <condition property="hy.platform.suffix" value=".7x">
         <!-- matches would be better but debian stable has ant 1.6.5
              and matches was only added to 1.7.0 and above -->