| 1 | | |
| | 1 | ~~Compilation fails in {{{lib/select.c}}} due to {{{socket.h}}}. Using {{{sys/socket.h}}} instead resolves this.~~ |
| | 2 | |
| | 3 | [http://tools.assembla.com/BePorts/browser/BePorts/trunk/net-misc/curl/curl-7.18.1.diff Patch] ~~and [http://tools.assembla.com/BePorts/browser/BePorts/trunk/net-misc/curl/curl-CVS.diff?rev=69 Patch against HEAD] ([http://sourceforge.net/tracker/index.php?func=detail&aid=1971759&group_id=976&atid=100976 Ticket])~~ (patch was committed to CVS, to be backported) |
| | 4 | |
| | 5 | Tests 180, 192, 221, 1013, 1014, 1022, 1023 fail (355/362 pass). And for CVS configured {{{--with-openssl}}}: |
| | 6 | {{{ |
| | 7 | TESTDONE: 356 tests out of 368 reported OK: 96% |
| | 8 | TESTFAIL: These test cases failed: 162 164 168 169 176 180 1001 1013 1014 1022 1023 1026 |
| | 9 | TESTDONE: 440 tests were considered during 476 seconds. |
| | 10 | TESTINFO: 72 tests were skipped due to these restraints: |
| | 11 | TESTINFO: "curl lacks any scp support" 8 times (601, 603, 605, 607, 617, 619, 621, 623) |
| | 12 | TESTINFO: "no stunnel" 18 times (300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 400, 401, 403, 404, 406, 407, 408, 409) |
| | 13 | TESTINFO: "failed starting SSH server" 6 times (700, 701, 702, 703, 706, 707) |
| | 14 | TESTINFO: "curl lacks any sftp support" 21 times (600, 602, 604, 606, 608, 609,610, 611, 612, 613, 614, 615, 616, 618, 620, 622, 624, 625, 626, 627, 2004) |
| | 15 | TESTINFO: "curl lacks ipv6 support" 10 times (116, 212, 240, 241, 242, 252, 253, 254, 255, 263) |
| | 16 | TESTINFO: "rlimit problem: select limit is FD_SETSIZE 1024" 2 times (518, 537) |
| | 17 | TESTINFO: "curl lacks idn support" 1 times (165) |
| | 18 | TESTINFO: "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134, 257) |
| | 19 | }}} |
| | 20 | |
| | 21 | Installation fails while compiling examples, but {{{curl}}} gets installed okay. |