Skip to content

Commit

Permalink
security/i2pd: add lowest boost-libs version required
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Eugene Grosbein authored and Eugene Grosbein committed Sep 17, 2021
1 parent 3b937ad commit e094a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/i2pd/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit e094a06

Please sign in to comment.