Ticket #23401: patch.txt

File patch.txt, 1.0 KB (added by horus.li@…, 14 years ago)

the dirty patch, some work-around included.

Line 
1--- Portfile.old        2009-07-08 08:15:29.000000000 +0800
2+++ Portfile    2010-01-24 11:30:06.000000000 +0800
3@@ -3,7 +3,7 @@
4 PortSystem              1.0
5 
6 name                   parrot
7-version                        1.0.0
8+version                        2.0.0
9 revision                1
10 categories             lang devel
11 maintainers            bfulgham coleda.com:will
12@@ -19,16 +19,16 @@
13 homepage               http://www.parrot.org/
14 master_sites           ftp://ftp.parrot.org/pub/parrot/releases/stable/${version}/
15 
16-checksums              md5 649ce1fb7c0edaf89dc1cd52ff267b1a \
17-                       sha1 9e028f5fff38a332c13ad4389652a016d7a824f7 \
18-                       rmd160 46f60accd33f16cc910f4ea03840badc358d22c7
19+checksums              md5 a28e09358a31ed93601deb8e5000a5f5 \
20+                       sha1 2c9bcde063e68b5e647034e6b57be646f0583f1a \
21+                       rmd160 5c950adcdfd6ebe204639f0036531c0519b71f27
22 
23 depends_build          bin:perl:perl5
24 depends_lib            port:gmp port:icu
25 
26 configure.cmd          perl Configure.pl
27 configure.pre_args     --prefix=${prefix}/lib/parrot
28-configure.args         --optimize
29+configure.args         --icuheaders=/opt/local/include --icushared='-lpthread -lm -L/opt/local/lib -licuuc -licudata' --optimize
30 
31 destroot.target         install
32