Assembla home | Assembla project page
 

PortLog: dev-util/cvs

version 1.12.13

R5untested
BONEuntested
Haikuunstable

work-in-progress (andreasf) - [Haiku]

Compilation problem for cvs' lib/stdbool.h: Looks like a circular dependency between lib/stdbool.h and <kernel/OS.h> on first sight.

lib/getpass.c uses an undefined FSETLOCKING_BYCALLER. This would be defined in stdio_ext.h, which Haiku doesn't currently provide (ticket). Commenting it out for now.

src/buffer.c uses st_blocks unconditionally (cf. CommonProblems)

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 -us).

make check fails:

Test suite does not work correctly when run as root

CVS HEAD

R5untested
BONEuntested
Haikuunstable

work-in-progress (andreasf) - [Haiku]

Checked out 2008-04.

Looks slightly different from the above, stdbool_.h at least. No patch against lib/getpass.c seems necessary.

Additionally, in src/buffer.c sys/select.h needs to be included for fd_set.

Patch available.