summaryrefslogtreecommitdiff
path: root/irc/irssi/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-06-15 10:41:56 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-06-15 10:41:56 +0000
commite743026ba8717b81c3cbe1648c64e1997f1565f0 (patch)
treef1c89b06108e4e0a772e249e9f427a18aad59721 /irc/irssi/Makefile
parentUpdate graphics/kcolorpicker to latest upstream release (diff)
irc/irssi: fix utf8proc support
Port was not using utf8proc since it didn't look for it in localbase. While here: * Add USE_LDCONFIG * Remove post-patch target since it has no effect PR: 247185 Submitted by: yuripv@ Reviewed by: dor.bsd@xm0.uk (maintainer)
Notes
Notes: svn path=/head/; revision=538869
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r--irc/irssi/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 9776efd8c541..9ab316dafd5d 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -2,6 +2,7 @@
PORTNAME= irssi
PORTVERSION= 1.2.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES?= irc
MASTER_SITES= https://github.com/irssi/irssi/releases/download/${PORTVERSION}/
@@ -12,8 +13,9 @@ COMMENT= Modular IRC client with many features
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= autoreconf cpe gettext-runtime gmake gnome libtool ncurses \
- pkgconfig tar:xz
+USES= autoreconf cpe gettext-runtime gmake gnome libtool localbase \
+ ncurses pkgconfig tar:xz
+USE_LDCONFIG= yes
USE_GNOME= glib20
GNU_CONFIGURE= yes
@@ -45,6 +47,7 @@ TRUECOLOR_DESC= Truecolor (24bit) support
TRUECOLOR_CONFIGURE_ENABLE= true-color
UTF8PROC_DESC= utf8proc support
UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc
+UTF8PROC_CONFIGURE_ENABLE= utf8proc
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --disable-ssl
@@ -52,10 +55,6 @@ CONFIGURE_ARGS+= --disable-ssl
USES+= ssl
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e 's|/etc|${PREFIX}&|' \
- ${WRKSRC}/docs/irssi.1
-
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/irssi/modules
@${MV} ${STAGEDIR}${PREFIX}/etc/irssi.conf \