diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:08:16 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:36:10 +0800 |
commit | 94bd90f36549d420840511dc00f2f88964db5c40 (patch) | |
tree | 4b73312143a057a6912ac2801eea4ccff782de1f /security/clamfs | |
parent | 5bcb2bd45d8ba334a28882d24bd9706d6e2ac5b2 (diff) | |
download | freebsd-ports-gnome-94bd90f36549d420840511dc00f2f88964db5c40.tar.gz freebsd-ports-gnome-94bd90f36549d420840511dc00f2f88964db5c40.tar.zst freebsd-ports-gnome-94bd90f36549d420840511dc00f2f88964db5c40.zip |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
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 |