notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
dotnet-runtime Host runtime binary for the .NET platform
9.0.0_2 lang on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 9.0.0_1Version of this port present on the latest quarterly branch.
Maintainer: arrowd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-12-04 06:06:06
Last Update: 2025-01-09 15:34:47
Commit Hash: 8f3cb1e
People watching this port, also watch:: xcb-util-image, rubygem-ostruct, libthai, libXdamage, tmux
Also Listed In: devel
License: MIT
WWW:
https://dot.net
Description:
.NET is an open source developer platform, created by Microsoft, for building many different types of applications. It provides a standard set of base class libraries and APIs that are common to all .NET applications. .NET apps can be written in such languages as C#, F#, or Visual Basic.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/dotnet
  2. share/dotnet/LICENSE.TXT
  3. share/dotnet/THIRD-PARTY-NOTICES.TXT
  4. share/dotnet/dotnet
  5. /usr/local/share/licenses/dotnet-host-9.0.0_2/catalog.mk
  6. /usr/local/share/licenses/dotnet-host-9.0.0_2/LICENSE
  7. /usr/local/share/licenses/dotnet-host-9.0.0_2/MIT
Collapse this list.
Dependency lines:
  • dotnet-host>0:lang/dotnet-runtime
To install the port:
cd /usr/ports/lang/dotnet-runtime/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/dotnet-runtime
  • pkg install dotnet-host
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dotnet-host
Flavors: there is no flavor information for this port.
NOT_FOR_ARCHS: i386
distinfo:
TIMESTAMP = 1732966336 SHA256 (dotnet-runtime-v9.0.0_GH0.tar.gz) = 32755d528ead386762fb9da054249f6151ac78ef6a92f437044838cd0ab00def SIZE (dotnet-runtime-v9.0.0_GH0.tar.gz) = 89257555

Packages (timestamps in pop-ups are UTC):
dotnet-host
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest9.0.0_19.0.0_2------
FreeBSD:13:quarterly-9.0.0_1------
FreeBSD:14:latest9.0.0_19.0.0_2------
FreeBSD:14:quarterly9.0.0_19.0.0_1------
FreeBSD:15:latest9.0.0_19.0.0_2n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. cmake : devel/cmake-core
  3. llvm-config15 : devel/llvm15
This port is required by:
for Run
  1. lang/dotnet
  2. lang/dotnet8

Configuration Options:
No options to configure
Options name:
lang_dotnet-runtime
USES:
cmake:indirect llvm:noexport ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dotnet/runtime/tar.gz/v9.0.0?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
9.0.0_2
09 Jan 2025 15:34:47
commit hash: 8f3cb1ebbaf1cbfd2a1372e3f9cb87d0a4a72d65commit hash: 8f3cb1ebbaf1cbfd2a1372e3f9cb87d0a4a72d65commit hash: 8f3cb1ebbaf1cbfd2a1372e3f9cb87d0a4a72d65commit hash: 8f3cb1ebbaf1cbfd2a1372e3f9cb87d0a4a72d65 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
lang/dotnet-runtime: Catch up with main port changes

PR:		283958
Fixes:	7c650ee33d07156563f8e4d74ebba414cd507542
9.0.0_1
15 Dec 2024 11:06:35
commit hash: 6a69e4b5a8b407997e620cfe4e2b969cf274de9ecommit hash: 6a69e4b5a8b407997e620cfe4e2b969cf274de9ecommit hash: 6a69e4b5a8b407997e620cfe4e2b969cf274de9ecommit hash: 6a69e4b5a8b407997e620cfe4e2b969cf274de9e files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
lang/dotnet[-runtime]: Use bundled libunwind in hope to avoiding random crashes

Co-authored-by: Szczepan Ćwikliński <sec@thinkcode.pl>
9.0.0
07 Dec 2024 09:29:56
commit hash: 683db0b43ab27bd51821768c50c2f2bd7238c47fcommit hash: 683db0b43ab27bd51821768c50c2f2bd7238c47fcommit hash: 683db0b43ab27bd51821768c50c2f2bd7238c47fcommit hash: 683db0b43ab27bd51821768c50c2f2bd7238c47f files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
lang/dotnet-runtime: Mark as not for i386

Reported by:	pkg-fallout
9.0.0
04 Dec 2024 06:02:46
commit hash: 1a4e461d32745d92cdf5e857bc09af3ed717c685commit hash: 1a4e461d32745d92cdf5e857bc09af3ed717c685commit hash: 1a4e461d32745d92cdf5e857bc09af3ed717c685commit hash: 1a4e461d32745d92cdf5e857bc09af3ed717c685 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Szczepan Ćwikliński
lang/dotnet-runtime: Factor out .NET runtime part into a separate port

This allows to make dotnet packages co-installable.

Co-authored-by:	Gleb Popov <arrowd@FreeBSD.org>

Number of commits found: 4