From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch | 15 +++++++++++++++ sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch | 12 ++++++++++++ sys-fs/clamfs/files/clamfs.confd | 1 + sys-fs/clamfs/files/clamfs.initd | 21 +++++++++++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch create mode 100644 sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch create mode 100644 sys-fs/clamfs/files/clamfs.confd create mode 100644 sys-fs/clamfs/files/clamfs.initd (limited to 'sys-fs/clamfs/files') diff --git a/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch b/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch new file mode 100644 index 000000000000..1f5f63a252f2 --- /dev/null +++ b/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch @@ -0,0 +1,15 @@ +Fix building with gcc 4.5 + +http://bugs.gentoo.org/show_bug.cgi?id=320107 + +--- src/scancache.cxx ++++ src/scancache.cxx +@@ -37,7 +37,7 @@ + } + + ScanCache::ScanCache(long int elements, long int expire): +- ExpireLRUCache::ExpireLRUCache(elements, expire) { ++ ExpireLRUCache(elements, expire) { + } + + ScanCache::~ScanCache() { diff --git a/sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch b/sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch new file mode 100644 index 000000000000..f5c02daca6d6 --- /dev/null +++ b/sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch @@ -0,0 +1,12 @@ +diff -Naur clamfs-1.0.1.orig/doc/clamfs.xml clamfs-1.0.1/doc/clamfs.xml +--- clamfs-1.0.1.orig/doc/clamfs.xml 2009-02-07 23:09:26.000000000 +0900 ++++ clamfs-1.0.1/doc/clamfs.xml 2010-01-08 18:19:13.000000000 +0900 +@@ -16,7 +16,7 @@ + check - (yes or no) check if clamd is available on startup (useful if + mounting clamfs file systems from /etc/fstab early on startup, + while clamav daemon is not yet started) --> +- ++ + +