| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:dev-util]/cvs = |
| 4 | | |
| 5 | | == version 1.12.13 == |
| 6 | | |
| 7 | | ||R5||untested|| |
| 8 | | ||BONE||untested|| |
| 9 | | ||Haiku||unstable|| |
| 10 | | |
| 11 | | === work-in-progress (andreasf) - [Haiku] === |
| 12 | | |
| 13 | | Compilation problem for cvs' {{{lib/stdbool.h}}}: Looks like a circular dependency between {{{lib/stdbool.h}}} and {{{<kernel/OS.h>}}} on first sight. |
| 14 | | |
| 15 | | {{{lib/getpass.c}}} uses an undefined {{{FSETLOCKING_BYCALLER}}}. This would be defined in {{{stdio_ext.h}}}, which Haiku doesn't currently provide ([http://dev.haiku-os.org/ticket/2078 ticket]). Commenting it out for now. |
| 16 | | |
| 17 | | {{{src/buffer.c}}} uses {{{st_blocks}}} unconditionally (cf. [wiki:CommonProblems]) |
| 18 | | |
| 19 | | [http://tools.assembla.com/BePorts/browser/BePorts/trunk/dev-util/cvs/cvs-1.12.13.diff Patch] available. ''Note that Trac for some reason does not display the diff against {{{lib/getpass.c}}}, it can be found in the middle of the file (I concatenated three `diff -u`s).'' |
| 20 | | |
| 21 | | {{{make check}}} fails: |
| 22 | | {{{ |
| 23 | | Test suite does not work correctly when run as root |
| 24 | | }}} |
| 25 | | |
| 26 | | == CVS HEAD == |
| 27 | | |
| 28 | | ||R5||untested|| |
| 29 | | ||BONE||untested|| |
| 30 | | ||Haiku||unstable|| |
| 31 | | |
| 32 | | === work-in-progress (andreasf) - [Haiku] === |
| 33 | | |
| 34 | | ''Checked out 2008-04.'' |
| 35 | | |
| 36 | | Looks slightly different from the above, {{{stdbool_.h}}} at least. No patch against {{{lib/getpass.c}}} seems necessary. |
| 37 | | |
| 38 | | Additionally, in {{{src/buffer.c}}} {{{sys/select.h}}} needs to be included for {{{fd_set}}}. |
| 39 | | |
| 40 | | [http://tools.assembla.com/BePorts/browser/BePorts/trunk/dev-util/cvs/cvs-CVS.diff Patch] available. |