freebsd-ports/devel/monodevelop/Makefile
David Naylor d442f875f5 Update mono and related ports
USES=mono: minor fixes
 - save a copy of the nuget package in the packages directory
 - force linking of directories, allowing nuget-extract to be rerun
   without `make clean`
 - fix makenuget: nuget requires an equals to identify the version, not a dash

devel/monodevelop: update to 6.2.1.3
 - update nuget packages:
   - link older System.Collection.Immutable 1.1.37 to newer 1.3.1 (used
     by C# and F# respectively)
 - update external github repositories
 - allow post-extract target to be run multiple times
 - change MonoDevelop.Packaging to use a newer version of
   NuGet.Build.Packaging (the older version is no longer fetchable)
 - remove patch integrated upstream
 - moved `nuget restore` patching from post-patch into a patch file (the
   former broke silently)
 - ChangeLog:
   - https://developer.xamarin.com/releases/studio/xamarin.studio_6.2/xamarin.studio_6.2/

irc/smartirc4net: update to 1.1
 - add LICENSE

lang/fsharp: update to 4.1.18
 - add test dependency on libgdiplus
 - update nuget packages
 - update test paths for fsharp assemblies
 - update patches to prevent `nuget restore` from running
 - ChangeLog:
   - Set executable bit correctly on output
   - Integrate visualfsharp
   - Fix regression on binding redirects for System.Collections.Immutable
   - Fix regression in Microsoft.Build.FSharp.targets
   - Fix binding redirects for System.Collections.Immutable
   - Fix version of library going in %PREFIX/lib/mono/fsharp
   - Align fsc task and target file
   - Use install layout that includes mono/fsharp
   - Fix F# Intereactive on Mono 4.9+
   - Update compiler tools
   - Updates to FSharp.Core nuget package for F# 4.1
   - Fix #656: error FS0193: internal error: No access to the given key

lang/mono: various fixes
 - fix linking with lld [1]
 - double maximum handle size [2]
 - add option to run acceptance tests
 - allow for optional bootstrapping of mono via either installed mcs (if
   available) or via downloaded "monolite" (default)
 - add python and py-pillow as dependencies for bin/mono-heapviz
 - add armv6 as a supported architecture (untested)
 - switch to github for source code:
   - official tarball does not include tests
 - patches:
   - recognise FreeBSD for AOT suffix
   - change mono-heapviz to use pillow instead of PIL

multimedia/banshee: tell portscout to ignore this port
 - Portscout was not skipping the 2.9.1 version, and upstream appears to be
   quiet for the last few years.

x11-toolkits/gtk-sharp20: update to 2.12.43
 - ChangeLog:
   - fix compilation on mono-4.8.0 (incorrect use of sizeof())
   - correctly set owned=true on custom constructors

PR:		218885 [1]
PR:		200937 [2]
2017-05-13 07:48:27 +00:00

96 lines
3.4 KiB
Makefile

# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$
PORTNAME= monodevelop
PORTVERSION= 6.2.1.3
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
MAINTAINER= mono@FreeBSD.org
COMMENT= IDE for the .NET platform
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= mautil:devel/mono-addins \
fsharpc:lang/fsharp \
cmake:devel/cmake \
referenceassemblies-pcl>=0:lang/referenceassemblies-pcl
LIB_DEPENDS= libcurl.so:ftp/curl \
libssh2.so:security/libssh2
RUN_DEPENDS= ${LOCALBASE}/lib/libgdiplus.a:x11-toolkits/libgdiplus \
exctags:devel/ctags \
mautil:devel/mono-addins \
git:devel/git \
svn:devel/subversion \
fsharpc:lang/fsharp
NUGET_DEPENDS= ExtCore=0.8.46 \
FSharp.Compiler.CodeDom=0.9.2 \
FSharp.Compiler.Service=8.0.0 \
FSharp.Core=4.0.0.1 \
Fantomas=2.5.0 \
Microsoft.AspNet.Mvc=5.2.3 \
Microsoft.AspNet.Razor=3.2.3 \
Microsoft.AspNet.WebPages=3.2.3 \
Microsoft.CodeAnalysis=1.3.2 \
Microsoft.CodeAnalysis.Analyzers=1.1.0 \
Microsoft.CodeAnalysis.CSharp=1.3.2 \
Microsoft.CodeAnalysis.CSharp.Workspaces=1.3.2 \
Microsoft.CodeAnalysis.Common=1.3.2 \
Microsoft.CodeAnalysis.VisualBasic=1.3.2 \
Microsoft.CodeAnalysis.VisualBasic.Workspaces=1.3.2 \
Microsoft.CodeAnalysis.Workspaces.Common=1.3.2 \
Microsoft.Composition=1.0.27 \
Microsoft.Web.Infrastructure=1.0.0.0 \
NUnit=2.6.4 \
NUnit.Engine=3.0.1 \
NUnit.Runners=2.6.4 \
NuGet.Build.Packaging=0.1.248 \
Newtonsoft.Json=8.0.3 \
SharpZipLib=0.86.0 \
System.Collections.Immutable=1.3.1 \
System.Reflection.Metadata=1.2.0
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-release --disable-update-mimedb --disable-update-desktopdb \
--enable-maintainer-mode --enable-gnomeplatform --enable-git
USE_GITHUB= yes
GH_ACCOUNT= mono
GH_TUPLE= icsharpcode:RefactoringEssentials:70e434d:1/external/RefactoringEssentials \
mono:cecil:cd2ff63:2/external/cecil \
mono:debugger-libs:256d90d:3/external/debugger-libs \
mono:guiunit:2670780:4/external/guiunit \
mono:ikvm-fork:94d4a29:5/external/ikvm \
mono:libgit-binary:d8b2aca:6/external/libgit-binary \
mono:libgit2:e8b8948:7/external/libgit2 \
mono:libgit2sharp:06bbc96:8/external/libgit2sharp \
mono:mono-addins:1919a2e:9/external/mono-addins \
icsharpcode:NRefactory:a2b55de:10/external/nrefactory \
mono:nuget-binary:58f8910:11/external/nuget-binary \
mono:xwt:f981e41:12/external/xwt
USES= autoreconf desktop-file-utils gettext gmake mono:nuget pathfix shared-mime-info ssl
USE_GNOME= gtksharp20 gnomesharp20
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= Build parallelization not implemented
WRKSRC_SUBDIR= main
PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d*
post-extract:
@${LN} -Fs ${NUGET_PACKAGEDIR} ${WRKSRC}/external/fsharpbinding/packages
post-patch:
${REINPLACE_CMD} 's/0.1.157-dev/0.1.248/g' \
${WRKSRC}/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging/DotNetProjectExtensions.cs \
${WRKSRC}/src/addins/MonoDevelop.Packaging/PostBuild.proj \
${WRKSRC}/src/addins/MonoDevelop.Packaging/Templates/CrossPlatformLibrary.xpt.xml \
${WRKSRC}/src/addins/MonoDevelop.Packaging/Templates/PackagingProject.xpt.xml \
${WRKSRC}/src/addins/MonoDevelop.Packaging/packages.config
${LN} -Fs ${WRKSRC}/packages/System.Collections.Immutable.1.3.1 \
${WRKSRC}/packages/System.Collections.Immutable.1.1.37
${ECHO} "Release ID: ${PORTVERSION}" > ${WRKSRC}/buildinfo
.include <bsd.port.mk>