summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-09-10 16:30:02 +0000
committerabs <abs@pkgsrc.org>2011-09-10 16:30:02 +0000
commiteff4ff328d42e73dbaf9da27eda09cb04f673686 (patch)
treefa9ae88a575896a91fd6e19240765575aa0ca237 /mk/bsd.prefs.mk
parent1969b74619d455a58d38f97db9ad132e135383c8 (diff)
downloadpkgsrc-eff4ff328d42e73dbaf9da27eda09cb04f673686.tar.gz
From "What platforms work with X11_TYPE=native" thread on pkgsrc-users.
Based on the responses I'm going to switch the default X11_TYPE to be modular, and override in platform/*.mk files as required. The new values will be: Changed - from native to modular - FreeBSD - FreeMiNT - Linux Changed - older versions switched from native to modular - NetBSD - native for NetBSD-4 and later Native (unchanged) - should probably be switched to modular - AIX - BSDOS - IRIX - Interix - MirBSD - UnixWare Native (unchanged) - Darwin - for Leopard (10.5) and later - OpenBSD.mk - SunOS.mk Modular (unchanged) - DragonFly - HPUX - Haiku - OSF1 I'd like to encourage anyone using X11 apps on any platforms other than NetBSD, Darwin, DragonFly, FreeBSD, Linux, FreeMiNT, HPUX, Haiku or OSF1 to speak up, whether they are happy with native or having to set modular.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 0159f7521c8..973eab3a6d7 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.315 2011/09/08 20:17:15 abs Exp $
+# $NetBSD: bsd.prefs.mk,v 1.316 2011/09/10 16:30:02 abs Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -539,7 +539,7 @@ IPV6_READY= NO
.endif
LOCALBASE?= /usr/pkg
-X11_TYPE?= native
+X11_TYPE?= modular
.if !empty(X11_TYPE:Mnative)
. if ${OPSYS} == "SunOS"
# On Solaris, we default to using OpenWindows for X11.