Bug 138363 - mail/vpopmail doesn't build with WITH_MAILDROP enabled on a fresh installation
Summary: mail/vpopmail doesn't build with WITH_MAILDROP enabled on a fresh installation
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: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-30 23:20 UTC by Alexey Degtyarev
Modified: 2009-09-17 12:30 UTC (History)
0 users

See Also:


Attachments
vpopmail.patch (508 bytes, patch)
2009-08-30 23:20 UTC, Alexey Degtyarev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Degtyarev 2009-08-30 23:20:01 UTC
mail/vpopmail doesn't build with maildrop on a fresh installation:

===>  Configuring for vpopmail-5.4.27
... [skip] ...
checking whether spamassassin is enabled... no
checking whether maildrop is enabled... yes
checking whether we can locate the maildrop program... no
configure: error: Unable to find your maildrop program, specify --enable-maildrop-prog=/full/path/to/maildrop
===>  Script "configure" failed unexpectedly.

This is because mail/maildrop only set as RUN_DEPENDS, but should be listed in
BUILD_DEPENDS as well.

Fix: List maildrop as BUILD_DEPENDS.
	
How-To-Repeat: $ cd /usr/ports/mail/vpopmail && WITH_MAILDROP=yes make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-30 23:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2009-09-17 12:26:29 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-09-17 12:27:22 UTC
pav         2009-09-17 11:27:09 UTC

  FreeBSD ports repository

  Modified files:
    mail/vpopmail        Makefile 
  Log:
  - Fix configure when WITH_MAILDROP is set
  
  PR:             ports/138363
  Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
  Approved by:    maintainer timeout (roam; 18 days)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.76      +1 -0      ports/mail/vpopmail/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"