pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform Change DragonFly to use modular Xorg by de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87cd718054fe
branches:  trunk
changeset: 530198:87cd718054fe
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 18 08:14:54 2007 +0000

description:
Change DragonFly to use modular Xorg by default. Haven't heard much bad
from users of the binary packages, so assume it works well enough.

diffstat:

 mk/platform/DragonFly.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 78779cafe69e -r 87cd718054fe mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Mon Jun 18 07:33:34 2007 +0000
+++ b/mk/platform/DragonFly.mk  Mon Jun 18 08:14:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.28 2006/07/20 20:02:23 jlam Exp $
+# $NetBSD: DragonFly.mk,v 1.29 2007/06/18 08:14:54 joerg Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -30,8 +30,8 @@
 ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
 ULIMIT_CMD_memorysize?=        ulimit -m `ulimit -H -m`
 
-# DragonFly does not provide an X11, so default to X.org's X11
-X11_TYPE?=             xorg
+# DragonFly does not provide an X11, so default to modular X.org
+X11_TYPE?=             modular
 
 # imake installs manpages in weird places
 IMAKE_MAN_SOURCE_PATH= man/man



Home | Main Index | Thread Index | Old Index