From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 08:23:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37FE516A421 for ; Sat, 2 Jun 2007 08:23:54 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id E528513C44C for ; Sat, 2 Jun 2007 08:23:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 2A9692C50CDA; Sat, 2 Jun 2007 11:23:53 +0300 (EEST) Date: Sat, 2 Jun 2007 11:23:52 +0300 From: Ion-Mihai Tetcu To: Klaus Koch Message-ID: <20070602112352.0e2f8102@it.buh.tecnik93.com> In-Reply-To: <200706020904.36038.klaus@sentinel.dyndns.info> References: <200706020904.36038.klaus@sentinel.dyndns.info> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dspam-devel-3.8.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 08:23:54 -0000 On Sat, 2 Jun 2007 09:04:29 +0200 Klaus Koch 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