git: e094a06a8c68 - main - security/i2pd: add lowest boost-libs version required
Eugene Grosbein
eugen at FreeBSD.org
Fri Sep 17 18:02:37 UTC 2021
The branch main has been updated by eugen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e094a06a8c68000fd731a74837a17bf2104a0b3f
commit e094a06a8c68000fd731a74837a17bf2104a0b3f
Author: Eugene Grosbein <eugen at FreeBSD.org>
AuthorDate: 2021-09-17 17:47:54 +0000
Commit: Eugene Grosbein <eugen at 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
More information about the dev-commits-ports-all
mailing list