Page MenuHomeFreeBSD

Teach mono to accept `USES= mono:build` as optional runtime dependency.
ClosedPublic

Authored by dch on Jan 20 2020, 10:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 22, 6:43 PM
Unknown Object (File)
Mon, Dec 16, 9:32 AM
Unknown Object (File)
Tue, Dec 10, 7:41 AM
Unknown Object (File)
Fri, Dec 6, 11:57 AM
Unknown Object (File)
Oct 27 2024, 2:42 PM
Unknown Object (File)
Oct 26 2024, 3:54 PM
Unknown Object (File)
Oct 26 2024, 10:58 AM
Unknown Object (File)
Oct 3 2024, 5:03 AM

Details

Summary
Test Plan
  • confirm via poudriere that database/foundationdb does the

right thing.

root@pkg:~ # pkg info
boost-libs-1.72.0              Free portable C++ libraries (without Boost.Python)
foundationdb-6.1.8_4           Distributed, transactional key-value store
icu-65.1,1                     International Components for Unicode (from IBM)
libeio-4.18_2                  Full-featured asynchronous I/O library for C
pkg-1.12.0                     Package manager
  • find a small mono port & confirm it still has the runtime

dependency - devel/log4net

 pkg install -r skunkwerks devel/log4net
Updating skunkwerks repository catalogue...
skunkwerks repository is up to date.
All repositories are up to date.
The following 12 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        log4net: 1.2.10_3 [skunkwerks]
        mono: 5.10.1.57_2 [skunkwerks]

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28784
Build 26793: arc lint + arc unit

Event Timeline

This makes perfect sense to me. Some ports require Mono as a runtime (because they get called as 'mono blah.exe') but some ports don't, and Mono is a pretty hefty build.

dch edited the summary of this revision. (Show Details)
dch removed a reviewer: vanilla.
This revision was not accepted when it landed; it landed in state Needs Review.Feb 16 2020, 9:45 PM
This revision was automatically updated to reflect the committed changes.