pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform DragonFly does not provide an X11, so defa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6d5011491a7
branches:  trunk
changeset: 502806:d6d5011491a7
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Nov 09 01:08:58 2005 +0000

description:
DragonFly does not provide an X11, so default to X.org's X11.

This is the X11 tested and used by the pkgsrc developers on
DragonFly. And far as I know, this is the only X11 used on
DragonFly -- not saying that others are not used though.

diffstat:

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

diffs (19 lines):

diff -r f366911dcde9 -r d6d5011491a7 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Wed Nov 09 01:07:37 2005 +0000
+++ b/mk/platform/DragonFly.mk  Wed Nov 09 01:08:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.21 2005/10/28 20:09:38 joerg Exp $
+# $NetBSD: DragonFly.mk,v 1.22 2005/11/09 01:08:58 reed Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -30,6 +30,9 @@
 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
+
 # imake installs manpages in weird places
 IMAKE_MAN_SOURCE_PATH= man/man
 IMAKE_MAN_SUFFIX=      1



Home | Main Index | Thread Index | Old Index