Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Nov 2019 11:16:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241706] databases/foundationdb: dependency on mono should be build time only
Message-ID:  <bug-241706-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241706

            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@FreeBSD.org
          Reporter: dch@freebsd.org
          Assignee: vanilla@FreeBSD.org
             Flags: maintainer-feedback?(vanilla@FreeBSD.org)

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

mono is a build-time only dependency, not actually a runtime one. This appe=
ars
to require changing /usr/ports/Mk/Uses/mono.mk to do this, as the normal
USES=3Dmono: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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241706-7788>