Re: svn commit: r202892 - head/usr.bin

2010-01-24 Thread Alexey Dokuchaev
On Sun, Jan 24, 2010 at 02:30:58PM +0100, Jilles Tjoelker wrote: > In the light of this, the size of the binary compared to the GNU one > seems a bit disappointing to me. Not that it is particularly hard to figure, but "the size of the binary (XXX bytes) compared to the GNU one (YYY bytes)" seems

Re: svn commit: r202892 - head/usr.bin

2010-01-24 Thread Jilles Tjoelker
On Sat, Jan 23, 2010 at 12:04:44PM -0800, Doug Barton wrote: > On 01/23/10 09:31, Antoine Brodin wrote: > > Author: antoine > > Date: Sat Jan 23 17:31:13 2010 > > New Revision: 202892 > > URL: http://svn.freebsd.org/changeset/base/202892 > > Log: > > Unbreak world WITHOUT_OPENSSL: > > the new

Re: svn commit: r202892 - head/usr.bin

2010-01-23 Thread Doug Barton
On 01/23/10 09:31, Antoine Brodin wrote: > Author: antoine > Date: Sat Jan 23 17:31:13 2010 > New Revision: 202892 > URL: http://svn.freebsd.org/changeset/base/202892 > > Log: > Unbreak world WITHOUT_OPENSSL: > the new dc(1) depends on crypto(3) and bc(1) depends on dc(1). The dependency on c

svn commit: r202892 - head/usr.bin

2010-01-23 Thread Antoine Brodin
Author: antoine Date: Sat Jan 23 17:31:13 2010 New Revision: 202892 URL: http://svn.freebsd.org/changeset/base/202892 Log: Unbreak world WITHOUT_OPENSSL: the new dc(1) depends on crypto(3) and bc(1) depends on dc(1). Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile =