Port details |
- msbuild Build platform for .NET and Visual Studio
- 15.8.p_2 devel =2 15.8.p_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-06-30 14:49:31
- Last Update: 2023-08-10 10:39:09
- Commit Hash: 1e14213
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/Microsoft/msbuild
- Description:
- The Microsoft Build Engine is a platform for building applications. This
engine, which is also known as MSBuild, provides an XML schema for a project
file that controls how the build platform processes and builds software. Visual
Studio uses MSBuild, but MSBuild does not depend on Visual Studio. By invoking
msbuild.exe on your project or solution file, you can orchestrate and build
products in environments where Visual Studio isn't installed.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/msbuild/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/msbuild
- pkg install msbuild
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: msbuild
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1529692733
SHA256 (mono_msbuild_xplat-master-3c930fa8.zip) = 281b8ae3f31c44290a3521becb7d824cb2f8957d2190417942b841a0db0ef284
SIZE (mono_msbuild_xplat-master-3c930fa8.zip) = 20073670
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- mono : lang/mono5.20
- Runtime dependencies:
-
- mono : lang/mono5.20
- This port is required by:
- for Build
-
- emulators/mesen
- games/openbve
- games/openra
- lang/fsharp
- misc/gedkeeper
- security/keepass-plugin-keepassrpc
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_msbuild
- USES:
- mono:nuget shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15.8.p_2 10 Aug 2023 10:39:09 |
Jan Beich (jbeich) |
devel/msbuild: drop executable bit after fed755e222a5
PR: 272961 |
15.8.p_2 09 Aug 2023 13:01:14 |
Robert Clausecker (fuz) Author: Marcin Cieślak |
devel/msbuild: Avoid MSB1008 build error
The following error:
============= MSBuild command =============
/big/ports/usr/ports/devel/msbuild/work/msbuild-0.06/build/../artifacts/mono-msbuild/msbuild
"/big/ports/usr/ports/devel/msbuild/work/msbuild-0.06/build/Toolset.proj"
/t:restore /m /clp:Summary /warnaserror /v:minimal
/bl:"/big/ports/usr/ports/devel/msbuild/work/msbuild-0.06/build/../artifacts/Release-MONO/log/Toolset.binlog"
===========================================
Microsoft (R) Build Engine version 15.8.38.37692 (xplat-master/3c930fa8 Tue May
8 12:36:23 EDT 2018) for Mono
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1008: Only one project can be specified.
Switch: /m
can be fixed by making sure the /m is given the parameter
(number of CPUs to use in parallel).
MSBuild does not seem to parallelize builds currently, but
this fixes the error.
PR: 272961
Approved by: portmgr (build fix blanket) |
15.8.p_2 08 Aug 2023 11:22:12 |
Jan Beich (jbeich) |
lang/mono: switch to 5.20 by default
PR: 238089 |
15.8.p_1 08 Aug 2023 11:22:05 |
Jan Beich (jbeich) |
lang/mono: respect MONO_DEFAULT in consumers
PR: 251795 |
15.8.p 25 Jul 2023 13:14:13 |
Dan Langille (dvl) |
*/*: return mono@ ports to the pool
The team previously known as mono has no active members.
I will send an email to ports@ in case anyone wants to pick up these
ports.
Approved by: portmgr (bofh) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
15.8.p 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
15.8.p 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
15.8.p 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
15.8.p 16 Jan 2020 08:34:28 |
bapt |
The man page is now compressed reflect it in the plist |
15.8.p 13 Jul 2018 06:55:33 |
mat |
Remove dependencies on lang/python.
Fix where appropriate.
Sponsored by: Absolight |
15.8.p 30 Jun 2018 14:49:10 |
dbn |
devel/msbuild: Build platform for .NET and Visual Studio
The Microsoft Build Engine is a platform for building applications. This
engine, which is also known as MSBuild, provides an XML schema for a project
file that controls how the build platform processes and builds software. Visual
Studio uses MSBuild, but MSBuild does not depend on Visual Studio. By invoking
msbuild.exe on your project or solution file, you can orchestrate and build
products in environments where Visual Studio isn't installed.
Differential Revision: https://reviews.freebsd.org/D14135 |