[Bug 241706] databases/foundationdb: dependency on mono should be build time only

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 4 11:16:39 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241706

            Bug ID: 241706
           Summary: databases/foundationdb: dependency on mono should be
                    build time only
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: vanilla at FreeBSD.org
          Reporter: dch at freebsd.org
          Assignee: vanilla at FreeBSD.org
             Flags: maintainer-feedback?(vanilla at FreeBSD.org)

Created attachment 208844
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208844&action=edit
make mono a build time only dependency

mono is a build-time only dependency, not actually a runtime one. This appears
to require changing /usr/ports/Mk/Uses/mono.mk to do this, as the normal
USES=mono:build doesn't help:

foundationdb> make run-depends-list
/usr/ports/devel/boost-libs
/usr/ports/devel/libeio
/usr/ports/lang/mono

foundationdb> make build-depends-list
/usr/ports/ports-mgmt/pkg
/usr/ports/shells/bash
/usr/ports/devel/gmake
/usr/ports/lang/mono
/usr/ports/lang/python36
/usr/ports/devel/boost-libs
/usr/ports/devel/libeio

The patch for FDB is trivial, but needs mono fixed first - PR underway for that
too.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list