Index: branches/2018Q1/security/clamfs/Makefile =================================================================== --- branches/2018Q1/security/clamfs/Makefile (revision 463540) +++ branches/2018Q1/security/clamfs/Makefile (revision 463541) @@ -1,43 +1,39 @@ # Created by: Mageirias Anastasios # $FreeBSD$ PORTNAME= clamfs PORTVERSION= 1.0.1 PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF MAINTAINER= anastasios@mageirias.com 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 BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs RUN_DEPENDS= clamd:security/clamav GNU_CONFIGURE= yes -USES= fuse - -CPPFLAGS+= -I${LOCALBASE}/include/boost/tr1 +USES= compiler:c++11-lib fuse PLIST_FILES= bin/clamfs \ man/man1/clamfs.1.gz OPTIONS_DEFINE= DOCS DOCS_PORTDOCS= * post-patch-DOCS-on: @${REINPLACE_CMD} -e '/socket=/s/ctl/sock/' \ ${WRKSRC}/doc/clamfs.xml post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/clamfs.xml ${STAGEDIR}${DOCSDIR} .include Index: branches/2018Q1/security/clamfs/files/patch-src_config.hxx =================================================================== --- branches/2018Q1/security/clamfs/files/patch-src_config.hxx (nonexistent) +++ branches/2018Q1/security/clamfs/files/patch-src_config.hxx (revision 463541) @@ -0,0 +1,23 @@ +--- src/config.hxx.orig 2009-11-29 19:19:33 UTC ++++ src/config.hxx +@@ -30,7 +30,7 @@ + #include "config.h" + + #include +-#include ++#include + #include + + #ifdef DMALLOC +@@ -45,11 +45,6 @@ namespace clamfs { + \brief STanDard namespace + */ + using namespace std; +- +-/*!\namespace tr1 +- \brief ISO/IEC TR 19768 namespace +-*/ +-using namespace tr1; + + /*!\namespace ost + \brief GNU CommonC++ namespace Property changes on: branches/2018Q1/security/clamfs/files/patch-src_config.hxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q1 =================================================================== --- branches/2018Q1 (revision 463540) +++ branches/2018Q1 (revision 463541) Property changes on: branches/2018Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r463540