summaryrefslogtreecommitdiff
path: root/irc/irssi/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-08-20 09:19:45 +0200
committerDaniel Engberg <diizzy@FreeBSD.org>2022-08-20 09:32:11 +0200
commitab22566cfdf3becc9a5569e519a3ecab1449a755 (patch)
tree8297286aebccba8bdae77718631d251a3525ef2c /irc/irssi/Makefile
parentjapanese/font-hackgen{,-nf}: update to 2.7.0. (diff)
irc/irssi: Backport buildfix for Capsicum in -CURRENT
After base 000321bab7be and base e4c36b7aa952 with CAPSICUM enabled build fails to find nvlist_create() . Backport upstream commit 7baefc3315e9dc11c8a3a787a3b6c6888c2b590a to fix this issue PR: 265397 Reported by: vishwin Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Tested by: kp
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r--irc/irssi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index d0e3f497ee8e..14519f884394 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -4,6 +4,9 @@ PORTEPOCH= 2
CATEGORIES?= irc
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
+PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES= 7baefc3315e9dc11c8a3a787a3b6c6888c2b590a.patch:-p1
+
MAINTAINER= dor.bsd@xm0.uk
COMMENT= Modular IRC client with many features