OpenSDE Packages Database (without history before r20070)
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.

35 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gnupth/head-1-usage.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- pth-2.0.2/configure~ 2004-09-12 14:45:17.000000000 +0200
  17. +++ pth-2.0.2/configure 2004-11-08 16:06:06.452927152 +0100
  18. @@ -21974,7 +21974,7 @@
  19. -e '/,[ ]*$/N' \
  20. -e 's/,[ ]*\n[ ]*/, /' \
  21. -e 'tjoin' |\
  22. -egrep "[^a-zA-Z0-9_]accept[ ]*\\($gpat\\)" | head -1 |\
  23. +egrep "[^a-zA-Z0-9_]accept[ ]*\\($gpat\\)" | head -n1 |\
  24. sed -e "s/.*[^a-zA-Z0-9_]accept[ ]*($spat).*/\\1/" \
  25. -e 's/(\*[a-zA-Z_][a-zA-Z_0-9]*)/(*)/' \
  26. -e 's/^[ ]*//' -e 's/[ ]*$//' \
  27. @@ -22101,7 +22101,7 @@
  28. -e '/,[ ]*$/N' \
  29. -e 's/,[ ]*\n[ ]*/, /' \
  30. -e 'tjoin' |\
  31. -egrep "[^a-zA-Z0-9_]poll[ ]*\\($gpat\\)" | head -1 |\
  32. +egrep "[^a-zA-Z0-9_]poll[ ]*\\($gpat\\)" | head -n1 |\
  33. sed -e "s/.*[^a-zA-Z0-9_]poll[ ]*($spat).*/\\1/" \
  34. -e 's/(\*[a-zA-Z_][a-zA-Z_0-9]*)/(*)/' \
  35. -e 's/^[ ]*//' -e 's/[ ]*$//' \