From owner-svn-ports-all@freebsd.org Sat Mar 3 23:13:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60085F44DA6; Sat, 3 Mar 2018 23:13:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1302A7BF6F; Sat, 3 Mar 2018 23:13:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BD3551F4; Sat, 3 Mar 2018 23:13:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23NDQEI018236; Sat, 3 Mar 2018 23:13:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23NDQrD018234; Sat, 3 Mar 2018 23:13:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803032313.w23NDQrD018234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Mar 2018 23:13:26 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q1/security/clamfs: . files X-SVN-Commit-Revision: 463541 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 23:13:27 -0000 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 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 +-#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