=== added directory 'science/geos/files'
=== added file 'science/geos/files/patch-test_XMLTester.cpp.diff'
|
|
|
| 1 | --- source/test/XMLTester.cpp 2007-11-24 13:52:10.000000000 -0500 |
| 2 | +++ source/test/XMLTester.cpp 2007-11-24 13:54:58.000000000 -0500 |
| 3 | @@ -63,7 +63,7 @@ |
| 4 | void |
| 5 | tolower(std::string& str) |
| 6 | { |
| 7 | - std::transform(str.begin(), str.end(), str.begin(), safe_ctype<std::tolower>); |
| 8 | + std::transform(str.begin(), str.end(), str.begin(), (int(*)(int))std::tolower); |
| 9 | } |
| 10 | |
| 11 | XMLTester::XMLTester() |
=== modified file 'science/geos/Portfile'
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name geos |
6 | | version 2.2.1 |
| 6 | version 2.2.3 |
7 | 7 | categories science |
8 | 8 | maintainers opendarwin@gaige.net |
9 | 9 | description GEOS Geomety Engine - Open Source |
… |
… |
|
14 | 14 | homepage http://geos.refractions.net/ |
15 | 15 | master_sites ${homepage} |
16 | 16 | use_bzip2 yes |
17 | | checksums md5 272132bfb64422915d0f748f5e26932b |
| 17 | checksums md5 440be2b11fd3d711e950a47ea6f1b424 |
18 | 18 | |
19 | 19 | platform darwin 8 { |
20 | 20 | configure.compiler gcc-4.0 |
21 | 21 | } |
| 22 | |
| 23 | platform darwin 9 { |
| 24 | patchfiles patch-test_XMLTester.cpp.diff |
| 25 | } |