Bug 154848 - security/clamav doesn't run the post-build check
Summary: security/clamav doesn't run the post-build check
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-17 17:20 UTC by martin
Modified: 2011-02-21 11:40 UTC (History)
0 users

See Also:


Attachments
file.diff (314 bytes, patch)
2011-02-17 17:20 UTC, martin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description martin 2011-02-17 17:20:11 UTC
The build-in self checks of clamav are no longer run when building the security/clamav port.

Fix: I think the check for python thread support broke this: the post-build condition is reversed.  It works with the attached patch.diff.


Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/security/clamav
make

and notice that it doesn't print anything about checks.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-17 17:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-21 11:35:58 UTC
garga       2011-02-21 11:35:52 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav      Makefile 
    security/clamav-devel Makefile 
  Log:
  Fix detection if python was built with threads support and run make check
  accordingly
  
  PR:             ports/154848
  Submitted by:   Martin Simmons <martin@lispworks.com>
  
  Revision  Changes    Path
  1.202     +1 -1      ports/security/clamav-devel/Makefile
  1.160     +1 -1      ports/security/clamav/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 3 Renato Botelho freebsd_committer freebsd_triage 2011-02-21 11:36:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!