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.

109 lines
5.3 KiB

  1. --- ./texk/tetex/texconfig.orig 2005-03-05 22:06:53.256397056 +0100
  2. +++ ./texk/tetex/texconfig 2005-03-05 22:08:20.595119552 +0100
  3. @@ -629,7 +629,7 @@
  4. echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdfetex mktexpk dvips dvipdfm
  5. echo
  6. echo '=========================== active config files =========================='
  7. - echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort +1
  8. + echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort -k2
  9. echo
  10. echo '============================= font map files ============================='
  11. for m in psfonts.map pdftex.map ps2pk.map dvipdfm.map; do
  12. --- ./texk/web2c/etexdir/etex.mk.orig 2005-03-05 22:06:54.163259192 +0100
  13. +++ ./texk/web2c/etexdir/etex.mk 2005-03-05 22:08:29.016839256 +0100
  14. @@ -150,7 +150,7 @@
  15. # Distfiles ...
  16. @MAINT@triptrapdiffs: etexdir/etrip/etrip.diffs
  17. @MAINT@etexdir/etrip/etrip.diffs: etex
  18. -@MAINT@ $(MAKE) etrip | tail +1 >etexdir/etrip/etrip.diffs
  19. +@MAINT@ $(MAKE) etrip | tail -n +1 >etexdir/etrip/etrip.diffs
  20. # Dumps
  21. --- ./texk/web2c/Makefile.in.orig 2005-03-05 22:06:54.745170728 +0100
  22. +++ ./texk/web2c/Makefile.in 2005-03-05 22:08:44.040555304 +0100
  23. @@ -1016,14 +1016,14 @@
  24. @MAINT@
  25. @MAINT@triptrapdiffs: triptrap/trip.diffs triptrap/mftrap.diffs triptrap/mptrap.diffs
  26. @MAINT@triptrap/trip.diffs: tex
  27. -@MAINT@ $(MAKE) trip | tail +1 >triptrap/trip.diffs
  28. +@MAINT@ $(MAKE) trip | tail -n +1 >triptrap/trip.diffs
  29. @MAINT@triptrap/mftrap.diffs: mf
  30. -@MAINT@ $(MAKE) trap | tail +1 >triptrap/mftrap.diffs
  31. +@MAINT@ $(MAKE) trap | tail -n +1 >triptrap/mftrap.diffs
  32. @MAINT@triptrap/mptrap.diffs: mpost
  33. -@MAINT@ $(MAKE) mptrap | tail +1 >triptrap/mptrap.diffs
  34. +@MAINT@ $(MAKE) mptrap | tail -n +1 >triptrap/mptrap.diffs
  35. @MAINT@
  36. @MAINT@tests/check.log: $(programs) $(engines)
  37. -@MAINT@ $(MAKE) check | tail +1 >tests/check.log
  38. +@MAINT@ $(MAKE) check | tail -n +1 >tests/check.log
  39. @MAINT@
  40. @MAINT@dist_subdirs = doc lib mpware tests web2c window
  41. @MAINT@pre-dist-$(distname): depend triptrapdiffs tests/check.log tangleboot.p
  42. --- ./texk/xdvik/xdvizilla.orig 2005-03-05 22:06:55.166106736 +0100
  43. +++ ./texk/xdvik/xdvizilla 2005-03-05 22:08:52.999193384 +0100
  44. @@ -111,7 +111,7 @@
  45. [ -z "$dangerous" ] || do_abort "Tar file contains files with absolute paths or \`../' components,
  46. which may overwrite user files. Not unpacking it."
  47. ### also check for gzipped DVI files inside the archive ...
  48. - out="$TMP_DIR"/`tar tf "$TMP_FILE" | egrep '\.(dvi|dvi.gz|dvi.Z)$' | head -1`
  49. + out="$TMP_DIR"/`tar tf "$TMP_FILE" | egrep '\.(dvi|dvi.gz|dvi.Z)$' | head -n -1`
  50. if [ -z "$out" ]; then
  51. do_abort "Tar file does not contain a dvi file."
  52. else
  53. --- ./texk/libtool.m4.orig 2005-03-05 22:06:55.562046544 +0100
  54. +++ ./texk/libtool.m4 2005-03-05 22:09:21.778818216 +0100
  55. @@ -3360,7 +3360,7 @@
  56. lt_cv_file_magic_cmd='/usr/bin/file -L'
  57. case "$host_os" in
  58. rhapsody* | darwin1.[[012]])
  59. - lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
  60. + lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -n -1`
  61. ;;
  62. *) # Darwin 1.3 on
  63. lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
  64. --- ./texk/configure.orig 2005-03-05 22:06:55.564046240 +0100
  65. +++ ./texk/configure 2005-03-05 22:09:30.154544912 +0100
  66. @@ -2852,7 +2852,7 @@
  67. lt_cv_file_magic_cmd='/usr/bin/file -L'
  68. case "$host_os" in
  69. rhapsody* | darwin1.[012])
  70. - lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
  71. + lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -n -1`
  72. ;;
  73. *) # Darwin 1.3 on
  74. lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
  75. --- ./texk/kpathsea/configure.orig 2005-03-05 22:06:56.009978448 +0100
  76. +++ ./texk/kpathsea/configure 2005-03-05 22:09:36.920516328 +0100
  77. @@ -1831,7 +1831,7 @@
  78. lt_cv_file_magic_cmd='/usr/bin/file -L'
  79. case "$host_os" in
  80. rhapsody* | darwin1.[012])
  81. - lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
  82. + lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -n -1`
  83. ;;
  84. *) # Darwin 1.3 on
  85. lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
  86. --- ./texk/kpathsea/mktexpk.orig 2005-03-05 22:06:56.510902296 +0100
  87. +++ ./texk/kpathsea/mktexpk 2005-03-05 22:09:44.460370096 +0100
  88. @@ -145,7 +145,7 @@
  89. # rpplr (the original) or pplr0 (an interim step) or pplr8r (current).
  90. : ${PSMAPFILE=`kpsewhich --format=map psfonts.map ps2pk.map`}
  91. pattern="^$NAME"'([ ]|$)'
  92. - psline=`egrep "$pattern" $PSMAPFILE | tail -1`
  93. + psline=`egrep "$pattern" $PSMAPFILE | tail -n -1`
  94. if test -n "$psline"; then
  95. set x `echo "$psline" | sed 's%[<["]%%g'`
  96. shift; shift; shift;
  97. --- ./texk/kpathsea/Makefile.in.orig 2005-03-05 22:06:56.998828120 +0100
  98. +++ ./texk/kpathsea/Makefile.in 2005-03-05 22:09:54.853790056 +0100
  99. @@ -244,7 +244,7 @@
  100. ls -1 *.h \
  101. | grep -v '\(acconfig\|config\|kpathsea\|win32lib\)\.h' \
  102. | sed -e 's,^,#include <kpathsea/,' -e s',$$,>,' >>$@
  103. - touch -r `ls -1t *.h | tail +2 | head -1` $@
  104. + touch -r `ls -1t *.h | tail -n +2 | head -n -1` $@
  105. always:
  106. .PHONY: always