From owner-freebsd-current@FreeBSD.ORG Sat Oct 8 19:34:01 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1892E1065672; Sat, 8 Oct 2011 19:34:01 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id D2E308FC08; Sat, 8 Oct 2011 19:34:00 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id CA6D360E5; Sat, 8 Oct 2011 15:33:59 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1318102440; bh=a8xkzJxStyJUrlHVGiP+ylCR/VGhpDY522ygte3rb0A=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=oZQusXIz7o2Z36ElyIhG5GIB9QktjMHoKQkEGhGIjLRKjsvcDYFXhDskJID1xa2gb uTHzQit+lehG0qXa4iyBrJctSThJTro6xMGf5eaLMktoxJZTLkd3dVxf8tH3IUq DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=kuGVfYq/wli0T6huBWBNSRPvCKk79gX8FENpRzmgJmdx6096RrM21lrgGW8W15iiu 59IL5VGEOySHGwgvkAzaEZ8gG32rgd9InLf4m16HJ1WXClhO8Q5bN1aD9aahuzy Message-ID: <4E90A5A5.9000809@protected-networks.net> Date: Sat, 08 Oct 2011 15:33:57 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1 MIME-Version: 1.0 To: Doug Barton References: <201110071615.p97GFlVK069165@repoman.freebsd.org> <4E8F8FE4.5040201@FreeBSD.org> In-Reply-To: <4E8F8FE4.5040201@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , "freebsd-ports@FreeBSD.org" Subject: Re: cvs commit: ports/security/cyrus-sasl2 Makefile ports/security/cyrus-sasl2/files patch-plugins::gssapi.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 19:34:01 -0000 On 10/07/11 19:48, Doug Barton wrote: > In case anyone wants to take this on, this port fails to install on 10.0 > because it uses its own version of libtool. I took a quick look but > there wasn't a solution obvious enough for me. :) This appears to have been "fixed" by the (reversion of a) change to bsd.port.mk in SVN r226162 - I still used the "UNAME_r" kludge, however, imb