Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/external/mit/xorg/bin/xterm Pull up following revision(s)...



details:   https://anonhg.NetBSD.org/src/rev/53fa2cd4a757
branches:  netbsd-9
changeset: 940256:53fa2cd4a757
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Oct 08 15:40:52 2020 +0000

description:
Pull up following revision(s) (requested by nia in ticket #1097):

        external/mit/xorg/bin/xterm/Makefile: revision 1.18

xterm: Enable SIXEL graphics support.

could also enable REGIS, it will require -lm and i suppose isn't
a default upstream yet(?)

test with "-ti vt340".

diffstat:

 external/mit/xorg/bin/xterm/Makefile |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r ac2a8b765b65 -r 53fa2cd4a757 external/mit/xorg/bin/xterm/Makefile
--- a/external/mit/xorg/bin/xterm/Makefile      Sun Oct 04 18:24:07 2020 +0000
+++ b/external/mit/xorg/bin/xterm/Makefile      Thu Oct 08 15:40:52 2020 +0000
@@ -1,16 +1,14 @@
-#      $NetBSD: Makefile,v 1.17 2018/05/09 08:39:55 mrg Exp $
+#      $NetBSD: Makefile,v 1.17.4.1 2020/10/08 15:40:52 martin Exp $
 
 .include <bsd.own.mk>
 
 PROG=  xterm
 SRCS=  button.c charproc.c charsets.c cursor.c data.c doublechr.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 version.c
-
-# graphics_regis.c graphics_sixel.c
-# xterm.appdata.xml
+       graphics.c graphics_sixel.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 \
+       version.c
 
 CPPFLAGS+=     -I. \
                -I${X11SRCDIR.${PROG}} \
@@ -19,6 +17,8 @@
                -I${DESTDIR}${X11INCDIR}/freetype2/freetype \
                -DPROJECTROOT=${X11ROOTDIR} \
                -DHAVE_CONFIG_H \
+               -DOPT_GRAPHICS \
+               -DOPT_SIXEL_GRAPHICS \
                -D_REENTRANT \
                ${X11FLAGS.VERSION}
 



Home | Main Index | Thread Index | Old Index