Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2021 18:02:37 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e094a06a8c68 - main - security/i2pd: add lowest boost-libs version required
Message-ID:  <202109171802.18HI2bGe075221@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e094a06a8c68000fd731a74837a17bf2104a0b3f

commit e094a06a8c68000fd731a74837a17bf2104a0b3f
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2021-09-17 17:47:54 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2021-09-17 18:02:22 +0000

    security/i2pd: add lowest boost-libs version required
    
    Build of i2pd-2.38.0 may break with obscure error unless
    devel/boost-libs updated to 1.72.0_5 at least.
    Make it complain with clear message instead in such case.
    
    This unbreaks build, so PORTREVISION not bumped.
---
 security/i2pd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile
index 130bbcab0880..40d79bd3543e 100644
--- a/security/i2pd/Makefile
+++ b/security/i2pd/Makefile
@@ -8,6 +8,7 @@ COMMENT=	C++ implementation of I2P client
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	boost-libs>=1.72.0_5:devel/boost-libs
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109171802.18HI2bGe075221>