From owner-freebsd-stable@FreeBSD.ORG Wed Jan 11 06:16:46 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E162C106566B for ; Wed, 11 Jan 2012 06:16:45 +0000 (UTC) (envelope-from andre@drenet.info) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 907EB8FC15 for ; Wed, 11 Jan 2012 06:16:45 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so447961vbb.13 for ; Tue, 10 Jan 2012 22:16:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=drenet.info; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=0mfqqC6pXc7KbquAVrE/womfhSSLaxoa3LLpgnP2Tak=; b=fInBzhxBqvDEhDHND2gBEsPfX+3ZCnPOAx+A1sCcNHO20y3TLtJnv/4w1p4vsVXdJb 7TWMm91z1U3j0zpH7SGJ2TmL2rJsx0U7dTWN38NTkIdaafx1wdkGpJNhoTzDOQ2g8MxW 6fxYAnMAqs/zLfqNUWk+2ttfdlgsGhH+0xzEk= MIME-Version: 1.0 Received: by 10.52.71.33 with SMTP id r1mr10545966vdu.113.1326262604944; Tue, 10 Jan 2012 22:16:44 -0800 (PST) Received: by 10.220.18.204 with HTTP; Tue, 10 Jan 2012 22:16:44 -0800 (PST) X-Originating-IP: [98.199.43.85] In-Reply-To: References: Date: Wed, 11 Jan 2012 00:16:44 -0600 Message-ID: From: Andre Goree To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: libutempter X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 06:16:46 -0000 ---------- Forwarded message ---------- From: Andre Goree Date: Wed, Jan 11, 2012 at 12:15 AM Subject: Re: libutempter To: Dewayne Geraghty On Tue, Jan 10, 2012 at 11:04 PM, Dewayne Geraghty < dewayne.geraghty@heuristicsystems.com.au> wrote: > I just checked the makefile and libutempter is in the base system, per > .if ${OSVERSION} >= 900004 > IGNORE= is now contained in the base system > > I hope this helps. > Regards, Dewayne > > "I would still just proceed with the removal given that the functionality is provided in base now, however I don't want to break [dependencies on] all these ports" Mentioned that I was aware that it was in ports in my original post, sorry if I was confusing. What I've done in the meantime is just exclude that package for now. Perhaps after rebuilding the ports that currently depend on the libutempter port, the issue will resolve itself. These ports where built on the system when world was 8.2-STABLE, so I'm hoping a rebuild will sort it out.