forked from Lainports/freebsd-ports
- remove reference assemblies as a dependency: no longer required - remove mono-addins as a dependency: shipped internally (via github) - remove cmake as a dependency: replaced by new build system based on msbuild - add multiple nuget feeds and move nuget dependencies into separate files - explicitly set full path to install(1) to fix installation script - USES=mono: read nupkg name and version from nuspec file Differential Revision: https://reviews.freebsd.org/D16070
11 lines
467 B
Text
11 lines
467 B
Text
--- Makefile.am.orig 2018-06-30 13:47:45 UTC
|
|
+++ Makefile.am
|
|
@@ -29,8 +29,6 @@ NUGET_RESTORE = mono external/nuget-bina
|
|
restore-packages:
|
|
@$(NUGET_RESTORE)
|
|
msbuild /t:Restore /p:RestoreDisableParallel=true external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj
|
|
- mono external/fsharpbinding/.paket/paket.bootstrapper.exe
|
|
- pushd . && cd external/fsharpbinding && mono .paket/paket.exe restore && popd
|
|
|
|
vcrevision:
|
|
touch vcrevision
|