Bug 64660 - maildrop port does not support Makefile.local
Summary: maildrop port does not support Makefile.local
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: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 17:10 UTC by George Hartzell
Modified: 2004-04-11 22:41 UTC (History)
0 users

See Also:


Attachments
file.diff (430 bytes, patch)
2004-03-24 17:10 UTC, George Hartzell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description George Hartzell 2004-03-24 17:10:13 UTC
 I'm trying to build maildrop w/ mysql support, and prefer to keep
 my customizations in a Makefile.local file.  The Maildrop ports
 Makefile.local doesn't support this properly.

Fix: This patch seems to get it.

(bloop)[5:22pm]maildrop>>rcsdiff -c2 Makefile
===================================================================
RCS file: Makefile,v
retrieving revision 1.1
How-To-Repeat:  Create a Makefile.local that contains the line:
 WITH_MYSQL=yes
 and try to build.  The line is ignored.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-03-25 01:42:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

Over to maintainer.
Comment 2 Sergei Kolobov freebsd_committer freebsd_triage 2004-04-11 22:38:58 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Note: please consider using either sysutils/penv or sysutils/portupgrade 
port for a better (IMHO) ways to store per-port configuration knobs. 
Makefile.local is not supported by most of the ports, and I do not think 
it is currently feasible to change every port in the collection  
to support including Makefile.local.