From owner-freebsd-stable Tue Sep 18 1:28:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 988B937B40E for ; Tue, 18 Sep 2001 01:28:28 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f8I8SSM98136 for stable@freebsd.org; Tue, 18 Sep 2001 01:28:28 -0700 (PDT) (envelope-from obrien) Date: Tue, 18 Sep 2001 01:28:28 -0700 From: "David O'Brien" To: stable@freebsd.org Subject: Why does installing X require the compat3x and compat4x dists Message-ID: <20010918012828.A98117@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 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