From 0f6186d0db9dd8c1484e9cc3f5d331a15c59bb7c Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sun, 23 Sep 2001 11:00:36 +0000 Subject: Use the "xterm-color" termcap entry rather than "Eterm" (missing from termcap), and revert the default color scheme to the plain old "white on black". Submitted by: kris --- x11/eterm/Makefile | 1 + x11/eterm/files/patch-Eterm:theme.cfg.in | 20 ++++++++++++++++++++ x11/eterm/files/patch-auto:theme.cfg.in | 11 +++++++++++ 3 files changed, 32 insertions(+) create mode 100644 x11/eterm/files/patch-Eterm:theme.cfg.in create mode 100644 x11/eterm/files/patch-auto:theme.cfg.in (limited to 'x11/eterm') diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 08687c2b581c..182979cd3353 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= eterm PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.eterm.org/download/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/x11/eterm/files/patch-Eterm:theme.cfg.in b/x11/eterm/files/patch-Eterm:theme.cfg.in new file mode 100644 index 000000000000..3a8d97ac0b46 --- /dev/null +++ b/x11/eterm/files/patch-Eterm:theme.cfg.in @@ -0,0 +1,20 @@ +--- themes/Eterm/theme.cfg.in.orig Wed Jul 4 00:53:52 2001 ++++ themes/Eterm/theme.cfg.in Sat Sep 22 16:15:24 2001 +@@ -16,7 +16,7 @@ + begin color + + # Foreground, background, cursor, scrollbar, pointer colors +- foreground #aaaaaa ++ foreground #ffffff + background black + cursor #ffff00 + cursor_text #880000 +@@ -401,7 +401,7 @@ + # line_space 2 + + # Value to use for $TERM +- term_name Eterm ++ term_name xterm-color + + # Program to exec (intended for use with themes) + # exec foo diff --git a/x11/eterm/files/patch-auto:theme.cfg.in b/x11/eterm/files/patch-auto:theme.cfg.in new file mode 100644 index 000000000000..ffff2c0f143e --- /dev/null +++ b/x11/eterm/files/patch-auto:theme.cfg.in @@ -0,0 +1,11 @@ +--- themes/auto/theme.cfg.in.orig Sat Sep 22 16:17:07 2001 ++++ themes/auto/theme.cfg.in Sat Sep 22 16:16:09 2001 +@@ -1,7 +1,7 @@ + + + begin color +- foreground #aaaaaa ++ foreground #ffffff + background black + cursor #ffff00 + cursor_text #880000 -- cgit v1.2.3