View | Details | Raw Unified | Return to bug 247185 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +5 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	irssi
3
PORTNAME=	irssi
4
PORTVERSION=	1.2.2
4
PORTVERSION=	1.2.2
5
PORTREVISION=	1
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES?=	irc
7
CATEGORIES?=	irc
7
MASTER_SITES=	https://github.com/irssi/irssi/releases/download/${PORTVERSION}/
8
MASTER_SITES=	https://github.com/irssi/irssi/releases/download/${PORTVERSION}/
Lines 12-19 Link Here
12
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
15
USES=		autoreconf cpe gettext-runtime gmake gnome libtool ncurses \
16
USES=		autoreconf cpe gettext-runtime gmake gnome libtool localbase \
16
		pkgconfig tar:xz
17
		ncurses pkgconfig tar:xz
18
USE_LDCONFIG=	yes
17
USE_GNOME=	glib20
19
USE_GNOME=	glib20
18
20
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
Lines 45-50 Link Here
45
TRUECOLOR_CONFIGURE_ENABLE=	true-color
47
TRUECOLOR_CONFIGURE_ENABLE=	true-color
46
UTF8PROC_DESC=	utf8proc support
48
UTF8PROC_DESC=	utf8proc support
47
UTF8PROC_LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc
49
UTF8PROC_LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc
50
UTF8PROC_CONFIGURE_ENABLE=	utf8proc
48
51
49
.if defined(WITHOUT_SSL)
52
.if defined(WITHOUT_SSL)
50
CONFIGURE_ARGS+=	--disable-ssl
53
CONFIGURE_ARGS+=	--disable-ssl
Lines 52-61 Link Here
52
USES+=		ssl
55
USES+=		ssl
53
.endif
56
.endif
54
57
55
post-patch:
56
	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e 's|/etc|${PREFIX}&|' \
57
		${WRKSRC}/docs/irssi.1
58
59
post-install:
58
post-install:
60
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/irssi/modules
59
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/irssi/modules
61
	@${MV} ${STAGEDIR}${PREFIX}/etc/irssi.conf \
60
	@${MV} ${STAGEDIR}${PREFIX}/etc/irssi.conf \

Return to bug 247185