Summary: | irc/irssi-xmpp: Fix build with irssi 1.4 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Thibault Jouan <tj+freebsd_ports> | ||||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | diizzy, fernape | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Thibault Jouan
2022-08-02 11:12:14 UTC
^Triage: [tags] in issue Titles are deprecated. Thanks! Committed, Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=079567cc48874444ea2cad0b91b00040e7a1ddc9 commit 079567cc48874444ea2cad0b91b00040e7a1ddc9 Author: Thibault Jouan <tj+freebsd_ports@a13.fr> AuthorDate: 2022-08-04 06:08:46 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-08-05 05:31:25 +0000 irc/irssi-xmpp: Fix build with irssi 1.4 PR: 265571 Reported by: tj+freebsd_ports@a13.fr irc/irssi-xmpp/Makefile | 21 +++++++++++++++------ irc/irssi-xmpp/distinfo | 10 +++++++--- .../patch-src_fe-common_xmpp-completion.c (new) | 17 +++++++++++++++++ 3 files changed, 39 insertions(+), 9 deletions(-) Nice work! Please use full hashes for patch files as they go directly into distfiles directory to avoid name clashes What's the origin of patch-src_fe-common_xmpp-completion.c ? Created attachment 235717 [details] irc/irssi-xmpp: Improve patches with full hashes Thanks for the commit and the feedback. This new patch changes the commit hashes for patch files, full instead of shortened. I saw this in another port and thought it was a good idea to avoid long lines with the comments. I moved comments on a separate line but can also remove them if preferred. > What's the origin of patch-src_fe-common_xmpp-completion.c ? The first patch mentioned in this comment: https://github.com/cdidier/irssi-xmpp/issues/56#issue-1271790399 (the second one is already covered by one of the `PATCHFILES' fetched from GitHub) I added a line in the patch file to mention the "source". Thanks, I'll do the additional commit. |