Page MenuHomeFreeBSD

sysutils/tmux: Update to 3.6
ClosedPublic

Authored by yasu on Wed, Nov 26, 10:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 19, 6:32 AM
Unknown Object (File)
Tue, Dec 16, 9:05 PM
Unknown Object (File)
Tue, Dec 16, 9:30 AM
Unknown Object (File)
Mon, Dec 15, 10:18 AM
Unknown Object (File)
Sun, Dec 14, 7:34 PM
Unknown Object (File)
Sun, Dec 14, 8:04 AM
Unknown Object (File)
Tue, Dec 9, 12:35 AM
Unknown Object (File)
Thu, Dec 4, 2:07 AM

Details

Summary

While here,

  • Pet portclippy.
  • Tidy up Makefile with portfmt.

ChangeLog: https://github.com/tmux/tmux/blob/3.6/CHANGES

Test Plan

Build succeeds with poudriere and 14.3-RELEASE amd64 jail.

Diff Detail

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

Event Timeline

yasu requested review of this revision.Wed, Nov 26, 10:35 AM
yasu created this revision.

Replase files/patch-server-fn.c with the patch from upstream.

yasu edited reviewers, added: jrm; removed: mat.Thu, Nov 27, 9:08 PM

Change reviewer to new maintainer.

vsasjason_gmail.com added inline comments.
sysutils/tmux/files/patch-server-fn.c
2–25

There's no need to copy the patch itself. Please see section 5.4.8 of Porter's Handbook [0] for reference.

@vsasjason_gmail.com I know it but there is reason I don't use. When the source of patch is GitHub, content of the file sometimes changes with unknown reason and it causes checksum error. So I intentionally include patch file in ports tree.

@vsasjason_gmail.com I know it but there is reason I don't use. When the source of patch is GitHub, content of the file sometimes changes with unknown reason and it causes checksum error. So I intentionally include patch file in ports tree.

Are you sure it's the case for GitHub? I know it happens kinda often on BitBucket since they include git version in footer, but GitHub doesn't do that. I believe patch will never change unless repository history would be rewritten which would change commit hash (and then link to commit will change). But I'd say it would be even better to fail from our side then, to catch the fact of history rewrite.

Are you sure it's the case for GitHub? I know it happens kinda often on BitBucket since they include git version in footer, but GitHub doesn't do that. I believe patch will never change unless repository history would be rewritten which would change commit hash (and then link to commit will change). But I'd say it would be even better to fail from our side then, to catch the fact of history rewrite.

I don't agree with you. Why is it better for us to be bothered by the reason that is out of our control?

This revision was not accepted when it landed; it landed in state Needs Review.Sat, Nov 29, 2:54 PM
Closed by commit R11:304e31bb5a7e: sysutils/tmux: Update to 3.6 (authored by yasu, committed by jrm). · Explain Why
This revision was automatically updated to reflect the committed changes.