From owner-cvs-ports@FreeBSD.ORG Sun Nov 13 11:10:10 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9600C1065673; Sun, 13 Nov 2011 11:10:10 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 336C38FC0C; Sun, 13 Nov 2011 11:10:09 +0000 (UTC) Received: by iakl21 with SMTP id l21so6696726iak.13 for ; Sun, 13 Nov 2011 03:10:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=M4EZ35OAk8CZOfU/SVh0vyKiFcoehlvMytT9v2xPX7Y=; b=YOeCvGK+kld4Ou3sQ7CVGwTihfb+LGCf/vfREFTwmYJXKYZg0hHdFu2qHuQfIWTCjN ty3ALUwirXHEq2lCM1Q1AndBmyBmTroCntQlERnp5r0WZMrUH3divAe3fBWKJOQQm8cV DUOnL/S5ZK2ofzcoNobA4YdBuEouwKL1oEDbI= MIME-Version: 1.0 Received: by 10.50.104.137 with SMTP id ge9mr19214015igb.38.1321182609242; Sun, 13 Nov 2011 03:10:09 -0800 (PST) Sender: utisoft@gmail.com Received: by 10.231.11.140 with HTTP; Sun, 13 Nov 2011 03:10:08 -0800 (PST) Received: by 10.231.11.140 with HTTP; Sun, 13 Nov 2011 03:10:08 -0800 (PST) In-Reply-To: <20111113110342.GY2164@hoeg.nl> References: <201111130956.pAD9u85M053975@repoman.freebsd.org> <20111113110342.GY2164@hoeg.nl> Date: Sun, 13 Nov 2011 11:10:08 +0000 X-Google-Sender-Auth: nNwQDsgz1RdcOVTrr310jKn9_Fg Message-ID: From: Chris Rees To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, Baptiste Daroussin , ports-committers@freebsd.org, cvs-all@freebsd.org, matthew@cashdollar.org Subject: Re: cvs commit: ports/shells/zsh/files patch-Src_watch.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2011 11:10:10 -0000 On 13 Nov 2011 11:03, "Ed Schouten" wrote: > > Hi Chris, > > * Chris Rees , 20111113 11:45: > > Fixing it here will only mask the problem-- why are we adding a fix to > > support a broken system? > > > > The proper solution is to rm utmp.h in that system, is it not? > > It's probably due to the fact that our handbook article on upgrading > world does not mention `make delete-old' at all: > > http://www.freebsd.org/doc/handbook/makeworld.html > I'll get on it. And the manpage :)