From owner-svn-ports-head@freebsd.org Sat Mar 3 23:12:06 2018 Return-Path: Delivered-To: svn-ports-head@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 E1432F44A34; Sat, 3 Mar 2018 23:12:06 +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 950177BD2F; Sat, 3 Mar 2018 23:12:06 +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 8FE9B51C5; Sat, 3 Mar 2018 23:12:06 +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 w23NC6Cl014798; Sat, 3 Mar 2018 23:12:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23NC6ZT014572; Sat, 3 Mar 2018 23:12:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803032312.w23NC6ZT014572@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:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463540 - in head/security/clamfs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/security/clamfs: . files X-SVN-Commit-Revision: 463540 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 23:12:07 -0000 Author: jbeich Date: Sat Mar 3 23:12:06 2018 New Revision: 463540 URL: https://svnweb.freebsd.org/changeset/ports/463540 Log: security/clamfs: unbreak with boost 1.65 PR: 220725 Submitted by: Walter Schwarzenfeld Approved by: maintainer timeout (7 months) Added: head/security/clamfs/files/patch-src_config.hxx (contents, props changed) Modified: head/security/clamfs/Makefile (contents, props changed) Modified: head/security/clamfs/Makefile ============================================================================== --- head/security/clamfs/Makefile Sat Mar 3 22:42:24 2018 (r463539) +++ head/security/clamfs/Makefile Sat Mar 3 23:12:06 2018 (r463540) @@ -12,10 +12,6 @@ COMMENT= User-space fs with on-access antivirus scanni LICENSE= GPLv2 -BROKEN= fails to build with boost 1.65, see bug 220725 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-03-19 - LIB_DEPENDS= libccgnu2.so:devel/commoncpp \ libPocoNet.so:devel/poco-ssl \ librlog.so:devel/rlog @@ -24,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 Added: head/security/clamfs/files/patch-src_config.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/clamfs/files/patch-src_config.hxx Sat Mar 3 23:12:06 2018 (r463540) @@ -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