mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add dependency to OpenSSL.
This commit is contained in:
parent
34e82e90bd
commit
25070dfbf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80049
5 changed files with 28 additions and 1 deletions
|
@ -62,6 +62,13 @@ HTDOCS= anoncvs bugs changes faq feedback index install-admin-mb \
|
|||
install-testing install-upgrade install mailing-list man \
|
||||
notes os overview questions readme sieve-protocol sieve specs
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
|
||||
.if !defined(WITH_OPENSSL_BASE)
|
||||
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \
|
||||
${WRKSRC}/tools/mkimap
|
||||
|
@ -110,4 +117,4 @@ post-install:
|
|||
@PKG_PREFIX=${PREFIX} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -112,6 +112,11 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSD
|
|||
RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
|
||||
#.if !defined(WITH_OPENSSL_BASE)
|
||||
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
||||
#.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_BDB_VER)
|
||||
@if ${LDCONFIG} -r | ${GREP} -qwE -e "-ldb(41|4)"; then \
|
||||
|
|
|
@ -137,6 +137,11 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSD
|
|||
RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
|
||||
.if !defined(WITH_OPENSSL_BASE)
|
||||
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_BDB_VER)
|
||||
@if ${LDCONFIG} -r | ${GREP} -qwE -e "-ldb(41|4)"; then \
|
||||
|
|
|
@ -137,6 +137,11 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSD
|
|||
RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
|
||||
.if !defined(WITH_OPENSSL_BASE)
|
||||
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_BDB_VER)
|
||||
@if ${LDCONFIG} -r | ${GREP} -qwE -e "-ldb(41|4)"; then \
|
||||
|
|
|
@ -137,6 +137,11 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSD
|
|||
RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
|
||||
.if !defined(WITH_OPENSSL_BASE)
|
||||
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_BDB_VER)
|
||||
@if ${LDCONFIG} -r | ${GREP} -qwE -e "-ldb(41|4)"; then \
|
||||
|
|
Loading…
Add table
Reference in a new issue