aboutsummaryrefslogtreecommitdiffstats
path: root/security/clamav-devel/files
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-08-09 01:09:11 +0800
committerleeym <leeym@FreeBSD.org>2003-08-09 01:09:11 +0800
commitf3064431f62f3d8f401fc9dd97d5819bc534c52e (patch)
tree63bcfd8343563cf48ee14dc76dbf46a3484c5125 /security/clamav-devel/files
parent4ad908a4f1064429329f17a43901edb3abab2ba8 (diff)
downloadfreebsd-ports-gnome-f3064431f62f3d8f401fc9dd97d5819bc534c52e.tar.gz
freebsd-ports-gnome-f3064431f62f3d8f401fc9dd97d5819bc534c52e.tar.zst
freebsd-ports-gnome-f3064431f62f3d8f401fc9dd97d5819bc534c52e.zip
The clamav-people do nightly snapshots now, hence the port must be updated
every day or snapshots have to be preserved elsewhere, this patch changes the master_sites to a mirror which keeps the clamav-devel package for a longer time. And while we're at it update to the latest snapshot. PR: 55294 Submitted by: Rob Evers <rob@debank.tv>
Diffstat (limited to 'security/clamav-devel/files')
-rw-r--r--security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h b/security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h
new file mode 100644
index 000000000000..e3560d8078b5
--- /dev/null
+++ b/security/clamav-devel/files/patch-libclamav::zziplib::zzip-conf.h
@@ -0,0 +1,13 @@
+--- libclamav/zziplib/zzip-conf.h.orig Mon Aug 4 06:25:30 2003
++++ libclamav/zziplib/zzip-conf.h Thu Aug 7 03:48:35 2003
+@@ -29,6 +29,10 @@
+ # endif
+ #endif
+
++# ifdef ZZIP_HAVE_SYS_TYPES_H
++# include <sys/types.h>
++# endif
++
+ /* especially win32 platforms do not declare off_t so far - see zzip-msvc.h */
+ #ifndef _zzip_off_t
+ #ifdef ZZIP_off_t