Date: Sat, 2 Jun 2007 11:23:52 +0300 From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: Klaus Koch <klaus@sentinel.dyndns.info> Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dspam-devel-3.8.0,1 Message-ID: <20070602112352.0e2f8102@it.buh.tecnik93.com> In-Reply-To: <200706020904.36038.klaus@sentinel.dyndns.info> References: <200706020904.36038.klaus@sentinel.dyndns.info>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2 Jun 2007 09:04:29 +0200 Klaus Koch <klaus@sentinel.dyndns.info> wrote: > Hello, > > dspam-devel and dspam ports are not installable with current mysql > version. Although there is > > OPTIONS+= MYSQL51 "Use MySQL 5.1.x as back-end" off > > in the Makefile, I don't reach the point where I can select it, > because of the ports dependency to mysql-client-5.0.41 : > > ** Port marked as IGNORE: mail/dspam-devel: > cannot install: MySQL versions mismatch: mysql51-client is > installed and wanted version is mysql50-client The you should either use mysql 51, because that's what you have installed on your system, or upgrade mysql client to 5.1 before trying to build the port. That mysql OPTIONs are there to help new users that don't have any mysql installed to have the version they want pulled in automatically. Nowadays one could achieve the same by defining WITH_MYSQL_VER but I think that's more user-friendly. > also, according to http://dspam.nuclearelephant.com/download.shtml , > dspam 3.8 was released as stable on March 19, 2007. > > Are there any plans to move dspam port to version 3.8 and change the > mysql dependency in the near future or should I go for a manual > install? cd /usr/ports/mail/dspam-devel && make install clean :-) I will MFD after a few more days. -- IOnut
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070602112352.0e2f8102>