From owner-freebsd-mono@freebsd.org Fri Nov 13 04:35:50 2015 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30ABEA2D5A8; Fri, 13 Nov 2015 04:35:50 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-yk0-x22c.google.com (mail-yk0-x22c.google.com [IPv6:2607:f8b0:4002:c07::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E583F1997; Fri, 13 Nov 2015 04:35:49 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by ykfs79 with SMTP id s79so129745148ykf.1; Thu, 12 Nov 2015 20:35:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ig4aPgiAchktzAxzAIlFQL9mb0WFkk5qMhgVCece2Ok=; b=JXV3WTGbU1S/wEew2Q/nBRK6vVAjv13aI5N0m2zeyYMCoQnY2cJ1h7AuGR1JKXWsZ9 4QH2Mf7b1c6D++wXuaU03NX4pTovO4VkOjz//IOO2yQhlnpPvdRnI06GWCfSz3w3YysC Qx4FAxX4AoIT0+O/rIqy9qkpon6olxQMmcDTnILpbC7k8LfWpFCdXcVUbWeFL5bl9m9Q 2GZ9Qan1h8Pz1V/1vqJWp+ndCkSPpAppEnSy7pEZaIJZpR0kAobJTDcGC4JyxIKVVTvq 64FtXjznTl2aWRcmYTzAzIjW3dnDJYgLgkWsiiJRnfy/ssF3UGii3QQBwdQLXDAJG45F 77jw== MIME-Version: 1.0 X-Received: by 10.129.116.85 with SMTP id p82mr18712259ywc.158.1447389349172; Thu, 12 Nov 2015 20:35:49 -0800 (PST) Received: by 10.31.47.137 with HTTP; Thu, 12 Nov 2015 20:35:49 -0800 (PST) In-Reply-To: References: Date: Thu, 12 Nov 2015 20:35:49 -0800 Message-ID: Subject: Fwd: Mono 4.2 From: Russell Haley To: Mam Ruoc , mono@freebsd.org, freebsd-mono@freebsd.org, Chris McVittie Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 04:35:50 -0000 Hi Mam, Mr. McVittie manually patched the ports Makefile and was able to update to 4.2.1. I was able to replicate his success following his steps below. Chris, are you planning on creating a patch? Regards, Russ ---------- Forwarded message ---------- From: Chris McVittie Date: Fri, Nov 6, 2015 at 2:04 PM Subject: Re: Mono 4.2 To: freebsd-mono@freebsd.org Hi, So I had a first hack at this... Using the existing port rm -rf files edit Makefile PORTVERSION= 4.2.1.91 WRKSRC= ${WRKDIR}/mono-4.2.1 make makesum make install make makeplist make clean && make install All seems to "just work." I'm suspicious that this is too easy? ``` root@bsd-1:/usr/ports/lang/mono # mono --version Mono JIT compiler version 4.2.1 (Stable 4.2.1.91/8862921 Fri Nov 6 21:13:46 UTC 2015) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notification: kqueue Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: sgen ``` Is there anything else I should check? Thanks, Chris On Tue, Oct 27, 2015 at 8:15 PM Chris McVittie wrote: > Hi, > I was wondering if there was a plan for supporting mono 4.2? There are > lots of useful fixes and features around the threadpool that would be good > to have access to. > > (I'm completely new here, and while willing to help, suspect my help won't > be useful!) > > Thanks, > Chris > _______________________________________________ freebsd-mono@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-mono To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebsd.org"