summaryrefslogtreecommitdiff
path: root/editors/lpe/files/patch-sgmlmode.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 09:33:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 09:33:54 +0000
commit4d34305a69677964af6498c03bc1df8c8bd0eca5 (patch)
tree159c18a041bdda0f9c3718efc741e7f3186b2f01 /editors/lpe/files/patch-sgmlmode.c
parentRemove unmaintained expired nvi related ports (diff)
Remove unmaintained expired ports from editors
2011-05-01 editors/MathPlanner: Upstream says project is canceled and no more distfiles can be found 2011-05-01 editors/bitmap: Upstream disapear and distfile is no more available 2011-05-01 editors/bitmap-emacs21: Upstream disapear and distfile is no more available 2011-05-01 editors/cle: Upstream disapear and distfile is no more available 2011-05-01 editors/dedit: Upstream disapear and distfile is no more available 2011-05-01 editors/em: Upstream disapear and distfile is no more available 2011-05-01 editors/leim21: Distfile is no more available 2011-05-01 editors/lpe: Upstream disapear and distfile is no more available 2011-05-01 editors/vilearn: Upstream disapear and distfile is no more available 2011-05-01 editors/xenon: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273467
Diffstat (limited to 'editors/lpe/files/patch-sgmlmode.c')
-rw-r--r--editors/lpe/files/patch-sgmlmode.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/lpe/files/patch-sgmlmode.c b/editors/lpe/files/patch-sgmlmode.c
deleted file mode 100644
index a276360f6c27..000000000000
--- a/editors/lpe/files/patch-sgmlmode.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modes/sgmlmode.c.orig Sun Dec 9 21:23:46 2001
-+++ src/modes/sgmlmode.c Sun Dec 9 21:24:16 2001
-@@ -71,7 +71,7 @@
- mode_util_set_slang_color("sgmlmode", "argument", COLOR_ARGUMENT, "blue", "black" );
- mode_util_set_slang_color("sgmlmode", "special", COLOR_SPECIAL, "brown", "black" );
- mode_util_set_slang_color("sgmlmode", "value", COLOR_VALUE, "brightblue", "black" );
-- mode_util_set_slang_color("sgmlmode", "slash_text", COLOR_SLASH_TEXT, "magneta", "black" );
-+ mode_util_set_slang_color("sgmlmode", "slash_text", COLOR_SLASH_TEXT, "magenta", "black" );
- mode_util_set_slang_color("sgmlmode", "symbol", COLOR_SYMBOL, COLOR_SYMBOL_FG, COLOR_SYMBOL_BG );
- mode_util_set_slang_color("sgmlmode", "brace", COLOR_BRACE, COLOR_BRACE_FG, COLOR_BRACE_BG );
- mode_util_set_slang_color("sgmlmode", "illegal", COLOR_ILLEGAL, COLOR_ILLEGAL_FG, COLOR_ILLEGAL_BG );