Any code for calling an external helper for PAM was removed in 6.03,
therefore replace pam_helper by unix-selfauth-helper that's called by
pam_exec.so
Also fix line length in USES.
Differential D35348
x11/xscreensaver: Update to 6.04 zirias on May 30 2022, 8:43 AM. Authored by Tags None Referenced Files
Details
Any code for calling an external helper for PAM was removed in 6.03, Also fix line length in USES.
Diff Detail
Event TimelineComment Actions Add run dep on p5-LWP-Protocol-https The new "mapscroller" hack needs LWP::Protocol::https. Comment Actions Please submit this as two patches, one dependent on the other.
Comment Actions Or document the minor cosmetic change. (This change may be minor enough to commit it as is.) Comment Actions Seriously, I think it would be pretty ridiculous to make one single line break an extra commit. But I'll happily mention it in the commit message of course ;) So far, this isn't ready to land anyways cause I'm still waiting for an EN fixing a bug in pam_exec for 13.x-RELEASE... Comment Actions Your commit log message might read, Update to 6.0.5. Any code for calling an external helper for PAM was removed in 6.03, Minor formatting adjustments. You don't need to articulate each adjustment. You need to mention that adjustments outside of the primary change will be made.
Comment Actions That, of course, totally makes sense and I'll keep it in mind in case I'll be able to commit it, we will see. Nothing against separating formatting changes into separate commits of course, I practice that myself, I just think it's a bit over-the-top for one simple added linebreak ;) Comment Actions Back in the CVS days we the guidance regarding ports commits was loose. People tended to patches into commits because CVS was difficult to use. When we switched to SVN the guidance was to batch patches into larger commit packages. The reason for this was that each commit caused significant repo bloat. Now that we use GIT the bloat problem is no more. Additionally, committing to a repo is cheap and pushing multiple commits is easy. I altered my approach to commits when I got my src commit bit. In src they tended to break down commits into functional and cosmetic changes, making it easier to follow along when reading history. Many ports committers have adopted this same strategy. I've noticed that since we cut from SVN to GIT that more people comment negatively about "jumbo" commits than in the past. It's my impression that ports approach is becoming more like that of src in this regard. This would be my advice. Now that you are a committer, I trust that your mentor (tcbrener) will guide you through the process. As such, the patch looks good. Work with tcbrener@ to commit it. When you commit this the commit log should say reviewed by those who have accepted the revision and approved by your mentor. tcbrener@ will guide you through this too. Have fun. ;) |