diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:08:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:08:16 +0000 |
commit | 98eb11b2f0e873c1d18153e250f15cb2c32e1521 (patch) | |
tree | bb7ad747880e8b73ba67e7537e487c63a9b9aed7 /security/clamfs | |
parent | 374bede045bbf2b2db40c478d2e9ca6181ede75a (diff) |
Notes
Diffstat (limited to 'security/clamfs')
-rw-r--r-- | security/clamfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile index f87accc98bee..6ae33ff33257 100644 --- a/security/clamfs/Makefile +++ b/security/clamfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= clamfs PORTVERSION= 1.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF @@ -12,6 +12,8 @@ COMMENT= User-space fs with on-access antivirus scanning LICENSE= GPLv2 +BROKEN= fails to build with boost 1.65, see bug 220725 + LIB_DEPENDS= libccgnu2.so:devel/commoncpp \ libPocoNet.so:devel/poco-ssl \ librlog.so:devel/rlog |