Update to 4.0.1: -added e-patch-config.c and e-patch-cv.c (which should be placed in ./files) to fix buildon 4.x -change log at: http://www.vanheusden.com/multitail/changelog.html#stable Drop USE_RENPLACE while here. Tinderbox'ed: http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=276 Fix: --- ./config.c.orig Tue Apr 18 11:10:04 2006 +++ ./config.c Tue Apr 18 11:11:01 2006 @@ -40,6 +40,7 @@ long long int kb_str_to_value(char *field, char *str) { char *mult; + #define atoll(a) strtoll((a), (char **)NULL, 10) long long int bytes = atoll(str); if (bytes < -1) error_exit("%s: value cannot be < -1\n", field); --- e-patch-config.c ends here ---
Responsible Changed From-To: freebsd-ports-bugs->obraun Over to maintainer
State Changed From-To: open->closed Committed update to 4.0.3 plus your fixes. Thanks!