From owner-freebsd-ports@FreeBSD.ORG Sun Sep 7 11:44:36 2003 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 3774916A4BF; Sun, 7 Sep 2003 11:44:36 -0700 (PDT) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B15843F85; Sun, 7 Sep 2003 11:44:34 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp133-31.dialup.mtu-net.ru [62.118.133.31]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 7DFA51064A2; Sun, 7 Sep 2003 22:44:31 +0400 (MSD) (envelope-from sem@ciam.ru) Message-ID: <3F5B7C8F.9010308@ciam.ru> Date: Sun, 07 Sep 2003 22:44:31 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030827 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Anders Nordby References: <200309071227.30227.pan@panix.ecof.org.br> <20030907164830.GB28554@totem.fix.no> In-Reply-To: <20030907164830.GB28554@totem.fix.no> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: ferruccio.vitale@tin.it cc: "Carlos F. A. Paniago" Subject: Re: FreeBSD Port: mysqlcc-0.9.3 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: Sun, 07 Sep 2003 18:44:36 -0000 Anders Nordby wrote: > Hi, > > I added something like that. This was a part I modified from Ferruccio's > initial submission anyway. > > On Sun, Sep 07, 2003 at 12:27:30PM -0300, Carlos F. A. Paniago wrote: > >>Sugestion in the Makefile for mysqlcc-0.93 >>.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) >>LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client >>.else >>.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.12) >>LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client >>.else >>LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client >>.endif >>.endif >>With this we can use the new mysql41 with this... >>Tanks... What about using of a new USE_MYSQL? -- Sem.