According to Russell McKenzie:
> I couldn't get htdig-3.1.4 or htdig-3.1.5 to build on OpenBSD-2.6 or
> OpenBSD-2.7 without making the patch below: (apologies for any involuntary
> wordwrapping this browser mail may induce..)
>
> --- htdig-3.1.5/htdig/Document.cc.orig Fri Feb 25 02:29:10 2000
> +++ htdig-3.1.5/htdig/Document.cc Tue Jul 4 22:42:34 2000
> @@ -233,11 +233,7 @@
> tm.tm_mon+1, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
> cout << buffer << " (" << tm.tm_year << ")" << endl;
> }
> -#if HAVE_TIMEGM
> - ret = timegm(&tm);
> -#else
> ret = mytimegm(&tm);
> -#endif
> }
> else
> {
Thanks. The 3.2 code handles date strings differently, so this shouldn't
be an issue in future releases, but having this in the patch archive may
help other OpenBSD users install the current stable release (3.1.5).
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.