diff options
Diffstat (limited to 'office/texlive/patches')
3 files changed, 0 insertions, 63 deletions
diff --git a/office/texlive/patches/fix-xaw3d-linkage-in-xdvik.diff b/office/texlive/patches/fix-xaw3d-linkage-in-xdvik.diff deleted file mode 100644 index d7297334e8..0000000000 --- a/office/texlive/patches/fix-xaw3d-linkage-in-xdvik.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -Nur texlive-20140525-source.orig/texk/xdvik/events.c texlive-20140525-source/texk/xdvik/events.c ---- texlive-20140525-source.orig/texk/xdvik/events.c 2014-04-14 03:35:50.000000000 -0500 -+++ texlive-20140525-source/texk/xdvik/events.c 2014-06-15 13:18:40.762860567 -0500 -@@ -5306,7 +5306,7 @@ - } - - if (actp->proc == Act_wheel) { --# if XAW -+# if !MOTIF - if (globals.widgets.y_bar != NULL) - XtCallCallbacks(globals.widgets.y_bar, XtNscrollProc, - cast_int_to_XtPointer(dist)); -@@ -5317,7 +5317,7 @@ - # endif /* MOTIF */ - } - else { /* Act_hwheel */ --# if XAW -+# if !MOTIF - if (globals.widgets.x_bar != NULL) - XtCallCallbacks(globals.widgets.x_bar, XtNscrollProc, - cast_int_to_XtPointer(dist)); diff --git a/office/texlive/patches/source-fixup_texmf-local_tree_in_texmf_cnf.diff b/office/texlive/patches/source-fixup_texmf-local_tree_in_texmf_cnf.diff deleted file mode 100644 index 0dd2427361..0000000000 --- a/office/texlive/patches/source-fixup_texmf-local_tree_in_texmf_cnf.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -Nur texlive-20140525-source.orig/texk/kpathsea/texmf.cnf texlive-20140525-source/texk/kpathsea/texmf.cnf ---- texlive-20140525-source.orig/texk/kpathsea/texmf.cnf 2014-04-22 16:07:54.000000000 -0500 -+++ texlive-20140525-source/texk/kpathsea/texmf.cnf 2014-06-15 11:42:32.949359812 -0500 -@@ -51,7 +51,7 @@ - % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. - % Kpathsea sets SELFAUTOLOC (the directory with the binary), - % SELFAUTODIR (its parent), and SELFAUTOPARENT (its grandparent). --TEXMFROOT = $SELFAUTOPARENT -+TEXMFROOT = $SELFAUTODIR/share - - % The main tree of distributed packages and programs: - TEXMFDIST = $TEXMFROOT/texmf-dist -@@ -61,7 +61,7 @@ - TEXMFMAIN = $TEXMFDIST - - % Local additions to the distribution trees. --TEXMFLOCAL = $SELFAUTOGRANDPARENT/texmf-local -+TEXMFLOCAL = $TEXMFROOT/texmf-local - - % TEXMFSYSVAR, where *-sys store cached runtime data. - TEXMFSYSVAR = $TEXMFROOT/texmf-var diff --git a/office/texlive/patches/texmf-fixup_texmf-local_tree_in_texmf_cnf.diff b/office/texlive/patches/texmf-fixup_texmf-local_tree_in_texmf_cnf.diff deleted file mode 100644 index 7b44f5c0a6..0000000000 --- a/office/texlive/patches/texmf-fixup_texmf-local_tree_in_texmf_cnf.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -Nur texlive-20140525-texmf.orig/texmf-dist/web2c/texmf.cnf texlive-20140525-texmf/texmf-dist/web2c/texmf.cnf ---- texlive-20140525-texmf.orig/texmf-dist/web2c/texmf.cnf 2014-04-22 16:07:54.000000000 -0500 -+++ texlive-20140525-texmf/texmf-dist/web2c/texmf.cnf 2014-06-15 11:42:32.949359812 -0500 -@@ -51,7 +51,7 @@ - % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. - % Kpathsea sets SELFAUTOLOC (the directory with the binary), - % SELFAUTODIR (its parent), and SELFAUTOPARENT (its grandparent). --TEXMFROOT = $SELFAUTOPARENT -+TEXMFROOT = $SELFAUTODIR/share - - % The main tree of distributed packages and programs: - TEXMFDIST = $TEXMFROOT/texmf-dist -@@ -61,7 +61,7 @@ - TEXMFMAIN = $TEXMFDIST - - % Local additions to the distribution trees. --TEXMFLOCAL = $SELFAUTOGRANDPARENT/texmf-local -+TEXMFLOCAL = $TEXMFROOT/texmf-local - - % TEXMFSYSVAR, where *-sys store cached runtime data. - TEXMFSYSVAR = $TEXMFROOT/texmf-var |