ports/58274: [maintainer-update] security/clamav-devel
Rob Evers
rob at debank.tv
Mon Oct 20 12:20:19 UTC 2003
>Number: 58274
>Category: ports
>Synopsis: [maintainer-update] security/clamav-devel
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Oct 20 05:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Rob Evers
>Release: FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD haha.debank.tv 4.9-RC FreeBSD 4.9-RC #1: Fri Oct 3 12:53:39 CEST 2003 rob at haha.debank.tv:/usr/obj/usr/src/sys/HAHA i386
>Description:
update security/clamav-devel
Added LIB_DEPENDS libgmp (for signed virus signatures)
sigtool: receive digital signature from remote ClamAV Signing Service
>How-To-Repeat:
>Fix:
--- clamav-devel-patch begins here ---
diff -ruN clamav-devel.orig/Makefile clamav-devel/Makefile
--- clamav-devel.orig/Makefile Sun Oct 19 01:48:18 2003
+++ clamav-devel/Makefile Mon Oct 20 13:52:17 2003
@@ -6,7 +6,7 @@
#
PORTNAME= clamav
-PORTVERSION= 20031014
+PORTVERSION= 20031020
CATEGORIES= security
MASTER_SITES= http://clamav.sourceforge.net/snapshot/
PKGNAMESUFFIX= -devel
@@ -15,6 +15,7 @@
MAINTAINER= rob at debank.tv
COMMENT= Command line virus scanner written entirely in C
+LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \
unarj:${PORTSDIR}/archivers/unarj \
unrar:${PORTSDIR}/archivers/unrar \
@@ -32,7 +33,7 @@
CONFIGURE_ARGS= --with-dbdir=${DATADIR} \
--disable-clamav --enable-bigstack
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= ${PTHREAD_LIBS}
+LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1
diff -ruN clamav-devel.orig/distinfo clamav-devel/distinfo
--- clamav-devel.orig/distinfo Sun Oct 19 01:48:18 2003
+++ clamav-devel/distinfo Mon Oct 20 13:42:46 2003
@@ -1 +1 @@
-MD5 (clamav-devel-20031014.tar.gz) = 0e60671698c5171762f6ee61ad14c47f
+MD5 (clamav-devel-20031020.tar.gz) = 9ee6ab60b1c34efdb4434b67dba57457
--- clamav-devel-patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list