Bug 58397 - ports/devel/subversion ignores Makefile.local
Summary: ports/devel/subversion ignores 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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-22 22:20 UTC by George Hartzell
Modified: 2003-10-23 21:07 UTC (History)
0 users

See Also:


Attachments
file.diff (327 bytes, patch)
2003-10-22 22:20 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 2003-10-22 22:20:15 UTC
	The Makefile for the subversion port ignores options set in
	Makefile.local.

Fix: Use bsd.port.{pre,post}.mk instead of bsd.port.mk.  Here's a diff:

*** Makefile    2003/10/22 20:25:08     1.1
--- Makefile    2003/10/22 21:02:19
***************
How-To-Repeat: 	Add an option (e.g. WITH_MOD_DAV_SVN=yes) to Makefile.local
	and watch it be ignored.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-10-23 14:16:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2003-10-23 21:07:22 UTC
State Changed
From-To: open->closed


Commited, thanks!