From owner-freebsd-mono@freebsd.org Sat Aug 29 07:09:16 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 DC2769C5EA6 for ; Sat, 29 Aug 2015 07:09:16 +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 BB78A15A5 for ; Sat, 29 Aug 2015 07:09:16 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id BA9549C5EA5; Sat, 29 Aug 2015 07:09:16 +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 A052C9C5EA4 for ; Sat, 29 Aug 2015 07:09:16 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (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 72F2415A4 for ; Sat, 29 Aug 2015 07:09:16 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by paczk9 with SMTP id zk9so226915pac.0 for ; Sat, 29 Aug 2015 00:09:16 -0700 (PDT) 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=uS1IDZwF2+vJ5x8XF2eKsuRFBwoeDKEXFCQrLdYGxF0=; b=y4vgx2lf4VPMFajOuKpphA32NKKpjmWlUe5oiH1+/qzYldyQNHPp+GN2LqrTSFilAe T9Q9Wng2I9rUP5HWvxAjFOo7VpwCeD5AZrt8Cl32Gg5BLo9ITo4g/Iq1rEKFPbfR+Nft JKTDy7swLfD8yaJw6BG31Bn2Z8COi5fcOYX2IkSoqGdRktkRTQ3NtYA/93XtY4IHpqvL +M4fgGJXMYiQcdGGUYgrHhxRSMxJIBDFHW6TbpqmFSlI7CW41tylfNbmrNRbzxQQAFLE Idqm6AHrVqDfhKx9bS7z+I1ypChE+1nq7WsoPEzgeeKJwISFbFgzbgCyDyEYyaKA3p+L mGcQ== MIME-Version: 1.0 X-Received: by 10.66.66.202 with SMTP id h10mr19980440pat.145.1440832155988; Sat, 29 Aug 2015 00:09:15 -0700 (PDT) Received: by 10.66.77.98 with HTTP; Sat, 29 Aug 2015 00:09:15 -0700 (PDT) In-Reply-To: <55E153A5.1010804@gmail.com> References: <55E144BB.4000907@gmail.com> <55E153A5.1010804@gmail.com> Date: Sat, 29 Aug 2015 00:09:15 -0700 Message-ID: Subject: Re: Hello From: Russell Haley To: Jeff Sukow , Ivan Radovanovic , mono@freebsd.org 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: Sat, 29 Aug 2015 07:09:17 -0000 Okay, well I can make all the changes required and submit it to the bugzilla for a 5.10 port. Do you mind playing tester? Give me a a week and I should have something for you. If you follow the previous email, you can build from the git repository I've got 5.10 running right now. Hey Ivan, how are you? Did you ever get the kQueueWatcher fixed? Russ On Fri, Aug 28, 2015 at 11:39 PM, Jeff Sukow wrote: > > Well, more patient? No, keep pushing. Lately there has been a lack of > mono/.Net contribution in FreeBSD (been hanging around for 3 years or so). > You have made it way further than I have with getting MonoDevelop to work. > I'm glad you pushed as far as you did, now to help get it implemented.... > I'm not sure how to do that either but I have some ideas. > > Do you watch BSDNow ? Good > show. They are always asking about issues in the FreeBSD community. I think > this issue fits. You could contact them feedback@bsdnow.tv. I will try to > hit up TJ their producer who I have has some contact with in the past... > > Of course, maybe someone will see you message on the mono@freebsd.org > list and answer all your questions. > > Jeff > > > On 08/29/15 01:06, Russell Haley wrote: > > Ah ha, I understand now. Sorry, I get a bit indignant when I don't get > responses from mailing lists or forums. I should learn to be more patient. > > My email titled MonoDevelop 5.10 for FreeBSD 10.1 spells out the fixes > needed (I'll forward it again after this). But not how to implement them. > I was just going through the porters handbook to figure out where to make > the changes required to get this moving, but if you're up to speed, then it > may be faster for you to do it. I'm cool either way. So steps forward: > > 1)We need to update the Makefile to point to the latest sources. While > Xmarian seems to publish tarballs, we could also consider moving to a git > based fetch. > 2) The port and/or pkg install for mono needs to be updated to run > mozroots (as per previous email). I'm just as cool with it being in the > monodevelop installation, but Mike Hutchison from Xmarian recommended it go > in the mono installation > 3) "setenv MONO_MANAGED_WATCHER true" needs to be set somewhere as there > is still a bug in kevents. I set my in the MonoDevelop in the > /usr/local/bin directory. This could be applied after installation or using > a patch to the command that creates the script during the install target. > maybe??? > 4) env SHELL=/usr/local/bin/bash needs to be added to either a make > target or to the /scripts/configure.sh script specifically. This could be > done using a patch > 5) The restore-packages target needs the following change: > > - nuget restore > + mono > /usr/home/rhaley/git/monodevelop/main/external/nuget-binary/NuGet.exe > restore > > That would get us going. > > *Thoughts? * > > *Russ * > > On Fri, Aug 28, 2015 at 10:35 PM, Jeff Sukow wrote: > >> I have been on vacation for a bit and just saw your message on >> mono@freebsd.org. I figured I would hit you up >> directly vs the list... >> >> Where does MonoDevelop stand? I think I saw that you had/almost had it >> working... >> >> Jeff >> > > >