Bug 165935 - [patch] fix WITH_RAZOR dependency for ports/mail/P5-Mail-SpamAssassin
Summary: [patch] fix WITH_RAZOR dependency for ports/mail/P5-Mail-SpamAssassin
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-11 16:30 UTC by Helge Oldach
Modified: 2012-03-11 18:15 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (420 bytes, patch)
2012-03-11 16:30 UTC, Helge Oldach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Oldach 2012-03-11 16:30:09 UTC
The WITH_RAZOR dependency was lost during the recent perl5.8 / perl5.10
cleanup. Today, SpamAssassin is dependant on mail/razor-agents
unconditionally, which effectively removes functionality from the
WITH_RAZOR knob. See trivial fix below which restores the accidentally
deleted Makefile text.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-11 16:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2012-03-11 18:15:01 UTC
State Changed
From-To: open->closed

Fixed by reverting ports/165605, Thanks for reporting this.