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

Collapse All | Expand All

(-)b/security/pecl-mcrypt/Makefile (+5 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	mcrypt
3
PORTNAME=	mcrypt
4
PORTVERSION=	1.0.3
4
PORTVERSION=	1.0.3
5
PORTREVISION=	1
5
CATEGORIES=	security pear
6
CATEGORIES=	security pear
6
7
7
MAINTAINER=	pizzamig@FreeBSD.org
8
MAINTAINER=	pizzamig@FreeBSD.org
Lines 14-17 LIB_DEPENDS= libltdl.so:devel/libltdl \ Link Here
14
15
15
USES=	php:pecl
16
USES=	php:pecl
16
17
18
post-patch:
19
	${REINPLACE_CMD} -e 's/RETURN_FALSE$$/RETURN_FALSE;/g' ${WRKSRC}/mcrypt.c
20
	${REINPLACE_CMD} -e 's/RETURN_TRUE$$/RETURN_TRUE;/g' ${WRKSRC}/mcrypt.c
21
17
.include <bsd.port.mk>
22
.include <bsd.port.mk>

Return to bug 250531