pkgsrc-WIP-review archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/twinkle built and tested



There was a compilation issue with wip/twinkle and one buildlink to
libgcrypt was needed.

After these changes twinkle is seen working fine for me on NetBSD 6.0
BETA.

Have given the heads up to upstream. Following are the patches. If there
are no objections, I'll commit these changes:



$NetBSD$

Fixes a compilation error by using ost::localtime_r instead of localtime_r

--- src/log.cpp.orig    2009-01-18 14:35:28.000000000 +0000
+++ src/log.cpp
@@ -161,7 +161,7 @@ void t_log::write_header(const string &f
 
    gettimeofday(&t, NULL);
    date = t.tv_sec;
-   localtime_r(&date, &tm);
+   ost::localtime_r(&date, &tm);
 
    *log_stream << "+++ ";
    *log_stream << tm.tm_mday;

Mayuresh

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
pkgsrc-wip-review mailing list
pkgsrc-wip-review%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-review


Home | Main Index | Thread Index | Old Index