diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-07-09 16:07:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-07-09 16:07:18 +0000 |
commit | 674716452894f5f1afe318a43c590b5482ba1ccf (patch) | |
tree | 0a468d82ea32ad8e00559bae522b810969f17892 /src | |
parent | Sync to 1.9 (skiidoo) (diff) | |
download | gentoo-674716452894f5f1afe318a43c590b5482ba1ccf.tar.gz gentoo-674716452894f5f1afe318a43c590b5482ba1ccf.tar.bz2 gentoo-674716452894f5f1afe318a43c590b5482ba1ccf.zip |
remove rejected patch and add one to not install scripts we handle ourselves
Diffstat (limited to 'src')
3 files changed, 21 insertions, 14 deletions
diff --git a/src/patchsets/texlive/2008/texlive-core/140_all_cpdevnull.patch b/src/patchsets/texlive/2008/texlive-core/140_all_cpdevnull.patch deleted file mode 100644 index 8829617a4d..0000000000 --- a/src/patchsets/texlive/2008/texlive-core/140_all_cpdevnull.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: texlive-core/texk/make/man.mk -=================================================================== ---- texlive-core.orig/texk/make/man.mk -+++ texlive-core/texk/make/man.mk -@@ -28,7 +28,7 @@ txt: $(manfiles:.1=.txt) - # Makefile can change for reasons that do not affect the man pages. - # At present, all but VERSION should be unused. - sedscript: -- cp /dev/null sedscript -+ echo > sedscript - for f in $(kpathsea_dir)/paths.h; do \ - sed -n -e '/^#define/s/#define[ ][ ]*\([A-Z_a-z][A-Z_a-z]*\)[ ][ ]*\(.*\)/s%@\1@%\2%/p' \ - $$f \ diff --git a/src/patchsets/texlive/2008/texlive-core/150_all_installedscripts.patch b/src/patchsets/texlive/2008/texlive-core/150_all_installedscripts.patch new file mode 100644 index 0000000000..74b91127a6 --- /dev/null +++ b/src/patchsets/texlive/2008/texlive-core/150_all_installedscripts.patch @@ -0,0 +1,20 @@ +Index: source/texk/texlive/Makefile.in +=================================================================== +--- source.orig/texk/texlive/Makefile.in ++++ source/texk/texlive/Makefile.in +@@ -14,7 +14,6 @@ LINKED_SCRIPTS = \ + texmf/scripts/a2ping/a2ping.pl \ + texmf/scripts/epstopdf/epstopdf.pl \ + texmf/scripts/pkfix/pkfix.pl \ +- texmf/scripts/ps2eps/ps2eps.pl \ + texmf/scripts/simpdftex/simpdftex \ + texmf/scripts/tetex/e2pall.pl \ + texmf/scripts/tetex/texdoctk.pl \ +@@ -24,7 +23,6 @@ LINKED_SCRIPTS = \ + texmf/scripts/texlive/tlmgr.pl \ + texmf-dist/scripts/bengali/ebong.py \ + texmf-dist/scripts/dviasm/dviasm.py \ +- texmf-dist/scripts/glossaries/makeglossaries \ + texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl \ + texmf-dist/scripts/oberdiek/pdfatfi.pl \ + texmf-dist/scripts/pdfcrop/pdfcrop.pl \ diff --git a/src/patchsets/texlive/2008/texlive-core/series b/src/patchsets/texlive/2008/texlive-core/series index 9e32971961..7ea42c8c05 100644 --- a/src/patchsets/texlive/2008/texlive-core/series +++ b/src/patchsets/texlive/2008/texlive-core/series @@ -1,3 +1,3 @@ 020_all_texlive-core-2007-libteckit-asneeded.patch 110_all_icu_CVE-2007-4770.patch -140_all_cpdevnull.patch +150_all_installedscripts.patch |