Re: More nitpicks from the department of redundancy department...

2011-11-22 Thread Wesley Shields
On Mon, Nov 21, 2011 at 12:42:59AM -0500, Eitan Adler wrote: On Sun, Nov 20, 2011 at 10:18 AM, Eitan Adler li...@eitanadler.com wrote: On Sun, Nov 20, 2011 at 4:45 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: PORT_DBDIR?= /var/db/ports is the default setting in bsd.ports.mk

Re: More nitpicks from the department of redundancy department...

2011-11-22 Thread Wesley Shields
On Tue, Nov 22, 2011 at 03:44:47PM +, Matthew Seaman wrote: On 22/11/2011 13:29, Wesley Shields wrote: On Mon, Nov 21, 2011 at 12:42:59AM -0500, Eitan Adler wrote: On Sun, Nov 20, 2011 at 10:18 AM, Eitan Adler li...@eitanadler.com wrote: On Sun, Nov 20, 2011 at 4:45 AM, Matthew Seaman

Re: More nitpicks from the department of redundancy department...

2011-11-22 Thread Jason Helfman
On Tue, Nov 22, 2011 at 10:49:24AM -0500, Wesley Shields thus spake: On Tue, Nov 22, 2011 at 03:44:47PM +, Matthew Seaman wrote: On 22/11/2011 13:29, Wesley Shields wrote: On Mon, Nov 21, 2011 at 12:42:59AM -0500, Eitan Adler wrote: On Sun, Nov 20, 2011 at 10:18 AM, Eitan Adler

Re: More nitpicks from the department of redundancy department...

2011-11-22 Thread Matthew Seaman
On 22/11/2011 17:29, Jason Helfman wrote: On Tue, Nov 22, 2011 at 10:49:24AM -0500, Wesley Shields thus spake: On Tue, Nov 22, 2011 at 03:44:47PM +, Matthew Seaman wrote: On 22/11/2011 13:29, Wesley Shields wrote: On Mon, Nov 21, 2011 at 12:42:59AM -0500, Eitan Adler wrote: On Sun, Nov

More nitpicks from the department of redundancy department...

2011-11-20 Thread Matthew Seaman
PORT_DBDIR?= /var/db/ports is the default setting in bsd.ports.mk -- the following ports redefine it to exactly the same value: % grep -r 'PORT_DBDIR?=' . ./security/pear-Crypt_RSA/Makefile:PORT_DBDIR?= /var/db/ports ./Mk/bsd.port.mk:PORT_DBDIR?= /var/db/ports

Re: More nitpicks from the department of redundancy department...

2011-11-20 Thread Eitan Adler
On Sun, Nov 20, 2011 at 4:45 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: PORT_DBDIR?= /var/db/ports is the default setting in bsd.ports.mk -- the following ports redefine it to exactly the same value: [ snip ] Thanks for the report - I'll handle these. -- Eitan Adler

Re: More nitpicks from the department of redundancy department...

2011-11-20 Thread Eitan Adler
On Sun, Nov 20, 2011 at 10:18 AM, Eitan Adler li...@eitanadler.com wrote: On Sun, Nov 20, 2011 at 4:45 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: PORT_DBDIR?= /var/db/ports is the default setting in bsd.ports.mk -- the following ports redefine it to exactly the same value: [