Ticket #20029: Portfile.patch
File Portfile.patch, 1.3 KB (added by iraikov (Ivan Raikov), 15 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 49127 2009-04-04 06:23:58Z mcalhoun@macports.org $2 3 1 PortSystem 1.0 4 2 name chicken 5 version 3.4.03 version 4.2.0 6 4 categories lang scheme 7 5 maintainers gmail.com:arto.bendiken waqar gmail.com:ivan.g.raikov 8 6 description Compiler for the Scheme programming language … … 15 13 platforms darwin 16 14 master_sites http://chicken.wiki.br/releases/${version} 17 15 distfiles ${distname}${extract.suffix} 18 checksums md5 9299e9daa9c39cbd391975ce5e5aa7d9\19 sha1 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e\20 rmd160 e28808de5408753df1e0b050dcac19f540567f1316 checksums md5 4705b7634447a571ff083f435c110fe3\ 17 sha1 c09922884eb145ad993e0d84116678cc9c98afbe\ 18 rmd160 a5d0bbc56ec1acf92628dc82d88c80bf3c069ce1 21 19 configure { 22 20 reinplace "s|C_COMPILER ?= gcc|C_COMPILER ?= ${configure.cc}|" ${worksrcpath}/defaults.make 23 21 reinplace "s|CXX_COMPILER ?= g++|C_COMPILER ?= ${configure.cxx}|" ${worksrcpath}/defaults.make … … 28 26 build.args PLATFORM=macosx PREFIX=${prefix} 29 27 build.post_args CHICKEN=./chicken-boot 30 28 use_parallel_build yes 29 use_configure yes 31 30 destroot.args PLATFORM=macosx PREFIX=${prefix}