Re: new GNU SASL (libgsasl) port. WAS: msmtp port

2007-02-26 Thread Ryan Corder
On Mon, Feb 26, 2007 at 09:24:47PM +0100, Matthias Kilian wrote: | Please also read bsd.port.mk(5) and the manpages mentioned in its | SEE ALSO section. Yes it's lot of stuff, but there's no reason to | hurry. | | For your questions, watch out for update-plist and SHARED_LIBS in | bsd.port.mk(5).

Re: new GNU SASL (libgsasl) port. WAS: msmtp port

2007-02-26 Thread Matthias Kilian
On Mon, Feb 26, 2007 at 01:38:37PM -0600, Ryan Corder wrote: > | [0] http://www.openbsd.org/checklist.html > > so far, so good...almost. following these directions things > go perfectly until the 'make plist' part. here is what I get: > > $ make plist > ===> Updating plist for libgsasl

Re: new GNU SASL (libgsasl) port. WAS: msmtp port

2007-02-26 Thread Ryan Corder
On Mon, Feb 26, 2007 at 11:26:27AM -0600, Will Maier wrote: | [0] http://www.openbsd.org/checklist.html so far, so good...almost. following these directions things go perfectly until the 'make plist' part. here is what I get: $ make plist ===> Updating plist for libgsasl-0.2.14 WAR

Re: new GNU SASL (libgsasl) port. WAS: msmtp port

2007-02-26 Thread Simon Kuhnle
On Mon, Feb 26, 2007 at 11:10:29AM -0600, Ryan Corder wrote: > if this gets accepted, I'm hoping Simon will modify his port > of msmtp to support GSSAPI by default. Of course :) As soon as it's in ports (and the ports tree is locked currently, by the way) I'll send in a diff or just give an "ok" :

Re: new GNU SASL (libgsasl) port. WAS: msmtp port

2007-02-26 Thread Will Maier
On Mon, Feb 26, 2007 at 11:10:29AM -0600, Ryan Corder wrote: > if this gets accepted, I'm hoping Simon will modify his port of > msmtp to support GSSAPI by default. The ports tree is in soft-lock now; keep improving your port and resubmit it after 4.1 is released. > so, since this is my first sho

new GNU SASL (libgsasl) port. WAS: msmtp port

2007-02-26 Thread Ryan Corder
ok, my Makefile is ready to go. it installs and works just fine. to test, I went ahead and re-compiled the msmtp port with GSSAPI enabled and I am now able to send email, authenticated with my MTA, via GSSAPI authentication. if this gets accepted, I'm hoping Simon will modify his port of msmtp