From owner-freebsd-stable@FreeBSD.ORG Wed Jan 11 02:20:08 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 5495F1065693 for ; Wed, 11 Jan 2012 02:20:08 +0000 (UTC) (envelope-from andre@drenet.info) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id F2E428FC13 for ; Wed, 11 Jan 2012 02:20:07 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so270131vcb.13 for ; Tue, 10 Jan 2012 18:20:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=drenet.info; s=google; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type; bh=iyekDCp2dD4Y7rXUdLGwwSLJeji/4IRbLTSC4m6KP3Q=; b=d81Mvflc8OxEeBvOKzj/EDg9Znbo09th2VrVQI5UGNokaTLqOv9zIx03+GAFrf0pgG iCB9KsXLqMYllCvF8sFETJDyGd4AwAV4oBqi3mKRSpjzR5RDMdM7zH6xXZPVNl+sjiRC M86NWmucTDVe9e+dyj04PZE3PweRjqAYA+q58= MIME-Version: 1.0 Received: by 10.220.215.68 with SMTP id hd4mr14119004vcb.10.1326247093976; Tue, 10 Jan 2012 17:58:13 -0800 (PST) Received: by 10.220.18.204 with HTTP; Tue, 10 Jan 2012 17:58:13 -0800 (PST) X-Originating-IP: [98.199.43.85] Date: Tue, 10 Jan 2012 19:58:13 -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: 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 02:20:08 -0000 I recently csup'd 9-STABLE and was able to get it working along with my custom kernel. I'm now in the process of rebuilding all my ports, and I've come across something when running 'portmaster -af' that I can't seem to find any information on. ===>>> Launching child to reinstall libutempter-1.1.5_1 ===>>> Port directory: /usr/ports/sysutils/libutempter ===>>> This port is marked IGNORE ===>>> is now contained in the base system ===>>> If you are sure you can build it, remove the IGNORE line in the Makefile and try again. ===>>> Update for libutempter-1.1.5_1 failed ===>>> Aborting update Terminated I figure, "ok I'll just delete the package and move on." However, there are many packages I have installed that depend on libutemper. I would still just proceed with the removal given that the functionality is provided in base now, however I don't want to break all these ports and have to deal with the mess when I portmaster -af again. What is the recommended action here? Should I just force exclude that port from the upgrade? That's probably the easiest way but I'd have to deal with this at some point. Thanks in advance for any advice -- Andre Goree andre@drenetinfo