summaryrefslogtreecommitdiff
path: root/mk/platform/MirBSD.mk
diff options
context:
space:
mode:
authorabs <abs>2011-09-10 16:30:02 +0000
committerabs <abs>2011-09-10 16:30:02 +0000
commitfdda581b6e96660a9d49635dd2d1e0822b156c52 (patch)
treefa9ae88a575896a91fd6e19240765575aa0ca237 /mk/platform/MirBSD.mk
parentf2cb2c37e7ecce2561d8338b14ce937740ed52c8 (diff)
downloadpkgsrc-fdda581b6e96660a9d49635dd2d1e0822b156c52.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/platform/MirBSD.mk')
-rw-r--r--mk/platform/MirBSD.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/platform/MirBSD.mk b/mk/platform/MirBSD.mk
index a61669b3d91..8775a044a28 100644
--- a/mk/platform/MirBSD.mk
+++ b/mk/platform/MirBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: MirBSD.mk,v 1.2 2011/03/19 14:07:10 dholland Exp $
+# $NetBSD: MirBSD.mk,v 1.3 2011/09/10 16:30:02 abs Exp $
#
# Variable definitions for the MirOS BSD operating system.
@@ -27,6 +27,8 @@ ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
+X11_TYPE?= native
+
# imake installs manpages in weird places
# these values from /usr/X11R6/lib/X11/config/OpenBSD.cf
# XXX verify against MirBSD.cf defns