Bug 178072

Summary: [PATCH] [bsd.port.mk] look for Makefile.local in ${PORTSDIR} as well as ${.CURDIR}
Product: Ports & Packages Reporter: Enji Cooper <ngie>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: Closed Feedback Timeout    
Severity: Affects Only Me CC: cs
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
search-for-Makefile.local-in-PORTSDIR.patch.txt none

Description Enji Cooper freebsd_committer freebsd_triage 2013-04-23 06:40:00 UTC
The attached patch looks for Makefile.local in PORTSDIR as well as .CURDIR, thus being a bit less braindead when it comes to looking for site-localizations when there are a large number of ports categories.

Thus one only needs to have one Makefile.local instead of n-categories worth when trying to apply non-invasive changes to a ports tree.

Fix: Patch attached with submission follows:
Comment 1 Garrett Cooper 2013-04-23 23:56:54 UTC
	The attached patch is more correct than the previous one.
1. It removes noise from another patch I submitted (ports/178070).
2. It also fixes the case where double inclusion would be done (${.CURDIR} == ${PORTSDIR}). Granted, this check could probably be improved, but this seems sane enough as-is.
Thanks!
-Garrett
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2013-05-03 00:12:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to maintainer(s).
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-08-30 02:45:51 UTC
Responsible Changed
From-To: portmgr->bdrewery

I'll take it.
Comment 4 Carlo Strub freebsd_committer freebsd_triage 2014-09-14 10:42:47 UTC
Is this PR still relevant?