From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 27 18:10:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA5CC106566B for ; Sun, 27 May 2012 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 843558FC0C for ; Sun, 27 May 2012 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4RIA1il002049 for ; Sun, 27 May 2012 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4RIA15l002048; Sun, 27 May 2012 18:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 27 May 2012 18:10:01 GMT Resent-Message-Id: <201205271810.q4RIA15l002048@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Simmons Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 649F0106564A for ; Sun, 27 May 2012 18:02:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7818FC12 for ; Sun, 27 May 2012 18:02:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4RI2ZHg038467 for ; Sun, 27 May 2012 18:02:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q4RI2Zhb038457; Sun, 27 May 2012 18:02:35 GMT (envelope-from nobody) Message-Id: <201205271802.q4RI2Zhb038457@red.freebsd.org> Date: Sun, 27 May 2012 18:02:35 GMT From: Robert Simmons To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/168386: Heimdal 1.5.2 port looking for krb5.conf in two separate places X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2012 18:10:01 -0000 >Number: 168386 >Category: ports >Synopsis: Heimdal 1.5.2 port looking for krb5.conf in two separate places >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 27 18:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Robert Simmons >Release: 9.0-RELEASE >Organization: >Environment: >Description: kadmind and kdc both look for krb5.conf in /usr/local/etc, but kpasswdd and kstash look for it in /etc. >How-To-Repeat: Install the port, then run kstash. You get an error unless you have the krb5.conf file in /etc in addition to /usr/local/etc. kstash is part of the server utilities, so it's conf file should be in /usr/local/etc. >Fix: Workaround: make a symlink from /usr/local/etc/krb5.conf to /etc/krb5.conf A patch to fix the port is attached. Patch attached with submission follows: --- Makefile.old 2012-05-27 13:53:01.132516965 -0400 +++ Makefile 2012-05-27 13:54:13.928517659 -0400 @@ -7,7 +7,7 @@ PORTNAME= heimdal PORTVERSION= 1.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= http://www.h5l.org/dist/src/ \ http://ftp.pdc.kth.se/pub/heimdal/src/ \ @@ -39,7 +39,8 @@ CONFIGURE_ARGS+= --with-libintl=${LOCALBASE} \ --with-readline=${DESTDIR}/usr \ --enable-pthread-support \ - --with-hdbdir=/var/db/${PORTNAME} + --with-hdbdir=/var/db/${PORTNAME} \ + --sysconfdir=${LOCALBASE}/etc MAKE_ENV+= INSTALL_CATPAGES=no INFO= heimdal hx509 >Release-Note: >Audit-Trail: >Unformatted: