Index: Makefile =================================================================== --- Makefile (revision 460523) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= clamfs PORTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= SF @@ -12,8 +12,6 @@ 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 @@ -22,10 +20,8 @@ GNU_CONFIGURE= yes -USES= fuse +USES= compiler:c++11-lib fuse -CPPFLAGS+= -I${LOCALBASE}/include/boost/tr1 - PLIST_FILES= bin/clamfs \ man/man1/clamfs.1.gz Index: files/patch-src_config.hxx =================================================================== --- files/patch-src_config.hxx (nonexistent) +++ files/patch-src_config.hxx (working copy) @@ -0,0 +1,11 @@ +--- src/config.hxx.orig 2018-01-31 19:12:55 UTC ++++ src/config.hxx +@@ -49,7 +49,7 @@ using namespace std; + /*!\namespace tr1 + \brief ISO/IEC TR 19768 namespace + */ +-using namespace tr1; ++//using namespace tr1; + + /*!\namespace ost + \brief GNU CommonC++ namespace Property changes on: 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