Bug 281683 - [NEW PORT] irc/senpai: an IRC client that works best with bouncers
Summary: [NEW PORT] irc/senpai: an IRC client that works best with bouncers
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-24 13:06 UTC by vnpower
Modified: 2024-09-25 13:17 UTC (History)
3 users (show)

See Also:


Attachments
Patch file generated with Git (4.04 KB, patch)
2024-09-24 13:06 UTC, vnpower
no flags Details | Diff
Regenerated patch with irc/Makefile (4.39 KB, patch)
2024-09-24 14:38 UTC, vnpower
no flags Details | Diff
Patch using Golang macro (4.37 KB, patch)
2024-09-25 13:17 UTC, vnpower
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vnpower 2024-09-24 13:06:37 UTC
Created attachment 253792 [details]
Patch file generated with Git
Comment 1 Alexander Vereeken freebsd_triage 2024-09-24 14:00:53 UTC
Hello, 

can you also add an entry to irc/Makefile?

Thank you.
Comment 2 vnpower 2024-09-24 14:38:48 UTC
Created attachment 253795 [details]
Regenerated patch with irc/Makefile
Comment 3 vnpower 2024-09-24 14:40:44 UTC
(In reply to Alexander Vereeken from comment #1)

Hello,

I have regenerated the patch as you required.
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2024-09-24 21:08:09 UTC
Wouldn't be a better idea to use https://docs.freebsd.org/en/books/porters-handbook/book/#using-go and drop gmake?
Comment 5 vnpower 2024-09-24 23:05:00 UTC
(In reply to Daniel Engberg from comment #4)

Hello,

It is true. At first I wanted to use gmake
because I thought it would be more convenient.

I will rewrite the patch when I got home.
Comment 6 vnpower 2024-09-25 13:17:03 UTC
Created attachment 253811 [details]
Patch using Golang macro

Rewrote the patch to USES=go