Page MenuHomeFreeBSD

Add two new special behaviour variables: USE_REPO_DEPENDS and USE_REPO_DEPENDS_ONLY
AbandonedPublic

Authored by dbn on Aug 20 2015, 7:36 PM.
Referenced Files
Unknown Object (File)
Jan 6 2024, 8:06 PM
Unknown Object (File)
Jan 2 2024, 9:22 AM
Unknown Object (File)
Nov 12 2023, 1:59 AM
Unknown Object (File)
Nov 10 2023, 2:10 AM
Unknown Object (File)
Nov 8 2023, 10:06 PM
Unknown Object (File)
Nov 7 2023, 2:59 PM
Unknown Object (File)
Nov 6 2023, 6:19 AM
Unknown Object (File)
Oct 9 2023, 12:55 AM
Subscribers

Details

Reviewers
bapt
mat
Group Reviewers
portmgr
Summary

Create two new special behaviour variables: USE_REPO_DEPENDS(_ONLY)

  • Add a command PKG_INSTALL
  • Install depends from local packages first (if USE_PACKAGE_DEPENDS(_ONLY) is defined)
  • Install depends from repo second (if USE_REPO_DEPENDS(_ONLY) is defined)
  • Install depends from ports thirst (if USE_X_DEPENDS_ONLY unset)

PR: 198881

Test Plan

Manually tested some permutations with success.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dbn retitled this revision from to Add two new special behaviour variables: USE_REPO_DEPENDS and USE_REPO_DEPENDS_ONLY.
dbn updated this object.
dbn edited the test plan for this revision. (Show Details)
dbn added reviewers: mat, bapt, portmgr.
dbn set the repository for this revision to rP FreeBSD ports repository.
dbn added a project: portmgr.
dbn added a subscriber: portmgr.
dbn edited edge metadata.

Update patch for changes in do-depends.sh