Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk ports/databas

2006-09-02 Thread Kris Kennaway
On Sat, Sep 02, 2006 at 07:45:53PM +0700, Max Khon wrote: > Hi! > > On Wed, Aug 16, 2006 at 11:44:13PM +0200, G??bor K??vesd??n wrote: > > > >>I think the solution proposed in PR/100555 is overengineered. Why not > > >>to build temporary binary package as usually and then use chroot(8) > > >>(o

Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk ports/databas

2006-09-02 Thread Max Khon
Hi! On Wed, Aug 16, 2006 at 11:44:13PM +0200, G??bor K??vesd??n wrote: > >>I think the solution proposed in PR/100555 is overengineered. Why not > >>to build temporary binary package as usually and then use chroot(8) > >>(or -C flag for pkg_install) to install it into DESTDIR environment? > >>

Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk ports/databas

2006-08-17 Thread Brian Somers
On Thu, 17 Aug 2006 05:45:01 -0400 Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Wed, Aug 16, 2006 at 11:42:36PM -0700, Brian Somers wrote: > > [-developers elided] > > > > Interesting... I use nullfs as part of our build system here. > > I found that it's performance is appalling when pushed a >

Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk ports/databas

2006-08-17 Thread Kris Kennaway
On Wed, Aug 16, 2006 at 11:42:36PM -0700, Brian Somers wrote: > [-developers elided] > > Interesting... I use nullfs as part of our build system here. > I found that it's performance is appalling when pushed a > little (running two builds on one machine, each with two > nullfs mounts, two devfs an

Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk

2006-08-16 Thread Brian Somers
[-developers elided] Interesting... I use nullfs as part of our build system here. I found that it's performance is appalling when pushed a little (running two builds on one machine, each with two nullfs mounts, two devfs and two procfs mounts gives a build time of 4.5 hours whereas a single build

Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk ports/datab

2006-08-16 Thread Maxim Sobolev
Building fully in chroot(8) environment with the help of nullfs is another obvious solution, yes. In fact we use it in production for 4 years here. -Maxim Gábor Kövesdán wrote: Maxim Sobolev wrote: Maxim Sobolev wrote: I think the solution proposed in PR/100555 is overengineered. Why not to

Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk ports/datab

2006-08-16 Thread Gábor Kövesdán
Maxim Sobolev wrote: Maxim Sobolev wrote: I think the solution proposed in PR/100555 is overengineered. Why not to build temporary binary package as usually and then use chroot(8) (or -C flag for pkg_install) to install it into DESTDIR environment? This would be *much* simpler approach and it

Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk

2006-08-16 Thread Maxim Sobolev
Maxim Sobolev wrote: I think the solution proposed in PR/100555 is overengineered. Why not to build temporary binary package as usually and then use chroot(8) (or -C flag for pkg_install) to install it into DESTDIR environment? This would be *much* simpler approach and it won't require modifyin

Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk

2006-08-16 Thread Maxim Sobolev
I think the solution proposed in PR/100555 is overengineered. Why not to build temporary binary package as usually and then use chroot(8) (or -C flag for pkg_install) to install it into DESTDIR environment? This would be *much* simpler approach and it won't require modifying anything but bsd.po

cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security-check.awk ports/databases/p

2006-08-04 Thread Erwin Lansing
erwin 2006-08-04 12:34:50 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd