Re: Remembering defines for port upgrades.

2004-11-28 Thread RW
On Saturday 27 November 2004 22:55, Adam Fabian wrote: Is there any other/better way to remember build options so that I don't have to remember them every time I build a port? If you use portupgrade, put your options in /usr/local/etc/pkgtools.conf where there is a section in whch they can be

Remembering defines for port upgrades.

2004-11-27 Thread Adam Fabian
I've been sticking options like WITHOUT_TTF_BYTECODE_ENABLED=yes (for freetype2) in /etc/make.conf. It's been working, for the actual building of the port. The downshot is that it seems to drive the package tools nuts. (portupgrade makes strange errors, make index fails). Is there any

Re: Remembering defines for port upgrades.

2004-11-27 Thread Ian Moore
On Sun, 28 Nov 2004 09:25, Adam Fabian wrote: I've been sticking options like WITHOUT_TTF_BYTECODE_ENABLED=yes (for freetype2) in /etc/make.conf. It's been working, for the actual building of the port. The downshot is that it seems to drive the package tools nuts. (portupgrade makes strange

Re[2]: port upgrades

2004-07-02 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro* *This message was transferred with a trial version of CommuniGate(tm) Pro* Have you tried running pkgdb -F? Yes, at some point. I did solve the problem: I finally deleted all packages that were installed directly from

Re: port upgrades

2004-07-02 Thread Skylar Thompson
On Wed, Jun 30, 2004 at 02:22:07PM -0500, Chris wrote: 5.2.1-RELEASE I've started using 'portupgrade' to update several ports to the latest versions, but have an odd problem when it comes to certain ports. For example: server# pkg_version -v | grep Spam bsdpan-Mail-SpamAssassin-2.63

port upgrades

2004-06-30 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro* 5.2.1-RELEASE I've started using 'portupgrade' to update several ports to the latest versions, but have an odd problem when it comes to certain ports. For example: server# pkg_version -v | grep Spam

Re: port upgrades

2004-06-30 Thread Phil Schulz
Chris wrote: [...] So I use the -f flag to force, and get several errors like: [...] From the portupgrade man page: -r --recursiveAct on all those packages depending on the given packages as well. So I think you might want to run #portupgrade -rf

Re: port upgrades

2004-06-08 Thread Daniela
On Tuesday 08 June 2004 00:45, Kris Kennaway wrote: On Mon, Jun 07, 2004 at 09:01:15PM +, Daniela wrote: On Monday 07 June 2004 19:35, Kris Kennaway wrote: On Mon, Jun 07, 2004 at 07:14:34PM +, Daniela wrote: On Monday 07 June 2004 17:28, Tim Traver wrote: Hi all,

port upgrades

2004-06-07 Thread Tim Traver
Hi all, Is there a way to do a quick update of a particular port directory ??? I don't necessarily want to do the portupgrade, but just get the latest port files for a particular port. Right now, if i want to make sure the ports are up to date, I have to use sysinstall to

Re: port upgrades

2004-06-07 Thread Kent Stewart
On Monday 07 June 2004 10:28 am, Tim Traver wrote: Hi all, Is there a way to do a quick update of a particular port directory ??? I don't necessarily want to do the portupgrade, but just get the latest port files for a particular port. Right now, if i want to make sure the ports are

Re: port upgrades

2004-06-07 Thread Daniela
On Monday 07 June 2004 17:28, Tim Traver wrote: Hi all, Is there a way to do a quick update of a particular port directory ??? I don't necessarily want to do the portupgrade, but just get the latest port files for a particular port. Right now, if i want to make sure the ports

Re: port upgrades

2004-06-07 Thread Kris Kennaway
On Mon, Jun 07, 2004 at 07:14:34PM +, Daniela wrote: On Monday 07 June 2004 17:28, Tim Traver wrote: Hi all, Is there a way to do a quick update of a particular port directory ??? I don't necessarily want to do the portupgrade, but just get the latest port files for a

Re: port upgrades

2004-06-07 Thread Daniela
On Monday 07 June 2004 19:35, Kris Kennaway wrote: On Mon, Jun 07, 2004 at 07:14:34PM +, Daniela wrote: On Monday 07 June 2004 17:28, Tim Traver wrote: Hi all, Is there a way to do a quick update of a particular port directory ??? I don't necessarily want to do the

Re: port upgrades

2004-06-07 Thread Kent Stewart
On Monday 07 June 2004 02:01 pm, Daniela wrote: On Monday 07 June 2004 19:35, Kris Kennaway wrote: On Mon, Jun 07, 2004 at 07:14:34PM +, Daniela wrote: On Monday 07 June 2004 17:28, Tim Traver wrote: Hi all, Is there a way to do a quick update of a particular port

Re: port upgrades

2004-06-07 Thread Kris Kennaway
On Mon, Jun 07, 2004 at 09:01:15PM +, Daniela wrote: On Monday 07 June 2004 19:35, Kris Kennaway wrote: On Mon, Jun 07, 2004 at 07:14:34PM +, Daniela wrote: On Monday 07 June 2004 17:28, Tim Traver wrote: Hi all, Is there a way to do a quick update of a particular port

Port Upgrades

2004-01-21 Thread Loren M. Lang
When I install a new port, does it upgrade any already installed ports if the new port depends on them. And to upgrade any security fixes, just running cvsup on the ports tree, then running portupgrade? Also, is there any way to automate this, I have a freebsd mail server setup for a company

Re: Port Upgrades

2004-01-21 Thread Ion-Mihai Tetcu
On Wed, 21 Jan 2004 01:55:38 -0800 Loren M. Lang [EMAIL PROTECTED] wrote: When I install a new port, does it upgrade any already installed ports if the new port depends on them. No. And to upgrade any security fixes, just running cvsup on the ports tree, then running portupgrade? Yes.

Re: Port Upgrades

2004-01-21 Thread Jonathan Chen
On Wed, Jan 21, 2004 at 01:55:38AM -0800, Loren M. Lang wrote: When I install a new port, does it upgrade any already installed ports if the new port depends on them. And to upgrade any security fixes, just running cvsup on the ports tree, then running portupgrade? Installing a new port

Re: Port Upgrades

2004-01-21 Thread Matthew Seaman
On Wed, Jan 21, 2004 at 01:55:38AM -0800, Loren M. Lang wrote: When I install a new port, does it upgrade any already installed ports if the new port depends on them. And to upgrade any security fixes, just running cvsup on the ports tree, then running portupgrade? Generally, no. If you go