summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2020-12-29 07:47:23 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2020-12-29 07:47:23 +0000
commita67763fadeda32ea2b5a538bfb7bae980eb6ad15 (patch)
treec5da642541ff0e7d1106f903ac7709cf1ff24d43
parent0416214f76d23c09447eb2c6b3a85274b6612ad4 (diff)
switch to using python3 to regen the xcb library code. ok kettenis@ danj@
-rw-r--r--README4
-rw-r--r--share/mk/bsd.xorg.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 9e248f9cf..6ebab4578 100644
--- a/README
+++ b/README
@@ -160,7 +160,7 @@ to a new release of XCB:
1) Update proto/xcb-proto.
2) Update the x11/py-xcbgen port to the same version and install the
- package.
+ python3 package.
3) Update dist/libxcb.
4) Check lib/libxcb/src/Makefile if new files need to be generated.
5) Run 'make' in lib/xcb/src to generate the files for the new version.
@@ -211,4 +211,4 @@ The core dump will be in /var/crash.
See also <http://xorg.freedesktop.org/wiki/Development/Documentation/ServerDebugging>
--
-$OpenBSD: README,v 1.42 2018/07/19 12:14:37 matthieu Exp $
+$OpenBSD: README,v 1.43 2020/12/29 07:47:22 matthieu Exp $
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk
index d427c86a9..7590ea3fb 100644
--- a/share/mk/bsd.xorg.mk
+++ b/share/mk/bsd.xorg.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.xorg.mk,v 1.61 2017/07/02 09:53:05 espie Exp $ -*- makefile -*-
+# $OpenBSD: bsd.xorg.mk,v 1.62 2020/12/29 07:47:22 matthieu Exp $ -*- makefile -*-
#
# Copyright © 2006,2012 Matthieu Herrb
#
@@ -21,7 +21,7 @@
AUTOMAKE_VERSION= 1.12
AUTOCONF_VERSION= 2.69
-PYTHON_VERSION= 2.7
+PYTHON_VERSION= 3.8
# Where source lives
XSRCDIR?= /usr/xenocara