aboutsummaryrefslogtreecommitdiff
path: root/www/gurlchecker
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2008-04-16 16:10:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2008-04-16 16:10:19 +0000
commit5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch)
tree74588a5cfa6211285f8887346870b7364822d3e3 /www/gurlchecker
parent242c19bc489957b8f0b61e519300dceb0ec0642b (diff)
downloadports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.tar.gz
ports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.zip
- Chase clamav library to version 4
- Bump PORTREVISION Following ports are marked as BROKEN since they don't build with new clamav 0.93: www/c-icap mail/claws-mail-clamav www/gurlchecker www/havp security/klamav devel/p5-Mail-ClamAV devel/py-clamav www/squidclam This clamav version needed to be updated without wait other ports fixes because it fixes important vulnerabilities.
Notes
Notes: svn path=/head/; revision=211377
Diffstat (limited to 'www/gurlchecker')
-rw-r--r--www/gurlchecker/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile
index 96b94478ae39..7d6ea3b2d126 100644
--- a/www/gurlchecker/Makefile
+++ b/www/gurlchecker/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gurlchecker
PORTVERSION= 0.10.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www gnome
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/
MASTER_SITE_SUBDIR= 547
@@ -29,6 +29,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+BROKEN= Doesn't build with clamav-0.93
+
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NLS)
@@ -51,7 +53,7 @@ CONFIGURE_ARGS+= --disable-tidy
.endif
.if defined(WITH_CLAMAV)
-LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= clamav.4:${PORTSDIR}/security/clamav
.else
CONFIGURE_ARGS+= --disable-clamav
.endif