From owner-cvs-all@FreeBSD.ORG Sun Jul 24 15:48:42 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D31B16A41F for ; Sun, 24 Jul 2005 15:48:42 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CC443D46 for ; Sun, 24 Jul 2005 15:48:40 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: (qmail 23871 invoked from network); 24 Jul 2005 15:48:40 -0000 Received: from aldan.algebra.com (HELO blue.virtual-estates.net) ([216.254.65.224]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 24 Jul 2005 15:48:40 -0000 Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.3/8.13.3) with ESMTP id j6OFmcMB018290; Sun, 24 Jul 2005 11:48:38 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by blue.virtual-estates.net (8.13.3/8.13.3/Submit) id j6OFmcUb018289; Sun, 24 Jul 2005 11:48:38 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) X-Authentication-Warning: blue.virtual-estates.net: mi set sender to mi+kde@aldan.algebra.com using -f From: Mikhail Teterin To: pav@freebsd.org Date: Sun, 24 Jul 2005 11:48:37 -0400 User-Agent: KMail/1.8.1 References: <200507231505.j6NF5YjC019153@repoman.freebsd.org> <1122138053.82919.16.camel@hood.oook.cz> In-Reply-To: <1122138053.82919.16.camel@hood.oook.cz> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/databases/mysqltcl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 15:48:42 -0000 On Saturday 23 July 2005 01:00 pm, Pav Lucistnik wrote: = USE_MYSQL will go with whatever libmysqlclient it finds in your = computer. If no mysql-client is present, it will drag mysql41-client = in, as that's currently the preferred stable version. Pav, this is embarassing. Just last week I had to go through this... Q: What will it do, if I have mysql41-client installed, but of an earlier version, which installed libmysqlclient.so.13 instead of the current .14? A: It will initiate a rebuild of mysql41-client port and fail. -mi