Module Name:    src
Committed By:   uwe
Date:           Tue Feb 22 15:42:09 UTC 2022

Modified Files:
        src/distrib/sets/lists/xcomp: mi
        src/external/mit/xorg/lib/libXxf86vm: Makefile

Log Message:
libXxf86vm: Add missing XF86VidModeAddModeLine.3 mlink.


To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/libXxf86vm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/xcomp/mi
diff -u src/distrib/sets/lists/xcomp/mi:1.228 src/distrib/sets/lists/xcomp/mi:1.229
--- src/distrib/sets/lists/xcomp/mi:1.228	Tue Feb 22 00:05:14 2022
+++ src/distrib/sets/lists/xcomp/mi	Tue Feb 22 15:42:09 2022
@@ -1,4 +1,4 @@
-#	 $NetBSD: mi,v 1.228 2022/02/22 00:05:14 uwe Exp $
+#	 $NetBSD: mi,v 1.229 2022/02/22 15:42:09 uwe Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1793,6 +1793,7 @@
 ./usr/X11R7/man/cat3/XF86MiscSetMouseSettings.0		xcomp-libXxf86misc-catman	.cat,xorg
 ./usr/X11R7/man/cat3/XF86MiscSetSaver.0			xcomp-libXxf86misc-catman	.cat,xorg
 ./usr/X11R7/man/cat3/XF86VM.0				xcomp-libXxf86vm-catman	.cat,xorg
+./usr/X11R7/man/cat3/XF86VidModeAddModeLine.0		xcomp-libXxf86vm-catman	.cat,xorg
 ./usr/X11R7/man/cat3/XF86VidModeDeleteModeLine.0	xcomp-libXxf86vm-catman	.cat,xorg
 ./usr/X11R7/man/cat3/XF86VidModeGetAllModeLines.0	xcomp-libXxf86vm-catman	.cat,xorg
 ./usr/X11R7/man/cat3/XF86VidModeGetDotClocks.0		xcomp-libXxf86vm-catman	.cat,xorg
@@ -2749,6 +2750,7 @@
 ./usr/X11R7/man/html3/XF86MiscSetMouseSettings.html	xcomp-libXxf86misc-htmlman	html,xorg
 ./usr/X11R7/man/html3/XF86MiscSetSaver.html		xcomp-libXxf86misc-htmlman	html,xorg
 ./usr/X11R7/man/html3/XF86VM.html			xcomp-libXxf86vm-htmlman	html,xorg
+./usr/X11R7/man/html3/XF86VidModeAddModeLine.html	xcomp-libXxf86vm-htmlman	html,xorg
 ./usr/X11R7/man/html3/XF86VidModeDeleteModeLine.html	xcomp-libXxf86vm-htmlman	html,xorg
 ./usr/X11R7/man/html3/XF86VidModeGetAllModeLines.html	xcomp-libXxf86vm-htmlman	html,xorg
 ./usr/X11R7/man/html3/XF86VidModeGetDotClocks.html	xcomp-libXxf86vm-htmlman	html,xorg
@@ -3704,6 +3706,7 @@
 ./usr/X11R7/man/man3/XF86MiscSetMouseSettings.3		xcomp-libXxf86misc-man	.man,xorg
 ./usr/X11R7/man/man3/XF86MiscSetSaver.3			xcomp-libXxf86misc-man	.man,xorg
 ./usr/X11R7/man/man3/XF86VM.3				xcomp-libXxf86vm-man	.man,xorg
+./usr/X11R7/man/man3/XF86VidModeAddModeLine.3		xcomp-libXxf86vm-man	.man,xorg
 ./usr/X11R7/man/man3/XF86VidModeDeleteModeLine.3	xcomp-libXxf86vm-man	.man,xorg
 ./usr/X11R7/man/man3/XF86VidModeGetAllModeLines.3	xcomp-libXxf86vm-man	.man,xorg
 ./usr/X11R7/man/man3/XF86VidModeGetDotClocks.3		xcomp-libXxf86vm-man	.man,xorg

Index: src/external/mit/xorg/lib/libXxf86vm/Makefile
diff -u src/external/mit/xorg/lib/libXxf86vm/Makefile:1.6 src/external/mit/xorg/lib/libXxf86vm/Makefile:1.7
--- src/external/mit/xorg/lib/libXxf86vm/Makefile:1.6	Fri May 31 09:33:18 2013
+++ src/external/mit/xorg/lib/libXxf86vm/Makefile	Tue Feb 22 15:42:09 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2013/05/31 09:33:18 mrg Exp $
+#	$NetBSD: Makefile,v 1.7 2022/02/22 15:42:09 uwe Exp $
 
 .include <bsd.own.mk>
 
@@ -17,6 +17,7 @@ MLINKS=	XF86VM.3 XF86VidModeQueryExtensi
 	XF86VM.3 XF86VidModeSetClientVersion.3 \
 	XF86VM.3 XF86VidModeGetModeLine.3 \
 	XF86VM.3 XF86VidModeGetAllModeLines.3 \
+	XF86VM.3 XF86VidModeAddModeLine.3 \
 	XF86VM.3 XF86VidModeDeleteModeLine.3 \
 	XF86VM.3 XF86VidModeModModeLine.3 \
 	XF86VM.3 XF86VidModeValidateModeLine.3 \

Reply via email to