Advertisement
jsp

patch without errors

jsp
Feb 8th, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. root@jsp:/usr/ports/dns/dnsdist-devel # make clean
  2. ===> Cleaning for dnsdist-devel-1.9.0.r1
  3. root@jsp:/usr/ports/dns/dnsdist-devel # make extract
  4. ===> License GPLv2 ISCL MIT accepted by the user
  5. ===> dnsdist-devel-1.9.0.r1 depends on file: /usr/local/sbin/pkg - found
  6. ===> Fetching all distfiles required by dnsdist-devel-1.9.0.r1 for building
  7. ===> Extracting for dnsdist-devel-1.9.0.r1
  8. => SHA256 Checksum OK for dnsdist-1.9.0-rc1.tar.bz2.
  9. root@jsp:/usr/ports/dns/dnsdist-devel # cd work/dnsdist-1.9.0-rc1/
  10. root@jsp:/usr/ports/dns/dnsdist-devel/work/dnsdist-1.9.0-rc1 # fetch https://github.com/PowerDNS/pdns/files/14213901/13771-for-dist.diff.txt
  11. 13771-for-dist.diff.txt 3357 B 24 MBps 00s
  12. root@jsp:/usr/ports/dns/dnsdist-devel/work/dnsdist-1.9.0-rc1 # patch -p1 < 13771-for-dist.diff.txt
  13. Hmm... Looks like a unified diff to me...
  14. The text leading up to this was:
  15. --------------------------
  16. |diff --git a/ext/luawrapper/include/LuaContext.hpp b/ext/luawrapper/include/LuaContext.hpp
  17. |index ad6c86e556fe..655375e7c9d6 100644
  18. |--- a/ext/luawrapper/include/LuaContext.hpp
  19. |+++ b/ext/luawrapper/include/LuaContext.hpp
  20. --------------------------
  21. Patching file ext/luawrapper/include/LuaContext.hpp using Plan A...
  22. Hunk #1 succeeded at 1643.
  23. Hunk #2 succeeded at 2293.
  24. Hunk #3 succeeded at 2337.
  25. Hmm... The next patch looks like a unified diff to me...
  26. The text leading up to this was:
  27. --------------------------
  28. |diff --git a/dnsdist-lua-bindings.cc b/pdns/dnsdist-lua-bindings.cc
  29. |index 69638e23ec3a..e1854a280ede 100644
  30. |--- a/dnsdist-lua-bindings.cc
  31. |+++ b/dnsdist-lua-bindings.cc
  32. --------------------------
  33. Patching file dnsdist-lua-bindings.cc using Plan A...
  34. Hunk #1 succeeded at 78.
  35. Hunk #2 succeeded at 86.
  36. Hmm... The next patch looks like a unified diff to me...
  37. The text leading up to this was:
  38. --------------------------
  39. |diff --git a/dnsdist-lua.cc b/dnsdist-lua.cc
  40. |index 50112a3730b0..1094be77a542 100644
  41. |--- a/dnsdist-lua.cc
  42. |+++ b/dnsdist-lua.cc
  43. --------------------------
  44. Patching file dnsdist-lua.cc using Plan A...
  45. Hunk #1 succeeded at 2230.
  46. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement