Ticket #27574: obc-2.8.4-to-2.9.0.diff
File obc-2.8.4-to-2.9.0.diff, 1.7 KB (added by jking+macports@…, 14 years ago) |
---|
-
Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 74404 2010-12-15 19:59:40Z ryandesign@macports.org $ 1 # $Id$ 3 2 4 3 PortSystem 1.0 5 4 6 5 name obc 7 version 2. 8.46 version 2.9.0 8 7 categories lang 9 8 platforms darwin 10 9 maintainers deadpixi.com:jking 11 10 supported_archs i386 ppc 12 11 13 12 description Oxford Oberon 2 Compiler 14 15 13 long_description The Oxford Oberon 2 Compiler is a powerful and easy to \ 16 14 use implementation of the Oberon 2 programming language \ 17 15 designed by Niklaus Wirth. … … 19 17 homepage http://spivey.oriel.ox.ac.uk/corner/Oxford_Oberon-2_compiler 20 18 master_sites http://spivey.oriel.ox.ac.uk/wiki/resources/sw/ 21 19 22 checksums sha1 cf33dc556d8c908c6f2189270e0a7e36821fc39d\23 rmd160 ac6b99d444cb86f3f58740491bb4a66e4a3280c820 checksums sha1 d51408dadcdb989e8c6b4e8c33fbb5961803655e \ 21 rmd160 8917777258b21cbdb9e6283d702160ac29809033 24 22 25 23 depends_skip_archcheck ocaml 26 24 depends_build port:ocaml … … 28 26 patchfiles patch-destdir.diff 29 27 30 28 use_parallel_build no 31 universal_variant no 29 universal_variant no 32 30 33 configure.args --disable-jit \ 34 --disable-debugger 31 configure.args --disable-debugger \ 32 --disable-jit 33 if {${os.arch} ne "i386"} { 34 configure.args-delete --disable-jit 35 }