From owner-cvs-all@FreeBSD.ORG Thu May 31 16:05:43 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BD44106566C; Thu, 31 May 2012 16:05:43 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 849D58FC23; Thu, 31 May 2012 16:05:42 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:12979] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id q4VG5uNU033333 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 31 May 2012 20:05:57 +0400 (MSK) From: Max Brazhnikov To: Baptiste Daroussin Date: Thu, 31 May 2012 16:07:29 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.8.3; amd64; ; ) References: <201205302052.q4UKqgl0075208@repoman.freebsd.org> <201205311559.33339.makc@freebsd.org> In-Reply-To: <201205311559.33339.makc@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201205311607.29821.makc@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/Mk bsd.options.desc.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 16:05:43 -0000 On Thu, 31 May 2012 15:59:32 +0000, Max Brazhnikov wrote: > On Wed, 30 May 2012 20:52:42 +0000 (UTC), Baptiste Daroussin wrote: > > bapt 2012-05-30 20:52:42 UTC > > > > FreeBSD ports repository > > > > Modified files: > > Mk bsd.options.desc.mk > > Log: > > Add descriptions for BDB1 BDB and DBM > > Suppose port has both BDB1 and BDB options. Will ${PORT_OPTIONS:MBDB} match BDB1 option? Reading man 1 make helps :) Sorry for noise. Max