From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 06:54:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E813E16A4CE for ; Fri, 12 Mar 2004 06:54:32 -0800 (PST) Received: from hermes.webtent.net (hermes.webtent.net [192.216.106.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6600243D45 for ; Fri, 12 Mar 2004 06:54:32 -0800 (PST) (envelope-from robert@webtent.com) Received: from columbus (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with ESMTP id i2CEsUX24363 for ; Fri, 12 Mar 2004 09:54:30 -0500 From: Robert Fitzpatrick To: FreeBSD Content-Type: text/plain Organization: WebTent Networking, Inc. Message-Id: <1079103271.9672.31.camel@columbus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 12 Mar 2004 09:54:31 -0500 Content-Transfer-Encoding: 7bit Subject: Changing configuration options in ports, Cyrus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 14:54:33 -0000 I sent this yesterday, but no responses, so I thought to try again. I now have see the GSSAPI support is not in my Cyrus-IMAP as well. I'm just trying to realize how to build the support in to the ports. I have not dealt with ports other than installing them with defaults in the past. I think I understand the handbook in changing options in the Makefile to have the port support what you need. I need GSSAPI support in Cyrus-SASL and the 2.1.15 version of the port installed does not seem to have it. Also, I need for Cyrus-IMAP. Please correct me if adding to the Makefile this support option to enable GSSAPI is not the way to do that. My actual question is where to point the option to get GSSAPI libraries, I am using the default Heimdal-0.6 port install, so it looks to be in '/usr/src/crypto/heimdal/lib/gssapi', is that correct? So, I would add this to my Makefile for Cyrus-SASL? --enable-gssapi=/usr/src/crypto/heimdal/lib/gssapi Another question, since SASL is already there, do I deinstall or can I build over the existing? -- Robert