From owner-freebsd-mono@freebsd.org Tue Nov 24 03:37:27 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 C7394A35401 for ; Tue, 24 Nov 2015 03:37:27 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A4FD71A11 for ; Tue, 24 Nov 2015 03:37:27 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A2B04A35400; Tue, 24 Nov 2015 03:37:27 +0000 (UTC) Delivered-To: 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 A23F8A353FE for ; Tue, 24 Nov 2015 03:37:27 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (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 7916B1A10 for ; Tue, 24 Nov 2015 03:37:27 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by padhx2 with SMTP id hx2so6716479pad.1 for ; Mon, 23 Nov 2015 19:37:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:message-id:date :subject:from:in-reply-to:references:to:cc; bh=o3Cka1zXTyKIXSuhLVUZdOL1Et4I7upmXmVbcjIO8WM=; b=rPuGhNDl/6qAB5ehKkAgk89kOH+/Pgi9S0bgG4rXhFRLmg9+VrSswnXs52vLO3BUnV m6cjlz2xZ3sgxCrp68pHZApg2C9i01by5FaNHk3IrOcUn214dhDf244J38B4WSOd9Or7 xx7PbpZyTpznXByysh850/Hg07jo+KJg5lWVCQJGoQW0El0N0g03QBAq9S8BvS5MP16x MvYnSKvF89CLkVhnu78V97PEpyi8VnUkUBOexGLSP0rWWQfFVQsg5zNc+yv98vzouE4g 4T/KWbBHUrQEV6lobIbQchDXDok45jjNi+eaM0GffTJTOpjdZkYorxvCJW2UUFx87yEf KXog== X-Received: by 10.68.174.196 with SMTP id bu4mr40260786pbc.155.1448336246947; Mon, 23 Nov 2015 19:37:26 -0800 (PST) Received: from [127.0.0.1] ([216.113.200.184]) by smtp.gmail.com with ESMTPSA id q129sm11700048pfq.19.2015.11.23.19.37.25 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Nov 2015 19:37:26 -0800 (PST) Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: BlackBerry Email (10.3.2.2639) Message-ID: <20151124033725.4386898.31704.933@gmail.com> Date: Mon, 23 Nov 2015 19:37:25 -0800 Subject: Fw: Mono 4.2 From: Russell Haley In-Reply-To: References: To: Alan Valentine Cc: mono@freebsd.org 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: Tue, 24 Nov 2015 03:37:28 -0000 Below are the instructions to do a manual upgrade to 4.2 by adjusting the c= urrent port files. There was some talk about creating a patch but I think w= e are waiting on the next mono release.=A0 Hope that helps.=A0 Russ Sent=A0from=A0my=A0BlackBerry=A010=A0smartphone=A0on=A0the=A0Koodo=A0networ= k. =A0 Original Message =A0 From: Chris McVittie Sent: Friday, November 6, 2015 2:04 PM To: freebsd-mono@freebsd.org Subject: Re: Mono 4.2 Hi, So I had a first hack at this... Using the existing port rm -rf files edit Makefile PORTVERSION=3D 4.2.1.91 WRKSRC=3D ${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"