summaryrefslogtreecommitdiff
path: root/mk/platform/HPUX.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/platform/HPUX.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/platform/HPUX.mk')
-rw-r--r--mk/platform/HPUX.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/platform/HPUX.mk b/mk/platform/HPUX.mk
index e3abcc0fcb7..7fc489b1901 100644
--- a/mk/platform/HPUX.mk
+++ b/mk/platform/HPUX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: HPUX.mk,v 1.18 2009/07/26 05:32:43 agc Exp $
+# $NetBSD: HPUX.mk,v 1.19 2011/09/10 16:30:02 abs Exp $
#
# Variable definitions for the HP-UX operating system.
@@ -26,11 +26,6 @@ ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
-# native X11 on HP-UX is rather old and breaks many packages.
-# The modular X.org userland works rather well, apart from the server which
-# is unlikely to ever be supported due to proprietary graphics hardware.
-X11_TYPE?= modular
-
# Fix broken system headers by using pkgtools/posix_headers
FIX_SYSTEM_HEADERS?= yes