pkgsrc-wip/c-news/TODO
Hauke Fath 51621366c7 Tackle the most urgent 64 bit time_t issues. The whole source should be
treated with a fine comb for 'sizeof time_t == sizeof long' misuse.

While here, deal with a few more warnings by #including the missing
headers.

Builds and works on NetBSD/sparc 5.99.55 with gcc 4.5.
2011-08-17 19:56:09 +00:00

12 lines
498 B
Text

# C News pkg issues
- use USE_PKGINSTALL=YES for /var/news
- sync patch list with dinoex.org
- provide sample cron entries for user 'news' in share/examples/c-news
- add DESTDIR support
- wrt. the license, make sure that information about the sponsors
gets installed (just install all the README files)
- sizeof(time_t) == 8 != sizeof(long) -- make sure the parts that
tinker with time_t can cope with an int64_t (see libcnews/mkinperm.c)
- run the regression tests
o getabsdate test fails