[75145] trunk/dports/lang/obc
ryandesign at macports.org
ryandesign at macports.org
Sun Jan 16 02:23:03 PST 2011
Revision: 75145
http://trac.macports.org/changeset/75145
Author: ryandesign at macports.org
Date: 2011-01-16 02:22:54 -0800 (Sun, 16 Jan 2011)
Log Message:
-----------
obc: maintainer update to 2.9.1; see #27985
Modified Paths:
--------------
trunk/dports/lang/obc/Portfile
trunk/dports/lang/obc/files/patch-destdir.diff
Removed Paths:
-------------
trunk/dports/lang/obc/files/patch-runtime-keiko.iset.diff
Modified: trunk/dports/lang/obc/Portfile
===================================================================
--- trunk/dports/lang/obc/Portfile 2011-01-16 05:57:19 UTC (rev 75144)
+++ trunk/dports/lang/obc/Portfile 2011-01-16 10:22:54 UTC (rev 75145)
@@ -4,8 +4,7 @@
PortSystem 1.0
name obc
-version 2.9.0
-revision 2
+version 2.9.1
categories lang
platforms darwin
maintainers deadpixi.com:jking
@@ -20,14 +19,13 @@
homepage http://spivey.oriel.ox.ac.uk/corner/Oxford_Oberon-2_compiler
master_sites http://spivey.oriel.ox.ac.uk/wiki/resources/sw/
-checksums sha1 d51408dadcdb989e8c6b4e8c33fbb5961803655e \
- rmd160 8917777258b21cbdb9e6283d702160ac29809033
+checksums sha1 4cc81fa256bd1ed9166b8746f1a52a003e3ed347 \
+ rmd160 5d2a24f29240b2f59c44d6327795e38e9cc75437
depends_skip_archcheck ocaml
-depends_build port:ocaml
+depends_build port:ocaml port:pkgconfig
-patchfiles patch-destdir.diff \
- patch-runtime-keiko.iset.diff
+patchfiles patch-destdir.diff
use_parallel_build no
universal_variant no
Modified: trunk/dports/lang/obc/files/patch-destdir.diff
===================================================================
--- trunk/dports/lang/obc/files/patch-destdir.diff 2011-01-16 05:57:19 UTC (rev 75144)
+++ trunk/dports/lang/obc/files/patch-destdir.diff 2011-01-16 10:22:54 UTC (rev 75145)
@@ -1,6 +1,6 @@
---- Makefile.in 2010-12-15 06:13:02.000000000 -0600
-+++ Makefile.in-new 2010-12-15 12:09:18.000000000 -0600
-@@ -214,12 +214,12 @@
+--- Makefile.in.old 2011-01-15 23:52:08.000000000 -0600
++++ Makefile.in 2011-01-15 23:52:42.000000000 -0600
+@@ -230,17 +230,17 @@
# Install after building
install:: force
@@ -19,3 +19,9 @@
ifdef ENABLE_DEBUGGER
ifdef MACOS
+ install:: force
+- cp -R macport/Obdb.app $(libdir)/obc
++ cp -R macport/Obdb.app $(DESTDIR)$(libdir)/obc
+ endif
+ endif
+
Deleted: trunk/dports/lang/obc/files/patch-runtime-keiko.iset.diff
===================================================================
--- trunk/dports/lang/obc/files/patch-runtime-keiko.iset.diff 2011-01-16 05:57:19 UTC (rev 75144)
+++ trunk/dports/lang/obc/files/patch-runtime-keiko.iset.diff 2011-01-16 10:22:54 UTC (rev 75145)
@@ -1,27 +0,0 @@
---- runtime/keiko.iset 2010-12-27 21:55:07.000000000 -0600
-+++ runtime/keiko.iset.new 2010-12-27 21:57:48.000000000 -0600
-@@ -136,9 +136,11 @@
- # LDIs :: a, b --> mem_s[a+s*b]
- # STIs :: a, b, c --> []; mem_s[b+s*c] := a
- inst LDIW 0 B.* {subs($1.x, $2.i, type($t))}
-+inst LDIF 0 B.f {subs($1.x, $2.i, float)}
- inst LDIS 0 B.i {subs($1.x, $2.i, short)}
- inst LDIC 0 B.i {subs($1.x, $2.i, uchar)}
- inst STIW 0 S3 {subs($2.x, $3.i, type($u1)) = $1.*;}
-+inst STIF 0 S3 {subs($2.x, $3.i, float) = $1.f;}
- inst STIS 0 S3 {subs($2.x, $3.i, short) = $1.i;}
- inst STIC 0 S3 {subs($2.x, $3.i, uchar) = $1.i;}
-
-@@ -754,10 +756,12 @@
- expand LDIC 0 {INDEXC, LOADC}
- expand LDIS 0 {INDEXS, LOADS}
- expand LDIW 0 {INDEXW, LOADW}
-+expand LDIF 0 {INDEXW, LOADF}
- expand LDID 0 {INDEXD, LOADD}
- expand STIC 0 {INDEXC, STOREC}
- expand STIS 0 {INDEXS, STORES}
- expand STIW 0 {INDEXW, STOREW}
-+expand STIF 0 {INDEXW, STOREF}
- expand STID 0 {INDEXD, STORED}
-
- expand LDEW 1 {LDLW -4, LDNW $a}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110116/8e18ecfd/attachment.html>
More information about the macports-changes
mailing list