Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src switch amd64, i386, shark, ofppc and macppc to xorg-server 1...
details: https://anonhg.NetBSD.org/src/rev/6310939c9fa8
branches: trunk
changeset: 347750:6310939c9fa8
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Sep 15 07:49:08 2016 +0000
description:
switch amd64, i386, shark, ofppc and macppc to xorg-server 1.18.
add a note to UPDATING about needing a clean objdir and destdir.
diffstat:
UPDATING | 7 ++++++-
share/mk/bsd.own.mk | 9 +++++++--
2 files changed, 13 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r 92837ea85ae5 -r 6310939c9fa8 UPDATING
--- a/UPDATING Thu Sep 15 06:59:32 2016 +0000
+++ b/UPDATING Thu Sep 15 07:49:08 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.272 2016/05/30 03:11:48 dholland Exp $
+$NetBSD: UPDATING,v 1.273 2016/09/15 07:49:08 mrg Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -19,6 +19,11 @@
Recent changes:
^^^^^^^^^^^^^^^
+20160914:
+ i386, amd64, shark, ofppc and macppc have joined shark and x68k
+ ports in using xorg-server 1.18. This requires a clean destdir
+ and a clean objdir.
+
20160527:
i386 needs a full cleandir or objdir deletion because PIE has
been enabled. (see the amd64 entry two down for further info)
diff -r 92837ea85ae5 -r 6310939c9fa8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Sep 15 06:59:32 2016 +0000
+++ b/share/mk/bsd.own.mk Thu Sep 15 07:49:08 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.955 2016/09/11 04:59:54 tsutsui Exp $
+# $NetBSD: bsd.own.mk,v 1.956 2016/09/15 07:49:08 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1391,7 +1391,12 @@
.endfor
# During transition from xorg-server 1.10 to 1.18
-.if ${MACHINE} == "shark" || \
+.if \
+ ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "i386" || \
+ ${MACHINE} == "ofppc" || \
+ ${MACHINE} == "macppc" || \
+ ${MACHINE} == "shark" || \
${MACHINE} == "x68k"
HAVE_XORG_SERVER_VER?=118
.else
Home |
Main Index |
Thread Index |
Old Index