Module Name: src
Committed By: mrg
Date: Sun Jul 19 22:30:58 UTC 2015
Modified Files:
src/external/mit/xorg/bin/setxkbmap: Makefile
src/external/mit/xorg/bin/xcmsdb: Makefile
Log Message:
use xorg-pkg-ver.mk to provide PACKAGE_*.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/setxkbmap/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xcmsdb/Makefile
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/bin/setxkbmap/Makefile
diff -u src/external/mit/xorg/bin/setxkbmap/Makefile:1.3 src/external/mit/xorg/bin/setxkbmap/Makefile:1.4
--- src/external/mit/xorg/bin/setxkbmap/Makefile:1.3 Fri May 31 06:24:05 2013
+++ src/external/mit/xorg/bin/setxkbmap/Makefile Sun Jul 19 22:30:58 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2015/07/19 22:30:58 mrg Exp $
.include <bsd.own.mk>
@@ -15,5 +15,7 @@ DPADD+= ${LIBXKBFILE} ${LIBXEXT} ${LIBX1
X11EXTRAMANDEFS+= -e 's,__xkbconfigroot__,${X11LIBDIR}/xkb,g'
+.include "../../xorg-pkg-ver.mk"
+
.include <bsd.x11.mk>
.include <bsd.prog.mk>
Index: src/external/mit/xorg/bin/xcmsdb/Makefile
diff -u src/external/mit/xorg/bin/xcmsdb/Makefile:1.2 src/external/mit/xorg/bin/xcmsdb/Makefile:1.3
--- src/external/mit/xorg/bin/xcmsdb/Makefile:1.2 Fri May 31 06:24:05 2013
+++ src/external/mit/xorg/bin/xcmsdb/Makefile Sun Jul 19 22:30:58 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/05/31 06:24:05 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2015/07/19 22:30:58 mrg Exp $
.include <bsd.own.mk>
@@ -11,5 +11,7 @@ DPADD+= ${LIBX11}
.PATH: ${X11SRCDIR.${PROG}}
.PATH: ${X11SRCDIR.${PROG}}/man
+.include "../../xorg-pkg-ver.mk"
+
.include <bsd.x11.mk>
.include <bsd.prog.mk>