Date: Fri, 16 Mar 2007 13:47:45 GMT From: Volker Werth<volker@vwsoft.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/110390: www/havp portupgrade does not work - libclamav.so.1 missing Message-ID: <200703161347.l2GDljrn019459@www.freebsd.org> Resent-Message-ID: <200703161350.l2GDo4mW047366@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110390 >Category: ports >Synopsis: www/havp portupgrade does not work - libclamav.so.1 missing >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 16 13:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Volker Werth >Release: 6-STABLE >Organization: >Environment: 6.2-STABLE FreeBSD 6.2-STABLE #13: Thu Mar 1 16:37:29 CET 2007 root@bellona.sz.vwsoft.com:/usr/obj/usr/src/sys/BELLONA i386 >Description: portupgrading www/havp with a recently cvsup'd ports tree does not work as (/usr/local/lib/)libclamav.so.1 is missing. portupgrade (and even a manual `make deinstall reinstall clean') tries to rebuild clamav and fails as it's already installed. This extra step of reinstalling clamav is also not necessary as current security/clamav installs libclamav.so.2 instead of libclamav.so.1 Patching havp's Makefile solves this. >How-To-Repeat: cvsup lastest ports tree portupgrade havp >Fix: --- /usr/ports/www/havp/Makefile Fri Mar 16 14:46:35 2007 +++ Makefile.new Fri Mar 16 14:46:27 2007 @@ -14,7 +14,7 @@ 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703161347.l2GDljrn019459>