CVS commit: [netbsd-5] src/external/mit/xorg/bin/xterm

2009-09-27 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Sep 28 02:02:50 UTC 2009

Modified Files:
src/external/mit/xorg/bin/xterm [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1034):
external/mit/xorg/bin/xterm/Makefile: revision 1.4
Update for new xterm.


To generate a diff of this commit:
cvs rdiff -u -r1.2.4.1 -r1.2.4.2 src/external/mit/xorg/bin/xterm/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.2.4.1 src/external/mit/xorg/bin/xterm/Makefile:1.2.4.2
--- src/external/mit/xorg/bin/xterm/Makefile:1.2.4.1	Mon Apr 20 23:20:57 2009
+++ src/external/mit/xorg/bin/xterm/Makefile	Mon Sep 28 02:02:50 2009
@@ -1,13 +1,13 @@
-#	$NetBSD: Makefile,v 1.2.4.1 2009/04/20 23:20:57 snj Exp $
+#	$NetBSD: Makefile,v 1.2.4.2 2009/09/28 02:02:50 snj Exp $
 
 .include bsd.own.mk
 
 PROG=	xterm
 SRCS=	button.c charproc.c charsets.c cursor.c data.c doublechr.c \
-	fontutils.c input.c menu.c misc.c print.c ptydata.c screen.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
+	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
 
 CPPFLAGS+=	-I${X11SRCDIR.${PROG}} \
 		-I${DESTDIR}${X11INCDIR}/freetype2 \



CVS commit: [netbsd-5] src/external/mit/xorg/bin/xterm

2009-04-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 20 23:20:57 UTC 2009

Modified Files:
src/external/mit/xorg/bin/xterm [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by christos in ticket #711):
external/mit/xorg/bin/xterm/Makefile: revision 1.3
turn on PASTE64 to handle large cut-n-paste buffers like the old xterm did.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/external/mit/xorg/bin/xterm/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.2 src/external/mit/xorg/bin/xterm/Makefile:1.2.4.1
--- src/external/mit/xorg/bin/xterm/Makefile:1.2	Tue Oct 14 23:37:19 2008
+++ src/external/mit/xorg/bin/xterm/Makefile	Mon Apr 20 23:20:57 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
+#	$NetBSD: Makefile,v 1.2.4.1 2009/04/20 23:20:57 snj Exp $
 
 .include bsd.own.mk
 
@@ -12,7 +12,7 @@
 CPPFLAGS+=	-I${X11SRCDIR.${PROG}} \
 		-I${DESTDIR}${X11INCDIR}/freetype2 \
 		-DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS \
-		-DXRENDERFONT -DXFREE86_FT2 \
+		-DXRENDERFONT -DXFREE86_FT2 -DOPT_PASTE64 \
 		-DPROJECTROOT=${X11ROOTDIR}
 
 CPPFLAGS.main.c=-DUTMP -DUSE_TTY_GROUP ${X11FLAGS.VERSION}