On Sat, 2 Jun 2007 14:57:56 +0200
Klaus Koch <[EMAIL PROTECTED]> wrote:

> perhaps I am just using this wrong, because I am not that freebsd
> poweruser. I have WITH_MYSQL51=yes in /etc/make.conf and tried it as
> env var. both end up in the portinstall complaining about mysql50.
> 

The error you're getting is not from the port or portinstall but from
the bsd.*.mk framework. You can't have multiple mysql versions on your
system.

If you're sure you want mysql51 then upgrade the client, upgrade
dependent ports then config and install dspam:

portupgrade -f -o databases/mysql51-client mysql-client-5.0\*  && \
portupgrade -rf -x mysql-client-5.1\* mysql-client-5.1\* &&\
cd /usr/ports/mail/dspam-devel &&\
make config &&\
make install clean



HTH,

--
IOnut
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to