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)
Sun, Apr 7, 6:24 AM
Unknown Object (File)
Sun, Apr 7, 1:07 AM
Unknown Object (File)
Sat, Apr 6, 10:01 PM
Unknown Object (File)
Mar 13 2024, 10:36 PM
Unknown Object (File)
Mar 13 2024, 10:36 PM
Unknown Object (File)
Mar 13 2024, 10:36 PM
Unknown Object (File)
Mar 13 2024, 10:36 PM
Unknown Object (File)
Mar 13 2024, 10:36 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

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6702
Build 6919: arc lint + arc unit

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.