1 | *** /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/chicken/Portfile Sat Apr 4 15:23:58 2009 |
---|
2 | --- Portfile Wed Aug 5 14:30:56 2009 |
---|
3 | *************** |
---|
4 | *** 1,8 **** |
---|
5 | - # $Id: Portfile 49127 2009-04-04 06:23:58Z mcalhoun@macports.org $ |
---|
6 | - |
---|
7 | PortSystem 1.0 |
---|
8 | name chicken |
---|
9 | ! version 3.4.0 |
---|
10 | categories lang scheme |
---|
11 | maintainers gmail.com:arto.bendiken waqar gmail.com:ivan.g.raikov |
---|
12 | description Compiler for the Scheme programming language |
---|
13 | --- 1,6 ---- |
---|
14 | PortSystem 1.0 |
---|
15 | name chicken |
---|
16 | ! version 4.1.0 |
---|
17 | categories lang scheme |
---|
18 | maintainers gmail.com:arto.bendiken waqar gmail.com:ivan.g.raikov |
---|
19 | description Compiler for the Scheme programming language |
---|
20 | *************** |
---|
21 | *** 15,23 **** |
---|
22 | platforms darwin |
---|
23 | master_sites http://chicken.wiki.br/releases/${version} |
---|
24 | distfiles ${distname}${extract.suffix} |
---|
25 | ! checksums md5 9299e9daa9c39cbd391975ce5e5aa7d9\ |
---|
26 | ! sha1 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e\ |
---|
27 | ! rmd160 e28808de5408753df1e0b050dcac19f540567f13 |
---|
28 | configure { |
---|
29 | reinplace "s|C_COMPILER ?= gcc|C_COMPILER ?= ${configure.cc}|" ${worksrcpath}/defaults.make |
---|
30 | reinplace "s|CXX_COMPILER ?= g++|C_COMPILER ?= ${configure.cxx}|" ${worksrcpath}/defaults.make |
---|
31 | --- 13,21 ---- |
---|
32 | platforms darwin |
---|
33 | master_sites http://chicken.wiki.br/releases/${version} |
---|
34 | distfiles ${distname}${extract.suffix} |
---|
35 | ! checksums md5 8f0ed426adf1dbaf4f83c8af7b1d4c51\ |
---|
36 | ! sha1 263f4f57e16219940ee33cb71bc4a35996c241a2\ |
---|
37 | ! rmd160 647fc8e676258dfedd7b6044f3bbaf6c2e70516b |
---|
38 | configure { |
---|
39 | reinplace "s|C_COMPILER ?= gcc|C_COMPILER ?= ${configure.cc}|" ${worksrcpath}/defaults.make |
---|
40 | reinplace "s|CXX_COMPILER ?= g++|C_COMPILER ?= ${configure.cxx}|" ${worksrcpath}/defaults.make |
---|
41 | *************** |
---|
42 | *** 28,31 **** |
---|
43 | --- 26,30 ---- |
---|
44 | build.args PLATFORM=macosx PREFIX=${prefix} |
---|
45 | build.post_args CHICKEN=./chicken-boot |
---|
46 | use_parallel_build yes |
---|
47 | + use_configure yes |
---|
48 | destroot.args PLATFORM=macosx PREFIX=${prefix} |
---|