Module Name: src Committed By: martin Date: Sat Apr 1 15:22:46 UTC 2023
Modified Files: src/share/mk [netbsd-10]: bsd.x11.mk Log Message: Pull up following revision(s) (requested by mrg in ticket #135): share/mk/bsd.x11.mk: revision 1.150 bump XORG_SERVER_TEENY. To generate a diff of this commit: cvs rdiff -u -r1.145.2.2 -r1.145.2.3 src/share/mk/bsd.x11.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.x11.mk diff -u src/share/mk/bsd.x11.mk:1.145.2.2 src/share/mk/bsd.x11.mk:1.145.2.3 --- src/share/mk/bsd.x11.mk:1.145.2.2 Wed Feb 8 17:18:15 2023 +++ src/share/mk/bsd.x11.mk Sat Apr 1 15:22:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.x11.mk,v 1.145.2.2 2023/02/08 17:18:15 martin Exp $ +# $NetBSD: bsd.x11.mk,v 1.145.2.3 2023/04/01 15:22:46 martin Exp $ .include <bsd.init.mk> @@ -134,7 +134,7 @@ XORG_VERSION_CURRENT="(((${XORG_SERVER_M .else XORG_SERVER_MAJOR= 21 XORG_SERVER_MINOR= 1 -XORG_SERVER_TEENY= 7 +XORG_SERVER_TEENY= 8 XORG_VERSION_CURRENT="((10000000) + ((${XORG_SERVER_MAJOR}) * 100000) + ((${XORG_SERVER_MINOR}) * 1000) + ${XORG_SERVER_TEENY})" .endif