diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eterm/Makefile | 1 | ||||
-rw-r--r-- | x11/eterm/files/patch-Eterm:theme.cfg.in | 20 | ||||
-rw-r--r-- | x11/eterm/files/patch-auto:theme.cfg.in | 11 |
3 files changed, 32 insertions, 0 deletions
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 @@ + <Eterm-0.9.1> + + begin color +- foreground #aaaaaa ++ foreground #ffffff + background black + cursor #ffff00 + cursor_text #880000 |