From owner-freebsd-mono@FreeBSD.ORG Sat Nov 5 19:58:45 2011 Return-Path: Delivered-To: mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A87A81065674 for ; Sat, 5 Nov 2011 19:58:45 +0000 (UTC) (envelope-from crankycyclops@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 699558FC0C for ; Sat, 5 Nov 2011 19:58:45 +0000 (UTC) Received: by ywt32 with SMTP id 32so4955711ywt.13 for ; Sat, 05 Nov 2011 12:58:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=KM/9EOqhmsdzBG7NvHsj6WYm/F07bqrRqW3VOsrUpXk=; b=Dj89gS7ry1fyrkthGFzk72n0aEaT5poxudg+GOvbQiq9iTZmn7NYbR9B5VnJ8D5wX8 u8C6f2kQ9m9NYBeJhBY9u1pUM7EvfRVYWcE8r7KbCdO2MxjNIq4u1at9we+whvdjnJBY vZhVaW3IyF5AGVgXFybyGL6k6cfQuEyhJVl8c= Received: by 10.50.194.231 with SMTP id hz7mr26077688igc.7.1320521691609; Sat, 05 Nov 2011 12:34:51 -0700 (PDT) Received: from [192.168.1.6] (69-12-176-48.dsl.static.sonic.net. [69.12.176.48]) by mx.google.com with ESMTPS id i10sm8610127pbn.10.2011.11.05.12.34.50 (version=SSLv3 cipher=OTHER); Sat, 05 Nov 2011 12:34:51 -0700 (PDT) Message-ID: <4EB58FD3.8090209@gmail.com> Date: Sat, 05 Nov 2011 12:34:43 -0700 From: James Colannino User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111030 Thunderbird/7.0.1 MIME-Version: 1.0 To: mono@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 05 Nov 2011 21:46:13 +0000 Cc: Subject: Building boo-0.9.4.9 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Nov 2011 19:58:45 -0000 Hi there! I tried to build boo-0.9.4.9 from ports and noticed that it was marked as a broken build. I was able to compile and install it just fine outside of ports. There was one issue of a few dlls not being installed by the Makefile properly, so I had to copy them manually after "make install" (that would probably just require a patch to the Makefile), but other than that the build was fine. I wouldn't mind working on the port and making it build cleanly from ports, then sending it back to you. I'd love to eventually get Banshee 2.2 building from ports (so far, I've got it installed outside of ports, along with a few dependencies, and having it outside of ports is making me a little uneasy.) That is, if you'd be willing to provide a small amount of guidance as needed. I've learned a lot, but I'm still somewhat new to FBSD :) Thanks for reading and for your work maintaining this package! James