pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform default X11_TYPE to modular



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eeaa020b6cd
branches:  trunk
changeset: 568786:8eeaa020b6cd
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Dec 19 10:52:58 2009 +0000

description:
default X11_TYPE to modular

diffstat:

 mk/platform/OSF1.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 2c7115cb3bbf -r 8eeaa020b6cd mk/platform/OSF1.mk
--- a/mk/platform/OSF1.mk       Sat Dec 19 09:31:06 2009 +0000
+++ b/mk/platform/OSF1.mk       Sat Dec 19 10:52:58 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OSF1.mk,v 1.28 2009/07/26 05:32:43 agc Exp $
+# $NetBSD: OSF1.mk,v 1.29 2009/12/19 10:52:58 tnn Exp $
 #
 # Variable definitions for the OSF1 operating system.
 
@@ -42,6 +42,11 @@
 # Fix broken system headers by using pkgtools/posix_headers
 FIX_SYSTEM_HEADERS?=    yes
 
+# 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
+
 _OPSYS_EMULDIR.osf1=   # empty
 
 .if exists(/usr/include/netinet/ip6.h)



Home | Main Index | Thread Index | Old Index