diff options
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/files/joe-3.7-ftyperc.patch | 43 | ||||
-rw-r--r-- | app-editors/joe/files/joe-3.7-sanitise-includes.patch | 36 | ||||
-rw-r--r-- | app-editors/joe/files/joe-3.7-segfault-fix.patch | 17 |
3 files changed, 0 insertions, 96 deletions
diff --git a/app-editors/joe/files/joe-3.7-ftyperc.patch b/app-editors/joe/files/joe-3.7-ftyperc.patch deleted file mode 100644 index e570d6b1864f..000000000000 --- a/app-editors/joe/files/joe-3.7-ftyperc.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- rc/ftyperc 2008-10-31 01:42:29.000000000 +0000 -+++ rc/ftyperc.gentoo 2013-04-05 15:04:49.000000000 +0100 -@@ -753,3 +753,40 @@ - *jpicorc.in - -syntax joerc - -+ Gentoo files -+*.ebuild -+-autoindent -+-syntax sh -+-pound_comment -+-text_delimiters do=done:if=elif=else=fi:case=esac -+-smarthome -+-smartbacks -+-indentc 9 -+-istep 1 -+-tab 4 -+ -+*.eclass -+-autoindent -+-syntax sh -+-pound_comment -+-text_delimiters do=done:if=elif=else=fi:case=esac -+-smarthome -+-smartbacks -+-indentc 9 -+-istep 1 -+-tab 4 -+ -+*/etc/portage/* -+-syntax conf -+ -+*/make.conf -+-syntax sh -+ -+*/etc/conf.d/* -+-syntax conf -+ -+*/etc/env.d/* -+-syntax conf -+ -+*/usr/portage/profiles/* -+-syntax conf diff --git a/app-editors/joe/files/joe-3.7-sanitise-includes.patch b/app-editors/joe/files/joe-3.7-sanitise-includes.patch deleted file mode 100644 index 0d60cdb41e18..000000000000 --- a/app-editors/joe/files/joe-3.7-sanitise-includes.patch +++ /dev/null @@ -1,36 +0,0 @@ -injecting random paths breaks random on Prefix platforms - ---- configure.ac -+++ configure.ac -@@ -23,14 +23,6 @@ - AC_PROG_INSTALL - AC_PROG_LN_S - --case "$host" in -- *-*-solaris*) -- CPPFLAGS="$CPPFLAGS -I/usr/local/include" -- LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib" -- ;; -- *) ;; --esac -- - search_libs="$search_libs m" - - # Checks for libraries. ---- configure -+++ configure -@@ -4071,14 +4071,6 @@ - fi - - --case "$host" in -- *-*-solaris*) -- CPPFLAGS="$CPPFLAGS -I/usr/local/include" -- LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib" -- ;; -- *) ;; --esac -- - search_libs="$search_libs m" - - # Checks for libraries. diff --git a/app-editors/joe/files/joe-3.7-segfault-fix.patch b/app-editors/joe/files/joe-3.7-segfault-fix.patch deleted file mode 100644 index 38efac2e30c4..000000000000 --- a/app-editors/joe/files/joe-3.7-segfault-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: main.c -=================================================================== -RCS file: /cvsroot/joe-editor/joe-current/main/main.c,v -retrieving revision 1.5 -retrieving revision 1.6 -diff -u -r1.5 -r1.6 ---- main.c 27 Oct 2008 01:57:13 -0000 1.5 -+++ main.c 23 Nov 2008 21:32:15 -0000 1.6 -@@ -431,7 +431,7 @@ - b->orphan = 1; - b->oldcur = pdup(b->bof, USTR "main"); - pline(b->oldcur, get_file_pos(b->name)); -- p_goto_bol(bw->cursor); -+ p_goto_bol(b->oldcur); - line = b->oldcur->line - (maint->h - 1) / 2; - if (line < 0) - line = 0; |