Bug 163760 - [PATCH] mail/mimedefang OPTIONS Broken
Summary: [PATCH] mail/mimedefang OPTIONS Broken
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 02:30 UTC by John Marshall
Modified: 2012-01-02 13:18 UTC (History)
0 users

See Also:


Attachments
mimedefang_2.72_1.diff (1006 bytes, patch)
2012-01-02 02:30 UTC, John Marshall
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marshall 2012-01-02 02:30:14 UTC
The port's Makfile was updated in 2.72_1 to include a new CLAMAV knob.
The CLAMAV option processing precedes inclusion of bsd.pre.mk, so the
option processing doesn't work.  This forces a dependency on CLAMAV
irrespective of the knob setting.

Fix: Patch attached.
How-To-Repeat: 
Move the CLAMAV processing to the proper place in the Makefile.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-02 02:30:22 UTC
Maintainer of mail/mimedefang,

Please note that PR ports/163760 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/163760

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-02 02:30:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 m.tsatsenko 2012-01-02 11:51:43 UTC
Agree
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-01-02 12:52:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-01-02 13:03:39 UTC
rm          2012-01-02 13:03:30 UTC

  FreeBSD ports repository

  Modified files:
    mail/mimedefang      Makefile 
  Log:
  - fix WITH_CLAMAV option handling, that was done before inclusion of bsd.ports.pre.mk [1]
  - bump PORTREVISION
  
  PR:             163760 [1]
  Submitted by:   John Marshall <john.marshall at riverwillow dot com.au>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.76      +10 -10    ports/mail/mimedefang/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 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-01-02 13:18:15 UTC
State Changed
From-To: feedback->closed

Committed, thank you!