pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Default to modular X.org on HPUX, since na...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea83f21a8ca9
branches: trunk
changeset: 537757:ea83f21a8ca9
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Jan 15 22:37:49 2008 +0000
description:
Default to modular X.org on HPUX, since native X11 is old/broken and
X11 headers are not bundled with the operating system.
diffstat:
mk/platform/HPUX.mk | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r dfac6d963430 -r ea83f21a8ca9 mk/platform/HPUX.mk
--- a/mk/platform/HPUX.mk Tue Jan 15 22:14:30 2008 +0000
+++ b/mk/platform/HPUX.mk Tue Jan 15 22:37:49 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HPUX.mk,v 1.11 2008/01/14 05:50:38 tnn Exp $
+# $NetBSD: HPUX.mk,v 1.12 2008/01/15 22:37:49 tnn Exp $
#
# Variable definitions for the HP-UX operating system.
@@ -25,6 +25,12 @@
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
+
# imake installs manpages in weird places
# these values from /usr/X11R6/lib/X11/config/NetBSD.cf
IMAKE_MAN_SOURCE_PATH= man/cat
Home |
Main Index |
Thread Index |
Old Index