From owner-freebsd-ports@FreeBSD.ORG Thu Feb 5 06:55:00 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF5D16A4CE for ; Thu, 5 Feb 2004 06:55:00 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA0843D54 for ; Thu, 5 Feb 2004 06:54:57 -0800 (PST) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp129-245.dialup.mtu-net.ru [62.118.129.245]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id D9892F97A2; Thu, 5 Feb 2004 17:54:54 +0300 (MSK) (envelope-from sem@ciam.ru) Message-ID: <4022594A.6090203@ciam.ru> Date: Thu, 05 Feb 2004 17:55:06 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20031223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <20040205121804.7534ef5a@it.buh.cameradicommercio.ro> In-Reply-To: <20040205121804.7534ef5a@it.buh.cameradicommercio.ro> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.ORG Subject: Re: Postfix + MySQL 4.0.x ? (ports link against mysql323-client ?) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 14:55:00 -0000 Ion-Mihai Tetcu wrote: > Hi, > > I need to use postfix with mysql, but mail/postfix, mail/postfix-current > link against > ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client > AFAIK there had been some changes in the mysql's client protocol > sometime on 4.0 life. Do NOT use direct depends. It's deprecated now. Use USE_MYSQL macro instead. I've updated a few ports from 3.23 to 4.0 and got only a little API changes troubles. You don't need care about binary protocol. --- Sem.