1 | --- Portfile.orig 2008-02-03 00:32:57.000000000 -0800 |
---|
2 | +++ Portfile 2008-02-02 23:42:36.000000000 -0800 |
---|
3 | @@ -2,7 +2,7 @@ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | name chicken |
---|
7 | -version 2.6 |
---|
8 | +version 3.0.0 |
---|
9 | categories lang scheme |
---|
10 | maintainers arto.bendiken@gmail.com waqar@macports.org |
---|
11 | description Compiler for the Scheme programming language |
---|
12 | @@ -13,28 +13,14 @@ |
---|
13 | enhancements and extensions. |
---|
14 | homepage http://www.call-with-current-continuation.org/ |
---|
15 | platforms darwin |
---|
16 | -master_sites http://www.call-with-current-continuation.org/ |
---|
17 | -checksums sha1 4010d21db1b0d2df3b3ab392503be4bb19073bbd |
---|
18 | -configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man \ |
---|
19 | - --enable-gc-hooks --enable-apply-hook \ |
---|
20 | - --enable-extra-symbol-slot \ |
---|
21 | - --enable-symbol-gc |
---|
22 | - |
---|
23 | -platform darwin 8 { |
---|
24 | - configure.cflags-append "-I${prefix}/include" |
---|
25 | -} |
---|
26 | - |
---|
27 | -variant no-hooks { |
---|
28 | - configure.args-delete --enable-gc-hooks --enable-apply-hook |
---|
29 | - configure.args-append --disable-gc-hooks --disable-apply-hook |
---|
30 | -} |
---|
31 | - |
---|
32 | -variant no-symslot { |
---|
33 | - configure.args-delete --enable-extra-symbol-slot |
---|
34 | - configure.args-append --disable-extra-symbol-slot |
---|
35 | -} |
---|
36 | - |
---|
37 | -variant no-symgc { |
---|
38 | - configure.args-delete --enable-symbol-gc |
---|
39 | - configure.args-append --disable-symbol-gc |
---|
40 | -} |
---|
41 | +# TODO: there should be a download URL without a date |
---|
42 | +master_sites http://chicken.wiki.br/dev-snapshots/2008/02/01/ |
---|
43 | +checksums md5 7bec72b12e80c611f5fd0806f25edfce \ |
---|
44 | + sha1 5bb14c65aff8128a95a472ec821461059709cf45 \ |
---|
45 | + rmd160 085753577e4ec5883231713f13aec8ee8be603ef |
---|
46 | +patchfiles patch-rules.make.in |
---|
47 | +use_configure no |
---|
48 | +build.args PLATFORM=macosx PREFIX=${prefix} |
---|
49 | +build.target bootstrap |
---|
50 | +use_parallel_build yes |
---|
51 | +destroot.args PLATFORM=macosx PREFIX=${prefix} |
---|