From owner-cvs-src@FreeBSD.ORG Sun Jan 1 22:48:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B37F16A41F; Sun, 1 Jan 2006 22:48:31 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002C343D48; Sun, 1 Jan 2006 22:48:28 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k01MmR3m062533; Sun, 1 Jan 2006 15:48:27 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43B85C3B.4000105@samsco.org> Date: Sun, 01 Jan 2006 15:48:27 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Rabson References: <200601011101.k01B11BO058732@repoman.freebsd.org> In-Reply-To: <200601011101.k01B11BO058732@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libgssapi Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2006 22:48:31 -0000 Doug Rabson wrote: > dfr 2006-01-01 11:01:01 UTC > > FreeBSD src repository > > Modified files: > lib/libgssapi Makefile > Log: > Use the correct shared-library version number (the same as the one used > by the standalone version of heimdal GSS-API). If any compat issues > arise, I may increment the version number once more. > > Revision Changes Path > 1.2 +1 -1 src/lib/libgssapi/Makefile Is this supposed to fix the build breakage, or are you still working on that problem? Can this module be disabled (GSSAPI, not lib32) until you have it all working? Actually, I'll rephrase that.... please disable the broken module from the build until you have it working again. That's not meant as a criticism of you or your work, just that the tree has been broken for 3+ days now, and we need to move on. Thanks, Scott