1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- The port builds is no longer BROKEN with libressl

Submitted by:	Christian Sturm <reezer@reezer.org>
This commit is contained in:
Dmitry Marakasov 2017-02-07 13:48:09 +00:00
parent d11e9a6cb1
commit d056b6c3bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433551

View File

@ -40,12 +40,6 @@ UPNP_DESC= Include support for UPnP client
UPNP_CMAKE_BOOL= WITH_UPNP UPNP_CMAKE_BOOL= WITH_UPNP
UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mlibressl*}
BROKEN= does not build with LibreSSL (boost libressl compatibility problems)
.endif
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
@ -60,4 +54,4 @@ do-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/configuration.md ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/docs/configuration.md ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.post.mk> .include <bsd.port.mk>