From owner-freebsd-ports@freebsd.org Wed Apr 27 08:10:15 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FCFEB1C019 for ; Wed, 27 Apr 2016 08:10:15 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 57A231BA7 for ; Wed, 27 Apr 2016 08:10:15 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: by mailman.ysv.freebsd.org (Postfix) id 56F82B1C017; Wed, 27 Apr 2016 08:10:15 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 569E3B1C016 for ; Wed, 27 Apr 2016 08:10:15 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1741D1BA6 for ; Wed, 27 Apr 2016 08:10:14 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 6DE4944D6C for ; Wed, 27 Apr 2016 10:10:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1461744611; bh=HLuliDm6jh1gyvjwrgzi75do3E2CDkR3Q ucCUClToVA=; b=VvRjTQVSQTaXIA/6H6W3zBIi4D1vu0/ztai7LyIjTpo9mykoK bif/h+T1B4xpyzvRzGa/Ra9BtAkxfJPAeRk0IIKAHDLuLaymQcM/tOCDFZNcV4i8 IeXORiQwHKVRL3X4pimDSC6qLubwOmtcEMOyFmxugwxNIX1M7hCLv+dB23rDciXu DL1zS/54WYvlMHyoj7D4U9LbX8xuiRDiKKJqo7EfTJJpLzy7a8MVvR3STkLcKQeM cFYZCKqyUFLUvzMinCX/LQ5R4MfGAokXuOsGVA0Te0/jsMU5En3yzUvJma/j/Ojs jAu96RKzmE/F/e6qMHOdKzdjN257/5ardZo+A== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id QDCY5gtU7KaI for ; Wed, 27 Apr 2016 10:10:11 +0200 (CEST) Date: Wed, 27 Apr 2016 10:10:10 +0200 Message-ID: <86mvoffp5p.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: ports@freebsd.org Subject: Re: WANT_BDB_VER Ignored In-Reply-To: <86oa8vfppr.wl-herbert@mailbox.org> References: <572022E2.30504@morante.net> <86oa8vfppr.wl-herbert@mailbox.org> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 08:10:15 -0000 Herbert J Skuhra skrev: > > Daniel Morante skrev: >> >> I have the following in a port Makefile: >> USE_BDB= yes >> WANT_BDB_VER= 48 > > Is your ports tree up-to-date? > > Try: USES= bdb:48 > > Check Uses/bdb.mk for available options. Should be /usr/ports/Mk/Uses/bdb.mk. -- Herbert