View | Details | Raw Unified | Return to bug 70445
Collapse All | Expand All

(-)qterm/Makefile (-7 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	qterm
8
PORTNAME=	qterm
9
PORTVERSION=	0.3.6
9
PORTVERSION=	0.3.7
10
CATEGORIES=	chinese
10
CATEGORIES=	chinese
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 31-43 Link Here
31
			disable PYTHON scripts support."
31
			disable PYTHON scripts support."
32
32
33
post-patch:
33
post-patch:
34
	@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
35
		${WRKSRC}/qterm/qtermtelnet.cpp
36
	@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \
34
	@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \
37
		${WRKSRC}/configure
35
		${WRKSRC}/configure
38
.if ${OSVERSION} < 500000
39
	@${REINPLACE_CMD} -e 's,?"":,?QString::null:,' \
40
		${WRKSRC}/qterm/qtermconfig.cpp
41
.endif
42
36
43
.include <bsd.port.post.mk>
37
.include <bsd.port.post.mk>
(-)qterm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (qterm-0.3.6.tar.gz) = a378cd055abdcac951c95dc8b91f5bcb
1
MD5 (qterm-0.3.7.tar.gz) = c55408617076a14cfe9145c458cea1a7
2
SIZE (qterm-0.3.6.tar.gz) = 814118
2
SIZE (qterm-0.3.7.tar.gz) = 913873

Return to bug 70445