diff options
Diffstat (limited to 'app-text/gmanedit/files')
-rw-r--r-- | app-text/gmanedit/files/digest-gmanedit-0.3.3-r2 | 1 | ||||
-rw-r--r-- | app-text/gmanedit/files/digest-gmanedit-0.3.3-r3 | 1 | ||||
-rw-r--r-- | app-text/gmanedit/files/gmanedit-0.3.3-xterm.patch | 29 |
3 files changed, 0 insertions, 31 deletions
diff --git a/app-text/gmanedit/files/digest-gmanedit-0.3.3-r2 b/app-text/gmanedit/files/digest-gmanedit-0.3.3-r2 deleted file mode 100644 index 63e33d30a72b..000000000000 --- a/app-text/gmanedit/files/digest-gmanedit-0.3.3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 57c01c39d928f28644552e2b6491e390 gmanedit-0.3.3.tar.bz2 333208 diff --git a/app-text/gmanedit/files/digest-gmanedit-0.3.3-r3 b/app-text/gmanedit/files/digest-gmanedit-0.3.3-r3 deleted file mode 100644 index 63e33d30a72b..000000000000 --- a/app-text/gmanedit/files/digest-gmanedit-0.3.3-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 57c01c39d928f28644552e2b6491e390 gmanedit-0.3.3.tar.bz2 333208 diff --git a/app-text/gmanedit/files/gmanedit-0.3.3-xterm.patch b/app-text/gmanedit/files/gmanedit-0.3.3-xterm.patch deleted file mode 100644 index e23f93501655..000000000000 --- a/app-text/gmanedit/files/gmanedit-0.3.3-xterm.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- gmanedit-0.3.3.orig/src/callbacks.c 2000-09-06 04:46:47.000000000 -0700 -+++ gmanedit-0.3.3.orig/src/callbacks.c 2003-04-17 00:35:10.000000000 -0700 -@@ -821,13 +821,14 @@ - - if (datos==NULL) - { -- strcpy(command,"xterm -e man -l "); -+ // forget "xterm -e man -l", it doesn't work -+ strcpy(command,"xterm -e man "); - strcat(command,temp); - } - else - { - strcpy(command,datos); -- strcat(command," -l "); -+ strcat(command," "); - strcat(command,temp); - } - -@@ -851,6 +852,9 @@ - - if (bytes_written>0) - ejecuta(command); -+ // calling unlink here, without a pause, would cause the preview -+ //window to open, then close immediately -+ sleep(2); - unlink(temp); - } - |