1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/apr-util/Portfile,v |
---|
4 | retrieving revision 1.6 |
---|
5 | diff -u -r1.6 Portfile |
---|
6 | --- Portfile 19 Aug 2003 01:27:47 -0000 1.6 |
---|
7 | +++ Portfile 23 Oct 2003 20:20:21 -0000 |
---|
8 | @@ -2,23 +2,21 @@ |
---|
9 | |
---|
10 | PortSystem 1.0 |
---|
11 | name apr-util |
---|
12 | -version APACHE_2_0_47 |
---|
13 | +version 0.9.4 |
---|
14 | categories devel |
---|
15 | maintainers jcorley1@nc.rr.com |
---|
16 | description utilities built with the apache group's portability library |
---|
17 | + |
---|
18 | long_description apr-util is a library of useful utilities built with \ |
---|
19 | and intended to be used with the Apache Portable Runtime. |
---|
20 | + |
---|
21 | homepage http://apr.apache.org/ |
---|
22 | -master_sites http://distfiles.opendarwin.org/ |
---|
23 | -distfiles ${distname}${extract.sufx} apr-${version}${extract.sufx} |
---|
24 | +master_sites http://www.apache.org/dist/apr/ |
---|
25 | patchfiles patch-configure |
---|
26 | depends_lib lib:libapr-0.0:apr lib:libexpat.0:expat \ |
---|
27 | lib:libiconv.2:libiconv |
---|
28 | -checksums ${distname}${extract.sufx} md5 da333c985fbae8b76372752df330eee0 \ |
---|
29 | - apr-${version}${extract.sufx} md5 a1bd1c36712d65b3cc1ef6aabfef37d5 |
---|
30 | +checksums md5 909ff60d9efb3f158d33e4569af57874 |
---|
31 | |
---|
32 | -pre-patch { system "cd ${worksrcpath} && \ |
---|
33 | - ./buildconf --with-apr=../apr-${version}" } |
---|
34 | configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib |
---|
35 | configure.args --with-apr=${prefix} --with-expat=${prefix} \ |
---|
36 | --with-iconv=${prefix} |
---|