Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2018 23:13:26 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r463541 - in branches/2018Q1/security/clamfs: . files
Message-ID:  <201803032313.w23NDQrD018234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Mar  3 23:13:26 2018
New Revision: 463541
URL: https://svnweb.freebsd.org/changeset/ports/463541

Log:
  MFH: r463540
  
  security/clamfs: unbreak with boost 1.65
  
  PR:		220725
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
  Approved by:	maintainer timeout (7 months)
  Approved by:	ports-secteam blanket

Added:
  branches/2018Q1/security/clamfs/files/patch-src_config.hxx
     - copied unchanged from r463540, head/security/clamfs/files/patch-src_config.hxx
Modified:
  branches/2018Q1/security/clamfs/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/security/clamfs/Makefile
==============================================================================
--- branches/2018Q1/security/clamfs/Makefile	Sat Mar  3 23:12:06 2018	(r463540)
+++ branches/2018Q1/security/clamfs/Makefile	Sat Mar  3 23:13:26 2018	(r463541)
@@ -12,8 +12,6 @@ COMMENT=	User-space fs with on-access antivirus scanni
 
 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,9 +20,7 @@ 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

Copied: branches/2018Q1/security/clamfs/files/patch-src_config.hxx (from r463540, head/security/clamfs/files/patch-src_config.hxx)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q1/security/clamfs/files/patch-src_config.hxx	Sat Mar  3 23:13:26 2018	(r463541, copy of r463540, head/security/clamfs/files/patch-src_config.hxx)
@@ -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 <map>
+-#include <tr1/unordered_map>
++#include <unordered_map>
+ #include <cc++/xml.h>
+ 
+ #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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803032313.w23NDQrD018234>