Module Name:    src
Committed By:   mrg
Date:           Fri May 31 21:40:29 UTC 2013

Modified Files:
        src/external/mit/xorg/bin/xterm: Makefile
        src/external/mit/xorg/bin/xterm/resize: Makefile

Log Message:
add new version.c for xterm 293.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/xorg/bin/xterm/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xterm/resize/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/xterm/Makefile
diff -u src/external/mit/xorg/bin/xterm/Makefile:1.10 src/external/mit/xorg/bin/xterm/Makefile:1.11
--- src/external/mit/xorg/bin/xterm/Makefile:1.10	Thu May 30 23:42:19 2013
+++ src/external/mit/xorg/bin/xterm/Makefile	Fri May 31 21:40:29 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2013/05/30 23:42:19 mrg Exp $
+#	$NetBSD: Makefile,v 1.11 2013/05/31 21:40:29 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@ SRCS=	button.c charproc.c charsets.c cur
 	fontutils.c input.c linedata.c menu.c misc.c print.c ptydata.c \
 	screen.c scrollback.c scrollbar.c tabs.c util.c xstrings.c \
 	TekPrsTbl.c Tekproc.c VTPrsTbl.c main.c charclass.c precompose.c \
-	wcwidth.c xutf8.c cachedGCs.c xtermcap.c
+	wcwidth.c xutf8.c cachedGCs.c xtermcap.c version.c
 
 CPPFLAGS+=	-I${X11SRCDIR.${PROG}} \
 		-I${X11SRCDIR.${PROG}}/../include \

Index: src/external/mit/xorg/bin/xterm/resize/Makefile
diff -u src/external/mit/xorg/bin/xterm/resize/Makefile:1.3 src/external/mit/xorg/bin/xterm/resize/Makefile:1.4
--- src/external/mit/xorg/bin/xterm/resize/Makefile:1.3	Sun May 15 21:35:58 2011
+++ src/external/mit/xorg/bin/xterm/resize/Makefile	Fri May 31 21:40:29 2013
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.3 2011/05/15 21:35:58 christos Exp $
+#	$NetBSD: Makefile,v 1.4 2013/05/31 21:40:29 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=	resize
-SRCS=	resize.c xstrings.c
+SRCS=	resize.c xstrings.c version.c
 
 CPPFLAGS+=-I${X11SRCDIR.xterm}
 CPPFLAGS+=-DHAVE_TERMCAP_H

Reply via email to