Re: ftp(1): new -s flag to specify source IP address

2012-04-30 Thread Christiano F. Haesbaert
I'm ok with the diff, can I get another ok before commiting ? On Tue, Apr 24, 2012 at 10:53:34PM -0400, Lawrence Teo wrote: > On Wed, Apr 18, 2012 at 11:58:26PM -0400, Lawrence Teo wrote: > > This diff adds a -s flag to ftp(1) to let the user specify the > > source IP address of the connection. T

Re: ftp-proxy(8): ensure nat_range_high is defined in add_nat()

2012-04-30 Thread Christiano F. Haesbaert
If no one has any objections I'd like to commit this. On Thu, Apr 19, 2012 at 09:07:43PM -0400, Lawrence Teo wrote: > On Wed, Apr 18, 2012 at 11:36:49PM -0400, Lawrence Teo wrote: > > This simple diff adds a check to the add_nat() function in > > ftp-proxy(8) to ensure that nat_range_high is defin

Re: compat_linux PROT_GROWS{DOWN,UP} (print/acroread update)

2012-04-30 Thread Paul Irofti
On Mon, Apr 30, 2012 at 03:00:30AM -0600, David Coppa wrote: > > Hi, > > The diff below works in my tests. > It allows OpenBSD to use the PROT_GROWSUP and PROT_GROWSDOWN flags > for mprotect under Linux emulation. > Cherrypicked from http://marc.info/?l=openbsd-misc&m=118277676431920 > with minor

compat_linux PROT_GROWS{DOWN,UP} (print/acroread update)

2012-04-30 Thread David Coppa
Hi, The diff below works in my tests. It allows OpenBSD to use the PROT_GROWSUP and PROT_GROWSDOWN flags for mprotect under Linux emulation. Cherrypicked from http://marc.info/?l=openbsd-misc&m=118277676431920 with minor modifications. Please comment/help, as I'd like to have it in so I can updat

Re: debugging ports issues, use introspection

2012-04-30 Thread LEVAI Daniel
On 28.04.2012 16:24, Marc Espie wrote: When things fail while building a port, remember you can almost always check what is really going on. [...] Thanks for this cool write-up, again! I like these informative lectures from time-to-time. When in trouble creating or building ports, I just look u