Bug 110390 - www/havp portupgrade does not work - libclamav.so.1 missing
Summary: www/havp portupgrade does not work - libclamav.so.1 missing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-16 13:50 UTC by Volker
Modified: 2007-03-16 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (346 bytes, patch)
2007-03-16 13:50 UTC, Volker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Volker 2007-03-16 13:50:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-16 13:50:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Elisey Savateev 2007-03-16 15:03:30 UTC
Patch approved, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-16 15:06:23 UTC
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"
Comment 4 Roman Bogorodskiy freebsd_committer freebsd_triage 2007-03-16 15:15:39 UTC
State Changed
From-To: feedback->closed

Committed, thanks!