Re: portmaster: upgrade using local packages?

2008-06-11 Thread Terry Sposato
Doug Barton wrote: Angelo Turetta wrote: I'm evaluating portmaster: I cannot find an option to use pre-built packages for upgrading. At this time there is no such option, and I haven't been able to carve out the time to work on it. I noted in your message that you've already discovered the -

Re: INDEX build optimizations - please review

2008-06-11 Thread Alex Kozlov
On Wed, Jun 11, 2008 at 10:22:18AM -0700, Doug Barton wrote: > Alex Kozlov wrote: > > > Good idea. I also do something like that [1]. But before we can use this > > method, we have to fix ports with bad pkg-descr: > > Yeah, in a brief glance at Kris' sed routines I would think at least > some of

Re: Where should "contrib" scripts and utilities be installed?

2008-06-11 Thread Jeffrey Goldberg
On Jun 10, 2008, at 10:24 AM, Peter Pentchev wrote: On Mon, Jun 09, 2008 at 08:54:49PM -0400, Sahil Tandon wrote: The existence of ports with a "-contrib" suffix suggests you may need to create a distinct port for the contrib files. databases/postgresql- contrib, for example. Actually, t

Re: CFS Cryptographic file system.

2008-06-11 Thread Julian H. Stacey
--- Blind-Carbon-Copy To: Howard Goldstein <[EMAIL PROTECTED]>, Lorenzo Perone <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED] Subject: Re: CFS Cryptographic file system. From: "Julian Stacey" <[EMAIL PROTECTED]> Organization: http://berklix.com BSD Unix Linux Consultancy, Munich Germany User-a

How to upgrade openssl after upgrading from 6.2 to 7.0

2008-06-11 Thread Attos
Hello list, I just upgraded my workstation from 6.2 to 7.0 but I haven't been able to upgrade all the ports. OpenSSL is giving me problems when trying to upgrade (with portupgrade). The message I get is that the it's marked as ignore because it conflicts with the base: # portupgrade security/open

Re: qt-copy fails to build in new FreeBSD 7 environment

2008-06-11 Thread Doug Barton
Paul Horechuk wrote: I recently did a source upgrade from FreeBSD 6.3 to FreeBSD 7 Stable. I have over 1000 ports to recompile so it is taking time. The recommended procedure for upgrading major branches is to wipe out all of your ports, then build again from scratch. I know that you said you

qt-copy fails to build in new FreeBSD 7 environment

2008-06-11 Thread Paul Horechuk
I recently did a source upgrade from FreeBSD 6.3 to FreeBSD 7 Stable. I have over 1000 ports to recompile so it is taking time. I've done the ruby18 ports and portupgrade as well. JDK15 just completed, as well as a few others. The one I'm stumbling over at the moment is qt-copy-3.3.8. It dies w

Re: CFS Cryptographic file system.

2008-06-11 Thread Howard Goldstein
Julian Stacey wrote: Is there some replacement of /usr/ports/security/cfs (encryped file system) for 7.0 ? It's not fully responsive to your question, and it's a little clunky, but the technique at this blog entry https://www.endries.org/josh/blog/posts/5 seems to show a way to run geli on a

Re: portmaster: upgrade using local packages?

2008-06-11 Thread Doug Barton
Angelo Turetta wrote: I'm evaluating portmaster: I cannot find an option to use pre-built packages for upgrading. At this time there is no such option, and I haven't been able to carve out the time to work on it. I noted in your message that you've already discovered the -g option. For your p

portmaster: upgrade using local packages?

2008-06-11 Thread Angelo Turetta
I'm evaluating portmaster: I cannot find an option to use pre-built packages for upgrading. My usage-pattern for ports is to build the packages I need (eventually with the non-default options I use) on a dev machine (plenty of CPU/memory), and then to deploy the upgrades via "portupgrade -P" o

Re: how to determine the date a port is installed

2008-06-11 Thread Peter Pentchev
On Wed, Jun 11, 2008 at 01:40:19PM +0100, Florent Thoumie wrote: > On Wed, Jun 11, 2008 at 8:31 AM, Peter Pentchev <[EMAIL PROTECTED]> wrote: > > On Tue, Jun 10, 2008 at 10:41:25PM -0700, Jeremy Chadwick wrote: > >> On Wed, Jun 11, 2008 at 12:09:33AM -0500, Novembre wrote: > >> > Two questions: > >

Re: INDEX build optimizations - please review

2008-06-11 Thread Doug Barton
Alex Kozlov wrote: Good idea. I also do something like that [1]. But before we can use this method, we have to fix ports with bad pkg-descr: Yeah, in a brief glance at Kris' sed routines I would think at least some of this work would have to be done no matter what (and it should be done anyw

Re: INDEX build optimizations - please review

2008-06-11 Thread Alex Kozlov
On Tue, Jun 10, 2008 at 04:49:18PM -0700, Doug Barton wrote: > Kris Kennaway wrote: > > > The new 'make describe' target runs entirely using shell > > builtins apart from the need to sed pkg-descr to extract the WWW [2] > > > [2] Actually I am not happy with this but couldn't think of a way to

HEADS UP: sgtty removal this weekend

2008-06-11 Thread Ed Schouten
Hello everyone, The last year I've been busy now and then removing the dependency of ports on the sgtty programming interface. sgtty is the old way of changing terminal attributes (baud rate, parameters, control characters, etc). Nowadays people should all be using the POSIX termios interface to d

Re: how to determine the date a port is installed

2008-06-11 Thread Florent Thoumie
On Wed, Jun 11, 2008 at 8:31 AM, Peter Pentchev <[EMAIL PROTECTED]> wrote: > On Tue, Jun 10, 2008 at 10:41:25PM -0700, Jeremy Chadwick wrote: >> On Wed, Jun 11, 2008 at 12:09:33AM -0500, Novembre wrote: >> > Two questions: >> > 1) Is it possible to determine the date a port/package is installed? >>

Re: how to determine the date a port is installed

2008-06-11 Thread Peter Pentchev
On Tue, Jun 10, 2008 at 10:41:25PM -0700, Jeremy Chadwick wrote: > On Wed, Jun 11, 2008 at 12:09:33AM -0500, Novembre wrote: > > Two questions: > > 1) Is it possible to determine the date a port/package is installed? > > ls -ld /var/db/pkg/, use the mtime of the directory. > > > 2) How can I dele