10 Jul
2007
10 Jul
'07
10:14 p.m.
On Jul 10, 2007, at 05:47, Anders F Björklund wrote:
Apparently one of the oldest feature requests around... http://trac.macports.org/projects/macports/ticket/463
I created a basic implementation, for later expansion: http://trac.macports.org/projects/macports/ticket/12211
I guess there will be NO feedback on this until it has been committed to trunk, so maybe we can do that now ?
My only question is this: 78 proc lint_main {args} { 79 global UI_PREFIX portname portpath 80 set portfile ${portpath}/Portfile It's inadvisable to make assumptions about the Portfile path from within a target -- should this be implemented outside of the build targets? -landonf