Ticket #45198: patch-kaffe-Portfile.diff

File patch-kaffe-Portfile.diff, 2.0 KB (added by jul_bsd@…, 10 years ago)
  • lang/kaffe/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
    12# $Id: Portfile 85229 2011-10-11 23:55:23Z jmr@macports.org $
    23
    34PortSystem          1.0
    45
    5 name                kaffe
    6 version             1.1.7
     6PortGroup           github 1.0
     7
     8github.setup        kaffe kaffe 1.1.9
    79categories          lang
    810license             GPL-2+
    911maintainers         nomaintainer
     
    1416                    It comes with a virtual machine and a set of class \
    1517                    libraries including beans, and an AWT graphics system.
    1618
    17 homepage            http://www.kaffe.org
    18 master_sites        ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/
     19master_sites        https://github.com/kaffe/kaffe/archive/
     20distname            Release_1_1_9
     21worksrcdir          kaffe-${distname}
     22
     23checksums           rmd160  779698f1e7b0116c21058461e8d84503cf474bc1 \
     24                    sha256  beb4af40ff53ac1ad3bb559d50c849d1cc51ba6739158cb5ceec15959043e187
     25
     26## FIXME! checking for library containing lt_dlcaller_register... no
     27##          configure: error: Can't find the libltdl library.
     28##      => Undefined symbols for architecture i386:
     29##      using -arch i386...
     30## wants autoconf 2.61
     31#use_autoconf        yes
     32#depends_build       port:autoconf263
    1933
    20 checksums           md5 375c3dc44656f3f253455ea219f768b1
    2134
    2235configure.cflags-append     -fstrict-aliasing \
    2336                            -funroll-loops \
     
    4659                    port:xorg-libXtst \
    4760                    port:xorg-libsm
    4861
     62notes "
     63
     64Warning! kaffe had no releases since Feb 2008 so it's recommended to evaluate alternatives.
     65
     66"
     67
    4968livecheck.type      regex
    50 livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
     69livecheck.url       https://github.com/kaffe/kaffe/releases
     70livecheck.regex     Release_(\[0-9_\]+)