CVS commit: src/external/mit/xorg/tools/xkbcomp

2013-05-31 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri May 31 23:43:05 UTC 2013

Modified Files:
src/external/mit/xorg/tools/xkbcomp: Makefile

Log Message:
define PACKAGE_STRING and PACKAGE_VERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/tools/xkbcomp/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/tools/xkbcomp/Makefile
diff -u src/external/mit/xorg/tools/xkbcomp/Makefile:1.3 src/external/mit/xorg/tools/xkbcomp/Makefile:1.4
--- src/external/mit/xorg/tools/xkbcomp/Makefile:1.3	Sat Aug 22 01:03:31 2009
+++ src/external/mit/xorg/tools/xkbcomp/Makefile	Fri May 31 23:43:05 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2009/08/22 01:03:31 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2013/05/31 23:43:05 mrg Exp $
 
 NOMAN=		1
 
@@ -34,7 +34,9 @@ HOST_CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}
 		-I${X11SRCDIR.xkbfile}/include/X11/extensions \
 		-I${X11SRCDIR.${HOSTPROG}} \
 		-DDFLT_XKB_CONFIG_ROOT=\${X11LIBDIR}/xkb\ -DXKB \
-		-DHAVE_STRCASECMP -DHAVE_STRDUP
+		-DHAVE_STRCASECMP -DHAVE_STRDUP \
+		-DPACKAGE_STRING=\NetBSD tool xkbcomp 1.2.4\ \
+		-DPACKAGE_VERSION=\1.2.4\
 
 
 .include ${NETBSDSRCDIR}/external/mit/xorg/tools/makekeys/Makefile.makekeys



CVS commit: src/external/mit/xorg/tools/xkbcomp

2013-05-31 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri May 31 23:43:05 UTC 2013

Modified Files:
src/external/mit/xorg/tools/xkbcomp: Makefile

Log Message:
define PACKAGE_STRING and PACKAGE_VERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/tools/xkbcomp/Makefile

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



CVS commit: src/external/mit/xorg/tools/xkbcomp

2009-08-21 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Aug 22 01:03:31 UTC 2009

Modified Files:
src/external/mit/xorg/tools/xkbcomp: Makefile

Log Message:
enable strcasecmp() and strdup().


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/tools/xkbcomp/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/tools/xkbcomp/Makefile
diff -u src/external/mit/xorg/tools/xkbcomp/Makefile:1.2 src/external/mit/xorg/tools/xkbcomp/Makefile:1.3
--- src/external/mit/xorg/tools/xkbcomp/Makefile:1.2	Tue Feb  3 05:08:39 2009
+++ src/external/mit/xorg/tools/xkbcomp/Makefile	Sat Aug 22 01:03:31 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2009/02/03 05:08:39 dbj Exp $
+#	$NetBSD: Makefile,v 1.3 2009/08/22 01:03:31 mrg Exp $
 
 NOMAN=		1
 
@@ -33,7 +33,8 @@
 		-I${X11SRCDIR.X11}/src/xkb \
 		-I${X11SRCDIR.xkbfile}/include/X11/extensions \
 		-I${X11SRCDIR.${HOSTPROG}} \
-		-DDFLT_XKB_CONFIG_ROOT=\${X11LIBDIR}/xkb\ -DXKB
+		-DDFLT_XKB_CONFIG_ROOT=\${X11LIBDIR}/xkb\ -DXKB \
+		-DHAVE_STRCASECMP -DHAVE_STRDUP
 
 
 .include ${NETBSDSRCDIR}/external/mit/xorg/tools/makekeys/Makefile.makekeys