diff options
author | ale <ale@FreeBSD.org> | 2004-12-15 09:57:27 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-12-15 09:57:27 +0000 |
commit | 3563a58a433ebc056c3acf36c9a3aa0f08ca2064 (patch) | |
tree | 8163ad4ea95eb93251c9c1dcbf945b57ee4b2285 /security/clamav-devel | |
parent | 492f33d1e291debb225af0707808fe493350e3fb (diff) | |
download | FreeBSD-ports-3563a58a433ebc056c3acf36c9a3aa0f08ca2064.zip FreeBSD-ports-3563a58a433ebc056c3acf36c9a3aa0f08ca2064.tar.gz |
Update to 20041213 snapshot.
Approved by: maintainer
Diffstat (limited to 'security/clamav-devel')
-rw-r--r-- | security/clamav-devel/Makefile | 3 | ||||
-rw-r--r-- | security/clamav-devel/distinfo | 4 | ||||
-rw-r--r-- | security/clamav-devel/files/patch-configure.in | 33 |
3 files changed, 15 insertions, 25 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 4593db6..6968520 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 20041201 +PORTVERSION= 20041213 CATEGORIES= security MASTER_SITES= http://www.clamav.net/snapshot/ PKGNAMESUFFIX= -devel @@ -42,6 +42,7 @@ PORTDOCS= NEWS ChangeLog html CONFIGURE_ARGS= --with-dbdir=${DATADIR} \ --with-zlib=/usr \ + --disable-zlib-vcheck \ --disable-clamuko \ --disable-clamav \ --enable-bigstack \ diff --git a/security/clamav-devel/distinfo b/security/clamav-devel/distinfo index ac78f37..2ef6f1f 100644 --- a/security/clamav-devel/distinfo +++ b/security/clamav-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (clamav-devel-20041201.tar.gz) = f9484c4691acb051a11eca47f9fda00d -SIZE (clamav-devel-20041201.tar.gz) = 1449608 +MD5 (clamav-devel-20041213.tar.gz) = bbd6194cbbc0bd71341e5ecffa5486b7 +SIZE (clamav-devel-20041213.tar.gz) = 1476871 diff --git a/security/clamav-devel/files/patch-configure.in b/security/clamav-devel/files/patch-configure.in index 344e68e..b5a9fbe 100644 --- a/security/clamav-devel/files/patch-configure.in +++ b/security/clamav-devel/files/patch-configure.in @@ -1,26 +1,15 @@ ---- configure.in.orig Tue Nov 30 16:56:25 2004 -+++ configure.in Fri Dec 3 09:47:19 2004 -@@ -97,6 +97,10 @@ - then - AC_MSG_ERROR(Please install zlib and zlib-devel packages) - else -+ case "$target_os" in -+ freebsd*) -+ ;; -+ *) - vuln=`grep "ZLIB_VERSION \"1.2.0" $ZLIB_HOME/include/zlib.h` - if test -z "$vuln"; then - vuln=`grep "ZLIB_VERSION \"1.2.1" $ZLIB_HOME/include/zlib.h` -@@ -105,6 +109,8 @@ - if test -n "$vuln"; then - AC_MSG_ERROR(Installed zlib version contains a security bug. Please install version 1.2.2 or later.) - fi -+ ;; -+ esac +--- configure.in.orig Tue Dec 7 23:46:18 2004 ++++ configure.in Mon Dec 13 23:09:50 2004 +@@ -38,7 +38,7 @@ + AC_DEFINE(FILEBUFF, 8192, [file i/o buffer size]) - if test "$ZLIB_HOME" != "/usr"; then - LDFLAGS="$LDFLAGS -L$ZLIB_HOME/lib" -@@ -343,9 +349,6 @@ + AC_HEADER_STDC +-AC_CHECK_HEADERS(stdint.h unistd.h sys/int_types.h dlfcn.h inttypes.h sys/inttypes.h memory.h ndir.h stdlib.h strings.h string.h sys/mman.h sys/param.h sys/stat.h sys/types.h malloc.h poll.h regex.h limits.h sys/filio.h uio.h) ++AC_CHECK_HEADERS(stdint.h unistd.h sys/int_types.h dlfcn.h inttypes.h sys/inttypes.h memory.h ndir.h stdlib.h strings.h string.h sys/mman.h sys/param.h sys/stat.h sys/types.h malloc.h poll.h regex.h limits.h sys/filio.h sys/uio.h) + AC_CHECK_HEADER(syslog.h,AC_DEFINE(USE_SYSLOG,1,[use syslog]),) + + AC_TYPE_OFF_T +@@ -360,9 +360,6 @@ ;; freebsd*) if test "$have_pthreads" = "yes"; then |