svn commit: r433551 - head/security/i2pd

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 7 13:48:11 UTC 2017


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 at 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>


More information about the svn-ports-all mailing list