From owner-freebsd-ports@freebsd.org Wed Nov 23 17:03:42 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 25AA7C51345 for ; Wed, 23 Nov 2016 17:03:42 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6842C0B for ; Wed, 23 Nov 2016 17:03:41 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-180-203.dynamic.mnet-online.de [88.217.180.203]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id BDA8D811CCE for ; Wed, 23 Nov 2016 18:03:31 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de BDA8D811CCE Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1479920611; bh=V+VWGchh2W1kuZORe6FFbK3TT7b6IjAMVMHb4Z/wlLk=; h=Subject:To:References:From:Date:In-Reply-To; b=adfXXGdfdygHIiIo581bRGOwLROyC2oRhcSUoR4X5xt9lPopIp4gIiRpkEg6iDpQY S82YxoGURz6vsAgHdX36V/LBbgirrKVneQ7+PN+Kw+BY5r0YHIJr8ZcKzZWoNlbxrZ RW0ML91+Vwccnu6zrYbLkxFFkrYiJZYCsNdOHbnU= Received: from [192.168.0.151] (aftr-88-217-180-203.dynamic.mnet-online.de [88.217.180.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 55FD47BCD80 for ; Wed, 23 Nov 2016 18:03:31 +0100 (CET) Subject: Re: Bug in heimdal dependency for bdb (forces version 5 and ignores defined version 6) To: freebsd-ports@freebsd.org References: <9dfc0d38-489f-1fc3-b552-9872ad99f677@fechner.net> <8660njzk7s.wl-herbert@mailbox.org> From: Matthias Fechner Message-ID: <5b47bccb-fed6-705e-be07-df893246b89c@fechner.net> Date: Wed, 23 Nov 2016 18:03:29 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <8660njzk7s.wl-herbert@mailbox.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 17:03:42 -0000 Am 19.11.2016 um 14:13 schrieb Herbert J. Skuhra: > security/heimdal/Makefile:64:BDB_USES= bdb:5 localbase > >> Is this wanted or an unwanted side effect? > No, idea. Change the above line and find out yourself if the port > builds/works with bdb6. Good luck! I solved it by disabling the complete BDB support for this port. Thanks. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook