Re: MD2 Dependency in FreeBSD 8.0 - OpenSSL 1.0.0 Needs MD2 enabled

2010-05-03 Thread Stacy Millions
John Marshall wrote: This is obviously a workaround but... After updating ports (including security/openssl) on a FreeBSD 8-STABLE (Feb 25) system, I couldn't build net/samba33. This is what I saw... Linking bin/smbd /usr/lib/libhx509.so: undefined reference to `MD2_Init'

weaveserver

2010-05-06 Thread Stacy Millions
I have made a port of the server for the Mozilla Weave client (www/weave). Anyone care to give it a try and give me some feed back? http://www.millions.ca/~stacy/freebsd/ports/weaveserver.tgz I have not tried it with captcha enabled for account creation, and the 1.2 client does have an issue

Re: Dixit port bad management

2010-05-06 Thread Stacy Millions
Mihai Militaru wrote: Sarcasm may not be an excuse for an irrational behavior. I noted this suprematism he's talking about as well, although I'd not call it like that - it assumes a superiority - but an unnecessary hubris. Most questions I investigated since I'm on this system have been answered

ports makefile question

2010-05-13 Thread Stacy Millions
I am trying to set configure args based on the version of sqlite that is installed, but SQLITE_VER is not set until after bsd.port.post.mk so I end up with something like === OPTIONS=SQLITE Enable SQLITE support on .include

Re: ports makefile question

2010-05-16 Thread Stacy Millions
On 05/14/10 16:39, Greg Larkin wrote: Hi Stacy, Since you specify USE_SQLITE= yes when the SQLite option is enabled, that's going to default to SQLITE_VER == 3. You can just set your CONFIGURE_ARGS to --without-sqlite --with-sqlite3. It doesn't look like you need to handle the SQLite v2

Re: OpenJDK6 not building

2010-05-19 Thread Stacy Millions
On 05/19/10 01:15, Dominic Fandrey wrote: java.net.SocketException: Invalid argument at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310) I have seen that before... Have you enabled IPv6

Re: OpenJDK6 not building

2010-05-19 Thread Stacy Millions
On 05/19/10 14:50, Damian Gerow wrote: Stacy Millions wrote: : On 05/19/10 01:15, Dominic Fandrey wrote: : : java.net.SocketException: Invalid argument : at java.net.PlainSocketImpl.socketConnect(Native Method) : at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java