| Summary: | irc/ircproxy: updates to 1.3.8, changes MASTERSITES | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Chris Hutchinson <portmaster> | ||||||
| Component: | Individual Port(s) | Assignee: | Gleb Popov <arrowd> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Some People | CC: | arrowd | ||||||
| Priority: | --- | Keywords: | easy, patch | ||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
19 CFLAGS+= -I${LOCALBASE}/include
20 LDFLAGS+= -L${LOCALBASE}/lib
This is exactly what USES=localbase:ldflags do, so you can get rid of it.
I'm a bit worried about the license change. Are you sure you can do that? I'm not a lawyer at all.
Created attachment 248864 [details] patch against irc/ircproxy > 19 CFLAGS+= -I${LOCALBASE}/include > 20 LDFLAGS+= -L${LOCALBASE}/lib > This is exactly what USES=localbase:ldflags do, so you can get rid of it. Yep. Sure is. Sorry I missed that. > I'm a bit worried about the license change. Are you sure you can do that? I'm not a lawyer at all. I'm not a lawyer either. But I come from a family of them. Which helps. :) I only changed it as all the headers I encountered, were Lesser. I grepped them now, and found a couple that weren't. So I reverted it. This patch should scratch your itches. ) Thanks! --Chris A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3720279f222d61b7db0353069befcd84bd070db commit d3720279f222d61b7db0353069befcd84bd070db Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2024-03-02 13:44:58 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-02 13:50:02 +0000 irc/ircproxy: Update to 1.3.8 PR: 277387 irc/ircproxy/Makefile | 29 +++++++++++++---------------- irc/ircproxy/distinfo | 5 +++-- 2 files changed, 16 insertions(+), 18 deletions(-) |
Created attachment 248821 [details] updates irc/ircproxy to 1.3.8, changes MASTERSITES