From owner-freebsd-ports@FreeBSD.ORG Thu Jul 14 14:56:27 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98C10106566C; Thu, 14 Jul 2011 14:56:27 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 175D38FC13; Thu, 14 Jul 2011 14:56:27 +0000 (UTC) Received: by iwr19 with SMTP id 19so359026iwr.13 for ; Thu, 14 Jul 2011 07:56:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ptssUTNg6lsF/ugAIWQPXRsTCnyaUFwbeE0hSCZ51DU=; b=pgC80ZI9jHbyL/Wo5UjLjp+X587ygM4tRjxJozl4mJlK0cQcuR5VdS67pVBuxNb+3J ThvloRaI4czAaJJY1h92PSL5mYDmhgfgaQ/cohTPFfGB8cN64g6Z8kICG6QK1vlXt4qi lkc4Nw87XahJ2aALAC+M/A0ZT65rk4TOHgwAE= MIME-Version: 1.0 Received: by 10.42.172.133 with SMTP id n5mr2361256icz.421.1310655386662; Thu, 14 Jul 2011 07:56:26 -0700 (PDT) Received: by 10.231.190.141 with HTTP; Thu, 14 Jul 2011 07:56:26 -0700 (PDT) Received: by 10.231.190.141 with HTTP; Thu, 14 Jul 2011 07:56:26 -0700 (PDT) In-Reply-To: <4E1F02C3.4010103@FreeBSD.org> References: <4E1F02C3.4010103@FreeBSD.org> Date: Thu, 14 Jul 2011 15:56:26 +0100 Message-ID: From: Chris Rees To: Alex Dupre Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, skv@freebsd.org Subject: Re: Proposing new USE_ knob for p5-DBD-mysql* 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: Thu, 14 Jul 2011 14:56:27 -0000 On 14 Jul 2011 15:52, "Alex Dupre" wrote: > > Chris Rees ha scritto: > >> Problem: p5-DBD-mysql[45][0-5] ports are a pain to depend upon in a >> port, because of the need to differentiate between the mysql versions. > > > Well, actually the situation is better, since MySQL 5.5 is now the default in FreeBSD and mysql55-scripts doesn't exist anymore. The only reason for p5-DBD-mysql[45][0-5] ports were the ability to create packages for mysqlNN-scripts. If you are using packages for an outdated mysql-scripts port, then you deserve the pain, so you are pushed to update to a recent release :-) > Ahh... so I should have just depended on the versions port? Chris