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.

54 lines
2.3 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/daja77/pth/head-tail.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 -dur pth-2.0.2/aclocal.m4 pth-2.0.2-p/aclocal.m4
  20. --- pth-2.0.2/aclocal.m4 2004-07-13 12:48:12.000000000 +0200
  21. +++ pth-2.0.2-p/aclocal.m4 2004-11-04 19:29:34.597239720 +0100
  22. @@ -672,7 +672,7 @@
  23. -e '/,[ ]*$/N' \
  24. -e 's/,[ ]*\n[ ]*/, /' \
  25. -e 'tjoin' |\
  26. -egrep "[^a-zA-Z0-9_]$2[ ]*\\($gpat\\)" | head -1 |\
  27. +egrep "[^a-zA-Z0-9_]$2[ ]*\\($gpat\\)" | head -n1 |\
  28. sed -e "s/.*[^a-zA-Z0-9_]$2[ ]*($spat).*/\\1/" \
  29. -e 's/(\*[a-zA-Z_][a-zA-Z_0-9]*)/(*)/' \
  30. -e 's/^[ ]*//' -e 's/[ ]*$//' \
  31. Nur in pth-2.0.2-p/: aclocal.m4~.
  32. diff -dur pth-2.0.2/configure pth-2.0.2-p/configure
  33. --- pth-2.0.2/configure 2004-09-12 14:45:17.000000000 +0200
  34. +++ pth-2.0.2-p/configure 2004-11-04 19:29:24.156826904 +0100
  35. @@ -21974,7 +21974,7 @@
  36. -e '/,[ ]*$/N' \
  37. -e 's/,[ ]*\n[ ]*/, /' \
  38. -e 'tjoin' |\
  39. -egrep "[^a-zA-Z0-9_]accept[ ]*\\($gpat\\)" | head -1 |\
  40. +egrep "[^a-zA-Z0-9_]accept[ ]*\\($gpat\\)" | head -n1 |\
  41. sed -e "s/.*[^a-zA-Z0-9_]accept[ ]*($spat).*/\\1/" \
  42. -e 's/(\*[a-zA-Z_][a-zA-Z_0-9]*)/(*)/' \
  43. -e 's/^[ ]*//' -e 's/[ ]*$//' \
  44. @@ -22101,7 +22101,7 @@
  45. -e '/,[ ]*$/N' \
  46. -e 's/,[ ]*\n[ ]*/, /' \
  47. -e 'tjoin' |\
  48. -egrep "[^a-zA-Z0-9_]poll[ ]*\\($gpat\\)" | head -1 |\
  49. +egrep "[^a-zA-Z0-9_]poll[ ]*\\($gpat\\)" | head -n1 |\
  50. sed -e "s/.*[^a-zA-Z0-9_]poll[ ]*($spat).*/\\1/" \
  51. -e 's/(\*[a-zA-Z_][a-zA-Z_0-9]*)/(*)/' \
  52. -e 's/^[ ]*//' -e 's/[ ]*$//' \
  53. Nur in pth-2.0.2-p/: configure~.