From owner-freebsd-ports@FreeBSD.ORG Thu Nov 1 14:27:39 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3235616A468 for ; Thu, 1 Nov 2007 14:27:39 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 7EBEB13C4AC for ; Thu, 1 Nov 2007 14:27:38 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 01 Nov 2007 10:27:24 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp057) with SMTP; 01 Nov 2007 11:27:24 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX182WF99WzI2mEzIeml3OQdtH+U/tlTbfdq/h/b9Gr OQPSIoisvUg4zj Message-ID: <4729AA0B.30402@gmx.de> Date: Thu, 01 Nov 2007 11:27:23 +0100 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.6 (X11/20071015) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: to bsdadminscripts users X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2007 14:27:39 -0000 Since the new release wasn't committed before the freeze I recommend you to update your ports manually if you combine the use of ccache and distcc. The new release changes the handling of this combination to allow ccache to detect compiler changes and not to mistake distcc changes for compiler changes. Also the new version introduces a script called pkg_libchk. The command 'pkg_libchk -q' will list all packages that need to be rebuild because they link to libraries in /usr/local/lib/compat or link to a missing library. This is useful after a major upgrade to avoid a 'portupgrade -fa'. It also helps you to find the packages that need to be rebuild after a portupgrade to delete the contents in /usr/local/lib/compat/pkg. After all having outdated libraries lying around on your system can turn out to be a security risk. The patch can be obtained in the following way: # cd /usr/ports # fetch -o bsda 'http://www.freebsd.org/cgi/query-pr.cgi?prp=117533-1-diff' # patch < bsda # rm bsda Afterwards you can upgrade sysutils/bsdadminscripts.