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
State Changed From-To: open->feedback Awaiting maintainers feedback
Patch approved, thanks!
novel 2007-03-16 15:06:17 UTC FreeBSD ports repository Modified files: www/havp Makefile Log: Fix clamav dependency. PR: 110390 Submitted by: Volker Werth <volker@vwsoft.com> Approved by: Elisey Savateev (maintainer) Pointyhat to: novel Revision Changes Path 1.6 +1 -1 ports/www/havp/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!