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$
    32
    43PortSystem          1.0
    54
    65name                obc
    7 version             2.8.4
     6version             2.9.0
    87categories          lang
    98platforms           darwin
    109maintainers         deadpixi.com:jking
    1110supported_archs     i386 ppc
    1211
    1312description         Oxford Oberon 2 Compiler
    14 
    1513long_description    The Oxford Oberon 2 Compiler is a powerful and easy to \
    1614                    use implementation of the Oberon 2 programming language \
    1715                    designed by Niklaus Wirth.
     
    1917homepage            http://spivey.oriel.ox.ac.uk/corner/Oxford_Oberon-2_compiler
    2018master_sites        http://spivey.oriel.ox.ac.uk/wiki/resources/sw/
    2119
    22 checksums           sha1    cf33dc556d8c908c6f2189270e0a7e36821fc39d \
    23                     rmd160  ac6b99d444cb86f3f58740491bb4a66e4a3280c8
     20checksums           sha1    d51408dadcdb989e8c6b4e8c33fbb5961803655e \
     21                    rmd160  8917777258b21cbdb9e6283d702160ac29809033
    2422
    2523depends_skip_archcheck ocaml
    2624depends_build       port:ocaml
     
    2826patchfiles          patch-destdir.diff
    2927
    3028use_parallel_build  no
    31 universal_variant   no
     29universal_variant   no 
    3230
    33 configure.args      --disable-jit \
    34                     --disable-debugger
     31configure.args      --disable-debugger \
     32                    --disable-jit
     33if {${os.arch} ne "i386"} {
     34    configure.args-delete --disable-jit
     35}