Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= clamav |
3 |
PORTNAME= clamav |
4 |
PORTVERSION= 0.101.4 |
4 |
PORTVERSION= 0.102.0 |
5 |
PORTEPOCH= 1 |
5 |
PORTEPOCH= 1 |
6 |
CATEGORIES= security |
6 |
CATEGORIES= security |
7 |
MASTER_SITES= https://www.clamav.net/downloads/production/ |
7 |
MASTER_SITES= https://www.clamav.net/downloads/production/ |
Lines 15-21
Link Here
|
15 |
LIB_DEPENDS= libltdl.so:devel/libltdl \ |
15 |
LIB_DEPENDS= libltdl.so:devel/libltdl \ |
16 |
libcurl.so:ftp/curl |
16 |
libcurl.so:ftp/curl |
17 |
|
17 |
|
18 |
USES= compiler cpe gmake gnome libtool ncurses pathfix pkgconfig ssl |
18 |
USES= autoreconf compiler cpe gmake gnome libtool ncurses pathfix pkgconfig ssl |
19 |
USE_RC_SUBR= clamav-clamd clamav-freshclam |
19 |
USE_RC_SUBR= clamav-clamd clamav-freshclam |
20 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
21 |
|
21 |
|
Lines 45-52
Link Here
|
45 |
# force to use -lthr until it's not fixed. |
45 |
# force to use -lthr until it's not fixed. |
46 |
LDFLAGS+= -lthr -L${LOCALBASE}/lib |
46 |
LDFLAGS+= -lthr -L${LOCALBASE}/lib |
47 |
|
47 |
|
48 |
CONFLICTS?= clamav-milter-[0-9]* |
|
|
49 |
|
50 |
SUB_FILES= pkg-deinstall |
48 |
SUB_FILES= pkg-deinstall |
51 |
SUB_LIST+= DBDIR=${DBDIR} \ |
49 |
SUB_LIST+= DBDIR=${DBDIR} \ |
52 |
LOGDIR=${LOGDIR} \ |
50 |
LOGDIR=${LOGDIR} \ |
Lines 62-84
Link Here
|
62 |
PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ |
60 |
PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ |
63 |
CLAMAVGROUP=${CLAMAVGROUP} |
61 |
CLAMAVGROUP=${CLAMAVGROUP} |
64 |
|
62 |
|
65 |
OPTIONS_DEFINE= ARC ARJ LHA UNZOO UNRAR TESTS MILTER MSPACK LDAP ICONV STDERR \ |
63 |
OPTIONS_DEFINE= ARC ARJ DOCS DMG_XAR EXPERIMENTAL JSON LDAP ICONV IPV6 \ |
66 |
EXPERIMENTAL DOCS IPV6 DMG_XAR JSON PCRE |
64 |
LHA MILTER MSPACK PCRE STDERR TESTS UNZOO UNRAR |
67 |
|
65 |
|
68 |
OPTIONS_DEFAULT= ARC ARJ UNZOO UNRAR DMG_XAR \ |
66 |
OPTIONS_DEFAULT= ARC ARJ DMG_XAR JSON MILTER PCRE UNZOO UNRAR |
69 |
JSON PCRE MSPACK |
|
|
70 |
OPTIONS_SUB= yes |
67 |
OPTIONS_SUB= yes |
71 |
|
68 |
|
72 |
ARC_DESC= Enable arch archives support |
69 |
ARC_DESC= Enable arch archives support |
73 |
ARJ_DESC= Enable arj archives support |
70 |
ARJ_DESC= Enable arj archives support |
|
|
71 |
DMG_XAR_DESC= Enable DMG and XAR archives support |
72 |
EXPERIMENTAL_DESC= Build experimental code |
74 |
LHA_DESC= Enable lha archives support |
73 |
LHA_DESC= Enable lha archives support |
75 |
UNZOO_DESC= Enable zoo archives support |
|
|
76 |
TESTS_DESC= Run compile-time tests (req. python) |
77 |
MILTER_DESC= Compile the milter interface |
74 |
MILTER_DESC= Compile the milter interface |
78 |
MSPACK_DESC= Get mspack support from ports (otherwise use bundled) |
75 |
MSPACK_DESC= Get mspack support from ports (otherwise use bundled) |
79 |
STDERR_DESC= Print logs to stderr instead of stdout |
76 |
STDERR_DESC= Print logs to stderr instead of stdout |
80 |
EXPERIMENTAL_DESC= Build experimental code |
77 |
TESTS_DESC= Run compile-time tests (req. python) |
81 |
DMG_XAR_DESC= Enable DMG and XAR archives support |
78 |
UNZOO_DESC= Enable zoo archives support |
82 |
|
79 |
|
83 |
ARC_RUN_DEPENDS= arc:archivers/arc |
80 |
ARC_RUN_DEPENDS= arc:archivers/arc |
84 |
ARJ_RUN_DEPENDS= arj:archivers/arj |
81 |
ARJ_RUN_DEPENDS= arj:archivers/arj |