Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 01:28:28 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        stable@freebsd.org
Subject:   Why does installing X require the compat3x and compat4x dists
Message-ID:  <20010918012828.A98117@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010918012828.A98117>