From owner-freebsd-x11@FreeBSD.ORG Mon Apr 16 19:59:08 2007 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD87B16A406; Mon, 16 Apr 2007 19:59:08 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 5DBBC13C458; Mon, 16 Apr 2007 19:59:08 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id 2A39A192E9A; Mon, 16 Apr 2007 21:59:07 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=241372776; bh=mk7u9A/hB8ma8VN5a8CwppZJ89A=; h=X-Virus-Scanned: Received:Received:Received:Received:From:Organization:To:Subject: Date:User-Agent:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Content-Disposition: Message-Id; b=nE3coTFBB1xWu6qauQja6Oe8YRxpgpyZFWe53jfCqlCvqG8JSnsb wavObf2HOrlUcUzMnRIvkAR1sNn9dCXTtuOM05279GDCe+Y9bl963MldOCAw6USHgJS F5B7ppscY X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ZOvQPjEvsBUP; Mon, 16 Apr 2007 21:59:05 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 43904192BF4; Mon, 16 Apr 2007 21:59:04 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id AAD51510B6; Mon, 16 Apr 2007 21:59:04 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l3GJx3rS082772; Mon, 16 Apr 2007 21:59:03 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: Kris Kennaway Date: Mon, 16 Apr 2007 21:59:02 +0200 User-Agent: KMail/1.9.6 References: <20070414194028.GB2313@xor.obsecurity.org> <4623CA92.3020907@FreeBSD.org> <20070416193542.GA66481@xor.obsecurity.org> In-Reply-To: <20070416193542.GA66481@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704162159.02888.dejan.lesjak@ijs.si> Cc: x11@freebsd.org, Florent Thoumie Subject: Re: Upgrade script X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2007 19:59:08 -0000 On Monday 16 April 2007 21:35:42 Kris Kennaway wrote: > On Mon, Apr 16, 2007 at 08:12:18PM +0100, Florent Thoumie wrote: > > Kris Kennaway wrote: > > > On Mon, Apr 16, 2007 at 01:35:08PM +0200, Dejan Lesjak wrote: > > >> On Monday 16 of April 2007, Kris Kennaway wrote: > > >>> Apart from the xorg-manpages special casing in mergebase.sh, this > > >>> should even allow portupgrade -a to work correctly. I am not sure > > >>> why xorg-manpages needs to be special-cased; it looks like the > > >>> manpages are migrating into xorg-docs, so can't we use a MOVED entry > > >>> to do that? > > >> > > >> Some of them are migrating to separate lib* ports. > > > > > > OK, but to a first approximation we can use xorg-docs? > > > > Nope, xorg-docs is teh new xorg-documents, with papers and stuff, but > > almost no manpages. Manual pages are installed per-port. > > OK. We'll need to check how portupgrade handles it with a "deleted" > entry in MOVED. I think it will prompt to delete it, but worst case > is it just gets left behind in /usr/X11R6 and should not interfere > with the upgrade anyway. Except that if it is left behind it will remove files belonging to other ports upon removal. Still, these are just manpages so nothing would stop working and when someone notices they are gone they can reinstall new port to which the missing manpages belong to get them back. Dejan