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

Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 37-49 Link Here
37
		man/man8/poundctl.8.gz
37
		man/man8/poundctl.8.gz
38
PORTDOCS=	README FAQ CHANGELOG
38
PORTDOCS=	README FAQ CHANGELOG
39
39
40
OPTIONS_DEFINE=	DOCS PCRE
40
OPTIONS_DEFINE=	DOCS DSAPARAM PCRE
41
OPTIONS_DEFAULT=PCRE
41
OPTIONS_DEFAULT=PCRE
42
DSAPARAM_DESC=	Generate DH parameters without using "safe" primes
42
43
43
PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
44
PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
44
PCRE_USES=	localbase
45
PCRE_USES=	localbase
45
PCRE_CONFIGURE_ENABLE=	pcreposix
46
PCRE_CONFIGURE_ENABLE=	pcreposix
46
47
48
post-patch-DSAPARAM-on:
49
	@${REINPLACE_CMD} -e '/openssl dhparam/s,-5,-dsaparam,' \
50
		${WRKSRC}/Makefile.in
51
47
post-install:
52
post-install:
48
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.cfg \
53
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.cfg \
49
		${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg.sample
54
		${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg.sample

Return to bug 243724