From owner-freebsd-stable Tue Sep 18 9:31:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 204EA37B41A; Tue, 18 Sep 2001 09:30:55 -0700 (PDT) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id f8IGUlO04417; Tue, 18 Sep 2001 09:30:47 -0700 (PDT) (envelope-from jkh@freebsd.org) To: obrien@freebsd.org Cc: stable@freebsd.org Subject: Re: Why does installing X require the compat3x and compat4x dists In-Reply-To: <20010918012828.A98117@dragon.nuxi.com> References: <20010918012828.A98117@dragon.nuxi.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010918093047C.jkh@freebsd.org> Date: Tue, 18 Sep 2001 09:30:47 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 40 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No reason - it's a hold-over from the days when we only got our bits from XFree86.org, and they used an earlier release of FreeBSD to build them. - Jordan From: "David O'Brien" Subject: Why does installing X require the compat3x and compat4x dists Date: Tue, 18 Sep 2001 01:28:28 -0700 > I would like to commit this patch unless someone can justify why > installing XFree86 3.3.6 (which is built with the release) requires these > bits. > > Index: dist.c > =================================================================== > RCS file: /home/ncvs/src/release/sysinstall/Attic/dist.c,v > retrieving revision 1.175.2.23 > diff -u -r1.175.2.23 dist.c > --- dist.c 16 Sep 2001 03:41:17 -0000 1.175.2.23 > +++ dist.c 18 Sep 2001 08:23:52 -0000 > @@ -222,12 +222,6 @@ > Dists |= DIST_XF86; > #ifdef __i386__ > Dists |= DIST_COMPAT22; /* For certain old X applications */ > -#if __FreeBSD__ > 3 > - Dists |= DIST_COMPAT3X; > -#endif > -#if __FreeBSD__ >= 4 > - Dists |= DIST_COMPAT4X; > -#endif > #endif > } > if (isDebug()) > > -- > -- David (obrien@FreeBSD.org) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message