From owner-freebsd-ports@FreeBSD.ORG Fri Mar 27 22:03:47 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FBF5E48 for ; Fri, 27 Mar 2015 22:03:47 +0000 (UTC) Received: from smtp06.online.nl (smtp06.online.nl [194.134.42.51]) by mx1.freebsd.org (Postfix) with ESMTP id 3848BDD0 for ; Fri, 27 Mar 2015 22:03:46 +0000 (UTC) Received: from smtp06.online.nl (localhost [127.0.0.1]) by smtp06.online.nl (Postfix) with ESMTP id CAA0C966CD for ; Fri, 27 Mar 2015 22:53:42 +0100 (CET) Received: from micite.net (s529d340f.adsl.online.nl [82.157.52.15]) by smtp06.online.nl (Postfix) with ESMTP for ; Fri, 27 Mar 2015 22:53:42 +0100 (CET) Received: (qmail 95436 invoked by uid 98); 27 Mar 2015 21:50:21 -0000 Received: from 192.168.1.64 (roland@192.168.1.64) by lutetium.micite.net (envelope-from , uid 82) with qmail-scanner-2.01 (spamassassin: 3.3.2. Clear:RC:0(192.168.1.64):SA:0(1.4/5.0):. Processed in 2.688261 secs); 27 Mar 2015 21:50:21 -0000 X-Spam-Status: No, score=1.4 required=5.0 X-Spam-Level: + Received: from unknown (HELO ?192.168.1.92?) (roland@192.168.1.64) by server-lutetium.lan with SMTP; 27 Mar 2015 21:48:58 -0000 Message-ID: <5515D112.6000905@micite.net> Date: Fri, 27 Mar 2015 22:52:18 +0100 From: Roland van Laar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Dan Langille Subject: Re: FreeBSD Port: security/py-kerberos References: <5515CD55.3040203@micite.net> <7AC0D3B1-32EB-4732-BD7F-7258FD068992@langille.org> In-Reply-To: <7AC0D3B1-32EB-4732-BD7F-7258FD068992@langille.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Online-Scanned: by Cloudmark authority (on smtp06.online.nl) Cc: ports 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: Fri, 27 Mar 2015 22:03:47 -0000 On 27-03-15 22:39, Dan Langille wrote: >> On Mar 27, 2015, at 5:36 PM, Roland van Laar wrote: >> >> On 27-03-15 21:11, Dan Langille wrote: >>> Hello, >>> >>> Why does security/py-kerberos require security/krb5? >>> >>> I ask because we already have Kerberos in base. Why do we need two installations of Kerberos? >>> >>> I'm confused. :/ >>> >>> I ask because I just added security/py-requests-kerberos to the tree. >> py-kerberos depends on gssapi/gssapi_generic.h. >> This file isn't included in the base kerberos, but it is in the security/krb5 port. > I see. > > So we need it only for compiling, not for running? ;-) I haven't tried running it without the krb5 package. > > I want to avoid having two Kerberos installed on the server. :) > > — > Dan Langille > http://langille.org/ > > > > >