Module Name:    src
Committed By:   mrg
Date:           Mon Jul 20 03:13:56 UTC 2015

Modified Files:
        src/external/mit/xorg/lib/libXrandr: Makefile shlib_version

Log Message:
bump libXrandr minor for added functions in new XrrMonitor.c.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/libXrandr/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libXrandr/shlib_version

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

Modified files:

Index: src/external/mit/xorg/lib/libXrandr/Makefile
diff -u src/external/mit/xorg/lib/libXrandr/Makefile:1.5 src/external/mit/xorg/lib/libXrandr/Makefile:1.6
--- src/external/mit/xorg/lib/libXrandr/Makefile:1.5	Sat Jun  1 08:03:26 2013
+++ src/external/mit/xorg/lib/libXrandr/Makefile	Mon Jul 20 03:13:56 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2013/06/01 08:03:26 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2015/07/20 03:13:56 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,8 @@ LIB=	Xrandr
 .PATH:	${X11SRCDIR.${LIB}}/man
 
 SRCS=	Xrandr.c XrrConfig.c XrrCrtc.c XrrMode.c XrrOutput.c \
-	XrrProperty.c XrrScreen.c XrrProvider.c XrrProviderProperty.c
+	XrrProperty.c XrrScreen.c XrrProvider.c XrrProviderProperty.c \
+	XrrMonitor.c
 
 INCS=	Xrandr.h
 INCSDIR=${X11INCDIR}/X11/extensions

Index: src/external/mit/xorg/lib/libXrandr/shlib_version
diff -u src/external/mit/xorg/lib/libXrandr/shlib_version:1.3 src/external/mit/xorg/lib/libXrandr/shlib_version:1.4
--- src/external/mit/xorg/lib/libXrandr/shlib_version:1.3	Fri May 31 09:14:19 2013
+++ src/external/mit/xorg/lib/libXrandr/shlib_version	Mon Jul 20 03:13:56 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: shlib_version,v 1.3 2013/05/31 09:14:19 mrg Exp $
+#	$NetBSD: shlib_version,v 1.4 2015/07/20 03:13:56 mrg Exp $
 #
 major=3
-minor=1
+minor=2

Reply via email to