Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= clamav |
4 |
PORTNAME= clamav |
5 |
PORTVERSION= 0.99.2 |
5 |
PORTVERSION= 0.99.3 |
6 |
PORTREVISION= 9 |
|
|
7 |
CATEGORIES= security |
6 |
CATEGORIES= security |
8 |
MASTER_SITES= http://www.clamav.net/downloads/production/ |
7 |
MASTER_SITES= http://www.clamav.net/downloads/production/ |
9 |
|
8 |
|
Lines 51-59
Link Here
|
51 |
DMG_XAR_CONFIGURE_ENABLE= xml |
50 |
DMG_XAR_CONFIGURE_ENABLE= xml |
52 |
DMG_XAR_USE= GNOME=libxml2 |
51 |
DMG_XAR_USE= GNOME=libxml2 |
53 |
|
52 |
|
|
|
53 |
USES= cpe gmake libtool ncurses pathfix |
54 |
GNU_CONFIGURE= yes |
54 |
GNU_CONFIGURE= yes |
55 |
USE_LDCONFIG= yes |
55 |
USE_LDCONFIG= yes |
56 |
USES= cpe gmake libtool ncurses pathfix |
|
|
57 |
INSTALL_TARGET= install-strip |
56 |
INSTALL_TARGET= install-strip |
58 |
USE_RC_SUBR= clamav-clamd clamav-freshclam |
57 |
USE_RC_SUBR= clamav-clamd clamav-freshclam |
59 |
|
58 |
|
Lines 177-183
Link Here
|
177 |
@${REINPLACE_CMD} -e 's|0x100000000|0x100000000ULL|g' \ |
176 |
@${REINPLACE_CMD} -e 's|0x100000000|0x100000000ULL|g' \ |
178 |
${WRKSRC}/libclamunrar/unrar.c |
177 |
${WRKSRC}/libclamunrar/unrar.c |
179 |
|
178 |
|
180 |
.if ${PORT_OPTIONS:MLLVM} && ${PORT_OPTIONS:MTESTS} |
179 |
.if ${PORT_OPTIONS:MTESTS} |
181 |
pre-configure: |
180 |
pre-configure: |
182 |
@if ! ${PYTHON_CMD} -c "import thread" >/dev/null 2>&1; then \ |
181 |
@if ! ${PYTHON_CMD} -c "import thread" >/dev/null 2>&1; then \ |
183 |
${ECHO_MSG} ""; \ |
182 |
${ECHO_MSG} ""; \ |