Page MenuHomeFreeBSD

Extract do-patch into a separate script.
ClosedPublic

Authored by mat on Jan 3 2017, 2:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 22, 6:46 PM
Unknown Object (File)
Wed, Jan 22, 3:48 PM
Unknown Object (File)
Sat, Jan 18, 9:10 AM
Unknown Object (File)
Jan 2 2025, 1:40 PM
Unknown Object (File)
Dec 25 2024, 7:26 PM
Unknown Object (File)
Dec 25 2024, 7:21 PM
Unknown Object (File)
Dec 25 2024, 4:10 AM
Unknown Object (File)
Dec 7 2024, 9:12 PM
Subscribers

Details

Reviewers
None
Group Reviewers
portmgr
Commits
rP431680: Extract do-patch into a separate script.
Summary

Implement EXTRA_PATCH_TREE. (idea from the PR)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mat retitled this revision from to Extract do-patch into a separate script. Implement EXTRA_PATCH_TREE. (idea from the PR).
mat updated this object.
mat edited the test plan for this revision. (Show Details)
mat added a reviewer: portmgr.
mat added subscribers: bapt, julian.

this is obviously part of a bigger change, so I can't comment on that part but the part about the EXTRA_PATCH_TREE looks like it should work.
I don't see why one would have a compressed patch file but handling it shouldn't hurt. (except by hiding bugs through added complexity.)

mat retitled this revision from Extract do-patch into a separate script. Implement EXTRA_PATCH_TREE. (idea from the PR) to Extract do-patch into a separate script..
mat updated this object.
  • Fixup EXTRA_PATCHES missing the :-pX argument.
  • Implement EXTRA_PATCH_TREE. (idea from the PR)
  • Remove PATCH_WRKSRC from PATCH_ARGS.
  • Don't go through apply_one_patch for local files.
  • Use the framework correctly.
  • "Fix" ports using PATCH_ARGS to patch things manually (???)
This revision was automatically updated to reflect the committed changes.