Ticket #16453: apr-util.patch
File apr-util.patch, 1.2 KB (added by wsiegrist@…, 16 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name apr-util 6 version 1.3. 26 version 1.3.4 7 7 categories devel 8 8 maintainers dluke@geeklair.net 9 9 platforms darwin … … 15 15 homepage http://apr.apache.org/ 16 16 master_sites apache:apr 17 17 use_bzip2 yes 18 checksums md5 aa782fb9ced8b59c8e99419d8cdd1981\19 sha1 a7632caac8bbf3713fc54ed76a3197a6e9f19f55\20 rmd160 bdc9d4c28a1463e56683bfbee9f1073552242af3 18 checksums md5 adfbe525cf3914cf769340e8f6a6d14b \ 19 sha1 345f83ee4aefdc85c900bdbd2c4f068da92a6b34 \ 20 rmd160 268667f011a829e4abfcd1bfb2dbda2de84fe194 21 21 22 22 depends_lib port:apr port:expat \ 23 23 port:libiconv port:db46 \ … … 26 26 use_parallel_build yes 27 27 configure.args --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \ 28 28 --with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \ 29 --without-mysql --without-pgsql --with-sqlite3=${prefix} 29 --without-mysql --without-pgsql --with-sqlite3=${prefix} --disable-util-dso 30 30 31 31 test.run yes 32 32 test.target check