[Bug 192946] put tailored copies of <bsd.prog.mk>, <bsd.lib.mk>, etc in Mk/

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 10 10:24:26 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192946

--- Comment #2 from John Marino <marino at FreeBSD.org> ---
I would like to start working on this personally, soon.

The idea would be to copy over latest share/mk from FreeBSD, strip out anything
world-specific or not required for ports, e.g.

usr/share/mk/bsd.lib.mk => Mk/bsd.ports.lib.mk
usr/share/mk/bsd.prog.mk => Mk/bsd.ports.prog.mk

(others?)

Those have a lot of includes, so I'd want to eliminate as many as possible or
use ports versions, otherwise a bunch of other mk files would have to get
sucked in.

It would be helpful to get hints/guidelines/advice before starting.  does
anyone have any to offer?

The end game would be to convert ports from using <bsd.prog.mk> (etc) to
<bsd.ports.prog.mk> and add a check to portlint for the former.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list