aboutsummaryrefslogtreecommitdiff
path: root/lang/dotnet8
Commit message (Collapse)AuthorAgeFilesLines
* lang/dotnet8: Fix build in year 2026Gleb Popov2026-01-072-0/+34
| | | | Relevant issue: https://github.com/dotnet/dotnet/issues/4037
* lang/dotnet*: Convert to master/slave portsGleb Popov2025-10-091-107/+13
|
* lang/dotnet8: Remove useless USES=nodejsGleb Popov2025-09-271-1/+1
|
* lang/dotnet8: Upgrade the bootstrap to 8.0.120-servicing.25421.1Gleb Popov2025-09-182-10/+10
| | | | Many thanks to mmel for providing the AArch64 bootstraps.
* lang/dotnet8: Update bootstrap to 8.0.118-servicing.25323.1Gleb Popov2025-09-182-5/+4
|
* lang/dotnet8: Update to 8.0.120Gleb Popov2025-09-163-178/+178
|
* lang/dotnet8: Update to 8.0.18Gleb Popov2025-09-164-208/+178
|
* lang/dotnet8: Upgrade the bootstrap to 8.0.10-servicing.24474.1Gleb Popov2025-09-163-11/+10
| | | | Many thanks to mmel for providing the AArch64 bootstraps.
* lang/dotnet8: Fix distinfoGleb Popov2025-09-131-1/+1
| | | | Fixes: 1f44d2c12277a8d37f113f86cbb1b13f0a7c4722
* lang/dotnet8: Update to 8.0.10Gleb Popov2025-09-133-177/+178
|
* lang/dotnet8: Upgrade the bootstrap to 8.0.7-servicing.24317.1Gleb Popov2025-09-133-73/+69
| | | | Many thanks to mmel for providing the AArch64 bootstraps.
* lang/dotnet8: Take DIST_SUBDIR into account in bootstrap-makesumGleb Popov2025-09-071-2/+2
|
* lang/dotnet8: Update to 8.0.7Gleb Popov2025-09-073-49/+52
|
* lang/dotnet8: Pull in upstream patchGleb Popov2025-09-062-1/+25
|
* lang/dotnet8: Remove commented lineGleb Popov2025-05-291-1/+0
|
* lang/dotnet8: Relax LLVM requirementMikhail T.2025-05-292-3/+35
| | | | PR: 286433
* lang/dotnet8: Fix build after the LLVM_DEFAULT bumpGleb Popov2025-03-011-1/+1
| | | | PR: 285085
* lang/dotnet-runtime: Rename to lang/dotnet-host to match Microsoft ↵Gleb Popov2025-02-151-1/+1
| | | | | | recommendation https://learn.microsoft.com/en-us/dotnet/core/distribution-packaging#recommended-packages
* */*: Bump consumers of devel/icuDaniel Engberg2025-02-141-1/+1
| | | | ...to avoid library mismatches
* lang/dotnet{,8}: Install stuff into DATADIR againGleb Popov2025-01-082-3892/+3892
| | | | | The previous update switched the .NET installation directory into PREFIX/dotnet which is not where dotnet-runtime expects it to be.
* lang/dotnet-runtime: Factor out .NET runtime part into a separate portSzczepan Ćwikliński2024-12-042-133/+7
| | | | | | This allows to make dotnet packages co-installable. Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
* nodejs: Bump PORTREVISION for dependency changePo-Chuan Hsieh2024-12-031-0/+1
| | | | USES=nodejs defaults to www/node22 now.
* lang/dotnet: Update to 9.0.0Szczepan Ćwikliński2024-11-1911-0/+4331
Move .NET 8 to lang/dotnet8 Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>