Page MenuHomeFreeBSD

Add a BUILD_RUN_DEPENDS variable
Needs ReviewPublic

Authored by mat on Mon, Sep 14, 1:33 PM.
Tags
None
Referenced Files
F171971281: D59664.id186659.diff
Tue, Sep 15, 12:56 AM
F171965508: D59664.id186679.diff
Mon, Sep 14, 11:49 PM
F171964785: D59664.id186659.diff
Mon, Sep 14, 11:42 PM
F171964436: D59664.diff
Mon, Sep 14, 11:39 PM
F171956250: D59664.id186677.diff
Mon, Sep 14, 10:05 PM
F171925289: D59664.diff
Mon, Sep 14, 3:45 PM
Subscribers

Details

Reviewers
None
Group Reviewers
portmgr

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mat requested review of this revision.Mon, Sep 14, 1:33 PM
mat created this revision.

I'm guessing you want to implement this ASAP to get it in use.

I will amend FreshPorts to extract this variable. If I got that work done before this change goes into use, it would capture all future uses. If I don't, it's just a one-off script to refresh the database from the ports tree.

NOTE: I'm just thinking out loud because it helps my planning process.
In D59664#1369215, @dvl wrote:

I'm guessing you want to implement this ASAP to get it in use.

I will amend FreshPorts to extract this variable. If I got that work done before this change goes into use, it would capture all future uses. If I don't, it's just a one-off script to refresh the database from the ports tree.

NOTE: I'm just thinking out loud because it helps my planning process.

I don't think freshports needs to extract this, you can keep using build/run, it is only to be used as some kind of syntaxic sugar, and it's mostly to avoid people doing RUN_DEPENDS=BUILD_DEPENDS.