mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.4 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/rene/tetex/2-no-readlink.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. diff -ur tetex-src-2.0.2/Makefile.in tetex-src-2.0.2-fixed/Makefile.in
  20. --- tetex-src-2.0.2/Makefile.in 2003-05-08 09:56:20.030430704 +0200
  21. +++ tetex-src-2.0.2-fixed/Makefile.in 2003-05-08 09:48:43.000000000 +0200
  22. @@ -44,7 +44,7 @@
  23. kpsewhich mag makeindex mf mf-nowin mft mfw mpost mpto newer \
  24. odvicopy odvips odvitype omega omfonts otangle otp2ocp outocp oxdvi.bin \
  25. patgen pdfetex pdftex pfb2pfa pk2bm pktogf pktype pltotf pooltype ps2pk \
  26. - readlink tangle tcdialog tex tftopl tie ttf2afm vftovp vptovf \
  27. + tangle tcdialog tex tftopl tie ttf2afm vftovp vptovf \
  28. weave xdvi.bin
  29. # Subdirectories that have makefiles
  30. --- tetex-src-2.0.2/texk/kpathsea/Makefile.in 2003-02-15 18:21:42.000000000 +0100
  31. +++ tetex-src-2.0.2-fixed/texk/kpathsea/Makefile.in 2003-05-08 11:12:25.569363288 +0200
  32. @@ -38,7 +38,7 @@
  33. .c.lo:
  34. $(KPATHSEA_CC) $< $(ALL_CFLAGS)
  35. -default all: kpsewhich kpsestat access readlink $(library).info manfiles
  36. +default all: kpsewhich kpsestat access $(library).info manfiles
  37. kpsewhich: $(kpathsea) kpsewhich.o
  38. $(kpathsea_link) kpsewhich.o $(LOADLIBES)
  39. @@ -184,7 +184,6 @@
  40. $(INSTALL_LIBTOOL_PROG) $(bindir) kpsewhich
  41. $(INSTALL_PROGRAM) kpsestat $(bindir)
  42. $(INSTALL_PROGRAM) access $(bindir)
  43. - $(INSTALL_PROGRAM) readlink $(bindir)
  44. uninstall-exec:
  45. rm -f $(bindir)/kpsewhich
  46. @@ -265,7 +264,7 @@
  47. rm -f paths.h texmf.cnf texmf.sed stamp-paths
  48. # The manual pages
  49. -manfiles = access.1 kpsestat.1 kpsewhich.1 readlink.1 \
  50. +manfiles = access.1 kpsestat.1 kpsewhich.1 \
  51. mktexlsr.1 mktexmf.1 mktextfm.1 mktexpk.1
  52. ac_include ../make/man.mk