From owner-freebsd-mono@FreeBSD.ORG Sat Mar 30 13:32:40 2013 Return-Path: Delivered-To: mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B85CC8A1; Sat, 30 Mar 2013 13:32:40 +0000 (UTC) (envelope-from pali.gabor@gmail.com) Received: from mail-oa0-f47.google.com (mail-oa0-f47.google.com [209.85.219.47]) by mx1.freebsd.org (Postfix) with ESMTP id 7D7637BB; Sat, 30 Mar 2013 13:32:40 +0000 (UTC) Received: by mail-oa0-f47.google.com with SMTP id o17so993961oag.20 for ; Sat, 30 Mar 2013 06:32:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=GzgT8Am8UoHRLxX9D3FwzZAtfQIuswmAJ0kX977rMQs=; b=b3JXcOC7I2fKU0dcfvHRb4geU1EEAMgyCAW7G35Z6YqH4/ZJ5JbJDcEd8ECuLtkLt7 oZ9N14DouYYndOofS+2upYfK+uYZSytmwjeEhjp0SjanjuAfAHzdsfBRQnegQtNuffCS wxwyDK78+Cg0nTv1ime1OTuOl1kBB/jHXqb7qNZLN1etkKqAgv5gqtN6gChaHZp7TCFi 1T1mseispFkqhOJwWhrwZOUay9ym9raPo+mZrOr0+R3o/AschVPQ+3CBqvDDg/wQNgrV ki6t1zLzwbtSpkAe8FcT/RikV2zVrxjS5SfJQA2cNd/sJNvsgaijquViQWcYEBTnQ/bn KXtw== MIME-Version: 1.0 X-Received: by 10.60.20.225 with SMTP id q1mr1978763oee.31.1364650354666; Sat, 30 Mar 2013 06:32:34 -0700 (PDT) Sender: pali.gabor@gmail.com Received: by 10.182.87.195 with HTTP; Sat, 30 Mar 2013 06:32:34 -0700 (PDT) In-Reply-To: <0DC558B3-6CFA-468C-ADB0-8B56E1F335A4@freebsd.org> References: <201303300842.r2U8g1H0064530@pointyhat.freebsd.org> <0DC558B3-6CFA-468C-ADB0-8B56E1F335A4@freebsd.org> Date: Sat, 30 Mar 2013 14:32:34 +0100 X-Google-Sender-Auth: Up62NFJXEMKI2jdIzOMpm9rfhKs Message-ID: Subject: Re: fsharp-3.0.25 failed on i386 8 From: Gabor Pali To: Martin Wilke Content-Type: text/plain; charset=ISO-8859-1 Cc: mono@freebsd.org X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.14 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, 30 Mar 2013 13:32:40 -0000 On Sat, Mar 30, 2013 at 9:47 AM, Martin Wilke wrote: > Could someone please have a look? Hum, I think the problem is that pkgng required me to include ${LOCALBASE} in pkg-plist otherwise it was not able to remove directories and files installed under the local Mono directory. However, it apparently does not work with pkg_* tools: >> pkg_delete: file '/usr/local//usr/local/lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0' doesn't exist [...] Perhaps I should ask bapt about this and try to find a solution that works for both package management approaches.