[74634] trunk/dports/lang/obc

ryandesign at macports.org ryandesign at macports.org
Fri Dec 24 19:08:16 PST 2010


Revision: 74634
          http://trac.macports.org/changeset/74634
Author:   ryandesign at macports.org
Date:     2010-12-24 19:08:09 -0800 (Fri, 24 Dec 2010)
Log Message:
-----------
obc: maintainer update to fix a problem in the code generation library; see #27779

Modified Paths:
--------------
    trunk/dports/lang/obc/Portfile

Added Paths:
-----------
    trunk/dports/lang/obc/files/patch-compiler-icode.ml.diff

Modified: trunk/dports/lang/obc/Portfile
===================================================================
--- trunk/dports/lang/obc/Portfile	2010-12-24 23:32:43 UTC (rev 74633)
+++ trunk/dports/lang/obc/Portfile	2010-12-25 03:08:09 UTC (rev 74634)
@@ -5,6 +5,7 @@
 
 name                obc
 version             2.9.0
+revision            1
 categories          lang
 platforms           darwin
 maintainers         deadpixi.com:jking
@@ -25,7 +26,8 @@
 depends_skip_archcheck ocaml
 depends_build       port:ocaml
 
-patchfiles          patch-destdir.diff
+patchfiles          patch-destdir.diff \
+                    patch-compiler-icode.ml.diff
 
 use_parallel_build  no
 universal_variant   no

Added: trunk/dports/lang/obc/files/patch-compiler-icode.ml.diff
===================================================================
--- trunk/dports/lang/obc/files/patch-compiler-icode.ml.diff	                        (rev 0)
+++ trunk/dports/lang/obc/files/patch-compiler-icode.ml.diff	2010-12-25 03:08:09 UTC (rev 74634)
@@ -0,0 +1,11 @@
+--- compiler/icode.ml	2010-12-23 23:28:05.000000000 -0600
++++ compiler/icode.ml.new	2010-12-23 23:28:17.000000000 -0600
+@@ -132,7 +132,7 @@
+     | ShortT -> fStr "S"
+     | (IntT | PtrT | SetT) -> fStr "W"
+     | LongT -> fStr "Q"
+-    | FloatT -> fStr "F"
++    | FloatT -> fStr "W"
+     | DoubleT -> fStr "D"
+     | _ -> fStr "?"
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101224/6adc0799/attachment-0001.html>


More information about the macports-changes mailing list