From owner-svn-ports-head@freebsd.org Tue Feb 7 13:48:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3838FCD5259; Tue, 7 Feb 2017 13:48:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB0D2FD0; Tue, 7 Feb 2017 13:48:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v17DmAvM088859; Tue, 7 Feb 2017 13:48:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v17DmArk088858; Tue, 7 Feb 2017 13:48:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702071348.v17DmArk088858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 Feb 2017 13:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433551 - head/security/i2pd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2017 13:48:11 -0000 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 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 - -.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 +.include