Re: svn commit: r286504 - head/usr.bin/svn/lib/libapr_util

2015-08-09 Thread Gregory Shapiro
> Huh. Is this an external tool or something? I take it that it is forcing > ICONV off? Yes, it is a tool to build FreeBSD for Wifi APs. If interested, see: https://wiki.freebsd.org/FreeBSD/mips And yes, it does, using a src.conf containing (see 7th line): WITHOUT_KERBEROS="YES" WITHOUT_KER

Re: svn commit: r286504 - head/usr.bin/svn/lib/libapr_util

2015-08-09 Thread Gregory Shapiro
The change below appears to have broken cross compiling for mips platforms (using freebsd-wifi-build on an amd64 host): /home/gshapiro/tplink/src/usr.bin/svn/lib/libapr_util/../../../../contrib/apr-util/xlate/xlate.c:40:19: error: iconv.h: No such file or directory mkdep: compile failed --- .dep

Re: svn commit: r284436 - head/contrib/sendmail/src

2015-06-16 Thread Gregory Shapiro
> > This commit chages that default to 1024 bits. sendmail 8.15.2, when > > released well use a default of 2048 bits. > > If upstream will be using 2048 bits, why not simply use that? The upstream is going to do this with a precomputed 2048 bit DH parameter. To keep this interim fix simple

Re: svn commit: r246880 - in head: lib/libsm libexec/mail.local libexec/smrsh share/mk usr.bin/vacation usr.sbin/sendmail

2013-04-16 Thread Gregory Shapiro
Just a quick comment that I will be committing a fix to the sendmail source tree on FreeBSD to avoid this issue. It will avoid loading stdbool.h when clang is in use, thereby turning all bools to ints. It will be checked in this weekend (currently being tested before release). /* ** SM_CONF_STDB