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.

62 lines
2.5 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 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. diff -ur tetex-src-2.0.2/Makefile.in tetex-src-2.0.2-fixed/Makefile.in
  23. --- tetex-src-2.0.2/Makefile.in 2003-05-08 09:56:20.030430704 +0200
  24. +++ tetex-src-2.0.2-fixed/Makefile.in 2003-05-08 09:48:43.000000000 +0200
  25. @@ -44,7 +44,7 @@
  26. kpsewhich mag makeindex mf mf-nowin mft mfw mpost mpto newer \
  27. odvicopy odvips odvitype omega omfonts otangle otp2ocp outocp oxdvi.bin \
  28. patgen pdfetex pdftex pfb2pfa pk2bm pktogf pktype pltotf pooltype ps2pk \
  29. - readlink tangle tcdialog tex tftopl tie ttf2afm vftovp vptovf \
  30. + tangle tcdialog tex tftopl tie ttf2afm vftovp vptovf \
  31. weave xdvi.bin
  32. # Subdirectories that have makefiles
  33. --- tetex-src-2.0.2/texk/kpathsea/Makefile.in 2003-02-15 18:21:42.000000000 +0100
  34. +++ tetex-src-2.0.2-fixed/texk/kpathsea/Makefile.in 2003-05-08 11:12:25.569363288 +0200
  35. @@ -38,7 +38,7 @@
  36. .c.lo:
  37. $(KPATHSEA_CC) $< $(ALL_CFLAGS)
  38. -default all: kpsewhich kpsestat access readlink $(library).info manfiles
  39. +default all: kpsewhich kpsestat access $(library).info manfiles
  40. kpsewhich: $(kpathsea) kpsewhich.o
  41. $(kpathsea_link) kpsewhich.o $(LOADLIBES)
  42. @@ -184,7 +184,6 @@
  43. $(INSTALL_LIBTOOL_PROG) $(bindir) kpsewhich
  44. $(INSTALL_PROGRAM) kpsestat $(bindir)
  45. $(INSTALL_PROGRAM) access $(bindir)
  46. - $(INSTALL_PROGRAM) readlink $(bindir)
  47. uninstall-exec:
  48. rm -f $(bindir)/kpsewhich
  49. @@ -265,7 +264,7 @@
  50. rm -f paths.h texmf.cnf texmf.sed stamp-paths
  51. # The manual pages
  52. -manfiles = access.1 kpsestat.1 kpsewhich.1 readlink.1 \
  53. +manfiles = access.1 kpsestat.1 kpsewhich.1 \
  54. mktexlsr.1 mktexmf.1 mktextfm.1 mktexpk.1
  55. ac_include ../make/man.mk