From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 18:33:24 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 980C216A41F for ; Sat, 2 Jun 2007 18:33:24 +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 55F1A13C45D for ; Sat, 2 Jun 2007 18:33:24 +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 D46312C50CD7; Sat, 2 Jun 2007 21:33:22 +0300 (EEST) Date: Sat, 2 Jun 2007 21:33:22 +0300 From: Ion-Mihai Tetcu To: Klaus Koch Message-ID: <20070602213322.5675cf6d@it.buh.tecnik93.com> In-Reply-To: <200706021457.56718.klaus@sentinel.dyndns.info> References: <200706020904.36038.klaus@sentinel.dyndns.info> <200706021040.02890.klaus@sentinel.dyndns.info> <20070602130547.6a48b012@it.buh.tecnik93.com> <200706021457.56718.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 18:33:24 -0000 On Sat, 2 Jun 2007 14:57:56 +0200 Klaus Koch 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