Date: Tue, 7 Feb 2017 13:48:09 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433551 - head/security/i2pd Message-ID: <201702071348.v17DmArk088858@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 7 13:48:09 2017 New Revision: 433551 URL: https://svnweb.freebsd.org/changeset/ports/433551 Log: - The port builds is no longer BROKEN with libressl Submitted by: Christian Sturm <reezer@reezer.org> Modified: head/security/i2pd/Makefile Modified: head/security/i2pd/Makefile ============================================================================== --- head/security/i2pd/Makefile Tue Feb 7 13:39:59 2017 (r433550) +++ head/security/i2pd/Makefile Tue Feb 7 13:48:09 2017 (r433551) @@ -40,12 +40,6 @@ UPNP_DESC= Include support for UPnP cli UPNP_CMAKE_BOOL= WITH_UPNP 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: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${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}/docs/configuration.md ${STAGEDIR}${DOCSDIR}/ -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702071348.v17DmArk088858>