Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2015 10:24:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192946] put tailored copies of <bsd.prog.mk>, <bsd.lib.mk>, etc in Mk/
Message-ID:  <bug-192946-13-p52Zw4uv0Q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192946-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192946-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192946

--- Comment #2 from John Marino <marino@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192946-13-p52Zw4uv0Q>