Created attachment 158001 [details] clamfs
testing@work
Test-builds on 10.1a: works. On 9.3a and 8.4i: fails with C++ issues. Build-logs @ http://people.freebsd.org/~pi/logs/security__clamfs-*
CC submitter
Created attachment 171495 [details] The security/clamfs port in shar format Hello, Mageirias Anastasios, Kurt Jaeger and Martin Wilke. (In reply to comment #2) > On 9.3a and 8.4i: fails with C++ issues. I fixed issue for FreeBSD 9.3, including following changes: - Add "Created by" line, assigned to submitter name and email address - Remove ${PORTSDIR} value(s) from *_DEPENDS, because this is not required in current ports - Move devel/boost-libs from LIB_DEPENDS to BUILD_DEPENDS - Move devel/rlog from BUILD_DEPENDS to LIB_DEPENDS - Remove ${PREFIX} value(s) from PLIST_FILES - Add "-I${LOCALBASE}/include/boost/tr1" to CPPFLAGS, which fixes build on FreeBSD 9.3 - Add DOCS option for installation of doc/clamfs.xml file - Change location of clamd socket in doc/clamfs.xml file for suggested FreeBSD value - Remove files directory with patches
Created attachment 171496 [details] The poudriere testport log (FreeBSD 9.3 amd64)
Created attachment 171498 [details] The poudriere testport log (FreeBSD 10.2 i386)
testbuilds@work
Committed, with small patch for current.
A commit references this bug: Author: pi Date: Fri Jun 17 06:36:04 UTC 2016 New revision: 416997 URL: https://svnweb.freebsd.org/changeset/ports/416997 Log: New port: security/clamfs ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon Features - User-space file system - Configuration stored in XML files - FUSE used as file system back-end - Scan files using ClamAV - ScanCache speeds up file access - Sends mail to administrator when detect virus WWW: http://clamfs.sourceforge.net/ PR: 201063 Submitted by: Mageirias Anastasios <anastmag@gmail.com>, lightside@gmx.com Changes: head/security/Makefile head/security/clamfs/ head/security/clamfs/Makefile head/security/clamfs/distinfo head/security/clamfs/files/ head/security/clamfs/files/patch-src_scancache.cxx head/security/clamfs/pkg-descr head/security/clamfs/pkg-message