From owner-freebsd-ports@FreeBSD.ORG Sun Jan 18 23:27:39 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41309DF7 for ; Sun, 18 Jan 2015 23:27:39 +0000 (UTC) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.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 EED4DDD8 for ; Sun, 18 Jan 2015 23:27:38 +0000 (UTC) Received: from [192.168.0.198] (laptop1.herveybayaustralia.com.au [192.168.0.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 6398E27328 for ; Mon, 19 Jan 2015 09:27:26 +1000 (EST) Message-ID: <54BC415B.5090004@herveybayaustralia.com.au> Date: Mon, 19 Jan 2015 09:27:23 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "freebsd-ports@freebsd.org" Subject: heimdal/krb5 conflicts Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 23:27:39 -0000 I've asked around trying to get a quick answer on this, but it seems it is not too well known. Reasonably recently I've installed krb5 on a system but only in the past few weeks have I run into some real trouble with a conflict with heimdal trying to install as a port, so I don't know which exactly is the cause of the issue. Regardless, how do I tell my ports to stop insisting on using heimdal? I've googled, but everything is like a decade old. I have tried a few things from these though, but to no avail. My make.conf has these options in it now: NO_KERBEROS=YES KRB5_HOME=/usr/local (also tried /usr/local/lib/krb5) #WITH_HEIMDAL=NO KRB5_IMPL=MIT (and mit) What else can I do? What is the magic incantation to make this stupid issue go away :) ? Cheers