Bug 91740 - [new port] ClamCour - ClamAV Courier filter
Summary: [new port] ClamCour - ClamAV Courier filter
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-13 07:50 UTC by bsd
Modified: 2006-01-15 15:25 UTC (History)
0 users

See Also:


Attachments
file.shar (1.70 KB, text/plain)
2006-01-13 07:50 UTC, bsd
no flags Details
file.dat (741 bytes, message/rfc822)
2006-01-15 12:16 UTC, Ed Culp
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bsd 2006-01-13 07:50:07 UTC
ClamCour is a filter for courier MTA using ClamAV for scanning mails for viruses. While it is easy to install and use, this port eases and  automates installation process for me.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-15 10:25:40 UTC
State Changed
From-To: open->feedback

Does not compile: 

Courier configuration 
checking for /usr/local/bin/courier-config... no 
configure: error: Cannot find courier-config 

Missing dependency? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-15 10:25:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Poking
Comment 3 bsd 2006-01-15 11:48:39 UTC
Could you test with added

BUILD_DEPENDS=  courier-config:${PORTSDIR}/mail/courier

line in Makefile?

I am testing it just now, looks working better.
Also, there was some autotools warning, seems we should replace

USE_LIBTOOL_VER=15

with

USE_AUTOTOOLS=	libtool:15

Please advice/test at your option.

Milan
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-15 15:24:55 UTC
State Changed
From-To: feedback->closed

New port added with modifications!