diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-03-13 20:11:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-03-13 20:11:19 +0000 |
commit | 6dee7aadd206bc514c80d7ae5b6ab6b2da2627cc (patch) | |
tree | 8bc202477887df5a3cf81f5a43cc6c0386d5efc4 /www | |
parent | d8426aee69f7d3a57a84c4e44d4bf665a4402065 (diff) | |
download | freebsd-ports-6dee7aadd206bc514c80d7ae5b6ab6b2da2627cc.zip |
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/c-icap/Makefile | 6 | ||||
-rw-r--r-- | www/havp/Makefile | 4 | ||||
-rw-r--r-- | www/mod_clamav/Makefile | 1 | ||||
-rw-r--r-- | www/raqdevil/Makefile | 1 |
4 files changed, 7 insertions, 5 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index 3366f0ff3070..16399ff0bdd4 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -7,7 +7,7 @@ PORTNAME= c-icap PORTVERSION= 030606 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -54,8 +54,8 @@ PLIST_SUB+= PERL="@comment " CONFIGURE_ARGS+= --without-perl .endif -.if defined(WITH_CLAMAV) -LIB_DEPENDS+= clamav.1:${PORTSDIR}/security/clamav +.if !defined(WITHOUT_CLAMAV) +LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav PLIST_SUB+= CLAMAV="" CONFIGURE_ARGS+= --with-clamav CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/havp/Makefile b/www/havp/Makefile index 111626f04387..49700b188df7 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -7,7 +7,7 @@ PORTNAME= havp PORTVERSION= 0.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.server-side.de/download/ \ MAINTAINER= b3k@mail.ru COMMENT= HTTP Antivirus Proxy -LIB_DEPENDS= clamav.1:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.2:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index 85550c032897..7b8ec281b6e0 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_clamav PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://software.othello.ch/mod_clamav/ diff --git a/www/raqdevil/Makefile b/www/raqdevil/Makefile index 231f424aec01..4bd37a74f379 100644 --- a/www/raqdevil/Makefile +++ b/www/raqdevil/Makefile @@ -7,6 +7,7 @@ PORTNAME= raqdevil PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www sysutils MASTER_SITES= http://www.raqdevil.com/ |