Subversion ports problem

2006-06-11 Thread Ron
I'm running 5.3, and I'm trying to upgrade subverson and I get the following: === Building for subversion-1.3.2 cd subversion/libsvn_subr /usr/local/bin/libtool --tag=CC --silent --mode=link cc -O -pipe -g -O2 -L/usr/local/lib/db42 -L/usr/local/lib -rpath /usr/local/lib -o

Re: Subversion ports problem

2006-06-11 Thread Daniel Molina Wegener
On Monday 12 June 2006 01:00, Ron wrote: I'm running 5.3, and I'm trying to upgrade subverson and I get the following: === Building for subversion-1.3.2 cd subversion/libsvn_subr /usr/local/bin/libtool --tag=CC --silent --mode=link cc -O -pipe -g -O2 -L/usr/local/lib/db42

Re: Subversion ports problem

2006-06-11 Thread Ron
Hello, db-4.2 is required for the port. Go to the /usr/ports/databases/db42 directory and build this port. You should find some conflicts with the installed version, but you can make a portupgrade -vrR db4, and also this may impact other installed packages. OK, I think I'm starting to