View | Details | Raw Unified | Return to bug 53632 | Differences between
and this patch

Collapse All | Expand All

(-)clamav2/Makefile Mon Jun 23 13:21:42 2003 (-4 / +5 lines)
Lines 2-12 Link Here
2
# Date created:                15 July 2002
2
# Date created:                15 July 2002
3
# Whom:                        markun@onohara.to
3
# Whom:                        markun@onohara.to
4
#
4
#
5
# $FreeBSD: /repoman/r/pcvs/ports/security/clamav/Makefile,v 1.7 2003/06/18 09:43:05 nork Exp $
5
# $FreeBSD: ports/security/clamav/Makefile,v 1.6 2003/06/11 16:58:37 nork Exp $
6
#
6
#
7
7
8
PORTNAME=      clamav
8
PORTNAME=      clamav
9
PORTVERSION=   0.54
9
PORTVERSION=   0.60
10
PORTREVISION=  1
10
PORTREVISION=  1
11
CATEGORIES=    security
11
CATEGORIES=    security
12
MASTER_SITES=  http://clamav.elektrapro.com/stable/ \
12
MASTER_SITES=  http://clamav.elektrapro.com/stable/ \
Lines 22-28 Link Here
22
               zoo:${PORTSDIR}/archivers/zoo \
22
               zoo:${PORTSDIR}/archivers/zoo \
23
               arc:${PORTSDIR}/archivers/arc \
23
               arc:${PORTSDIR}/archivers/arc \
24
               unzip:${PORTSDIR}/archivers/unzip
24
               unzip:${PORTSDIR}/archivers/unzip
25
LIB_DEPENDS=   pth.20:${PORTSDIR}/devel/pth
26
25
27
USE_GMAKE=     yes
26
USE_GMAKE=     yes
28
GNU_CONFIGURE= yes
27
GNU_CONFIGURE= yes
Lines 30-36 Link Here
30
USE_LIBTOOL=   yes
29
USE_LIBTOOL=   yes
31
INSTALLS_SHLIB=        yes
30
INSTALLS_SHLIB=        yes
32
31
33
CONFIGURE_ARGS=        --prefix=${PREFIX} --disable-clamav
32
CONFIGURE_ARGS=        --prefix=${PREFIX} \
33
               --disable-clamav \
34
               --enable-bigstack
34
35
35
MAN1=          clamscan.1 freshclam.1 sigtool.1 clamdscan.1
36
MAN1=          clamscan.1 freshclam.1 sigtool.1 clamdscan.1
36
MAN5=          clamav.conf.5
37
MAN5=          clamav.conf.5
(-)clamav2/distinfo Mon Jun 23 13:20:43 2003 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (clamav-0.54.tar.gz) = 1c2e2adffe9ed4d15fe2167dd7bad591
1
MD5 (clamav-0.60.tar.gz) = eddeba4e1f399f65bc71aa2b3e901543

Return to bug 53632