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 1 2 # $Id: Portfile 85229 2011-10-11 23:55:23Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 5 name kaffe 6 version 1.1.7 6 PortGroup github 1.0 7 8 github.setup kaffe kaffe 1.1.9 7 9 categories lang 8 10 license GPL-2+ 9 11 maintainers nomaintainer … … 14 16 It comes with a virtual machine and a set of class \ 15 17 libraries including beans, and an AWT graphics system. 16 18 17 homepage http://www.kaffe.org 18 master_sites ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/ 19 master_sites https://github.com/kaffe/kaffe/archive/ 20 distname Release_1_1_9 21 worksrcdir kaffe-${distname} 22 23 checksums 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 19 33 20 checksums md5 375c3dc44656f3f253455ea219f768b121 34 22 35 configure.cflags-append -fstrict-aliasing \ 23 36 -funroll-loops \ … … 46 59 port:xorg-libXtst \ 47 60 port:xorg-libsm 48 61 62 notes " 63 64 Warning! kaffe had no releases since Feb 2008 so it's recommended to evaluate alternatives. 65 66 " 67 49 68 livecheck.type regex 50 livecheck.regex ${name}-(\[0-9.\]+)\\.tar 69 livecheck.url https://github.com/kaffe/kaffe/releases 70 livecheck.regex Release_(\[0-9_\]+)