From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 03:18:18 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF1DA37B401 for ; Sat, 28 Jun 2003 03:18:18 -0700 (PDT) Received: from morpheus.webteckies.org (node123e0.a2000.nl [24.132.35.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC1D44008 for ; Sat, 28 Jun 2003 03:18:17 -0700 (PDT) (envelope-from freebsd-stable@webteckies.org) Received: from ghost.lan.webteckies.org (ghost.lan.webteckies.org [192.168.1.10]) by morpheus.webteckies.org (Postfix) with ESMTP id 78439107C6; Sat, 28 Jun 2003 12:15:14 +0200 (CEST) From: Melvyn Sopacua Organization: WebTeckies.org To: freebsd-stable@freebsd.org Date: Sat, 28 Jun 2003 12:17:52 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306281217.52962.freebsd-stable@webteckies.org> cc: khera@kciLink.com Subject: Hardcoded krb reference in ports/postfix X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 10:18:19 -0000 Hi, There's a hardcoded reference to /usr/lib/libkrb.a in Makefile.inc. Is there a special reason, that there's no knob but a file check? AFAIK - my /usr/lib/libkrb.a stems from the 4.2-RELEASE cd install I started this comp with (it's dated Nov 2000) and thus hasn't been updated since and any linkage with it, results in undefined des(3) references. Since sysutils/libchk doesn't report the libs as unreferenced, I'm not enclined to throw it out just yet, so a knob would be welcome. -- Melvyn