+++ /dev/null
---- 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
+++ /dev/null
-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.
+++ /dev/null
-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;