Move the Mk bsd.gnome.mk and bsd.mate.mk to Mk/USES.
Only messed with the _INCLUDE_USES_GNOME_MK and POST defines.
Seems to work, needs more testing. Would like a review before I continue.
Add work around code to bsd.port.mk.
Differential D3653
Move bsd.gnome.mk and bsd.mate.mk to USES. kwm on Sep 13 2015, 11:30 AM. Authored by Tags None Referenced Files
Details
Move the Mk bsd.gnome.mk and bsd.mate.mk to Mk/USES. Seems to work, needs more testing. Would like a review before I continue. After review finished, do a exp-run, commit if the exp-run is fine.
Diff Detail
Event Timeline
Comment Actions Please ignore the libgxps change it is a left over from some testing.
Comment Actions There may be other targets defined in mate.mk and gnome.mk, they should all be added to a _USES_xxx variable with a priority that will get the ran at the right time, see Mk/bsd.ports.mk lines 5560-5620 for priorities already there.
Comment Actions Convert targets to _USES_${target} format. now with extra random priorities. the pre-configure-script seems to be part of configure target. Comment Actions Add CHANGES log and bsd.sanity.mk checks. Though the sanity bits probably |