From owner-freebsd-ports@FreeBSD.ORG Sun Feb 18 00:09:23 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD8E516A401 for ; Sun, 18 Feb 2007 00:09:23 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 8E82113C441 for ; Sun, 18 Feb 2007 00:09:23 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1564659wxc for ; Sat, 17 Feb 2007 16:09:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=JLp1BYrWZHV9H+p7QZom/UBudwYOCBTTnjHerWZ8cgA3yvdMdMiXuBgpOJ4GY4pX1VDB8g0RnEmTwlhOsEaGixtRLd78N7X15TG10H6WpuZBX6K4CJGKpE8cC8Diswasab29K6phm0d4uXWf1eyFgXIkffW0jifzldhvhvpCxF4= Received: by 10.70.29.14 with SMTP id c14mr8326049wxc.1171755737651; Sat, 17 Feb 2007 15:42:17 -0800 (PST) Received: from ?10.0.0.124? ( [201.215.221.113]) by mx.google.com with ESMTP id h37sm10071815wxd.2007.02.17.15.42.16; Sat, 17 Feb 2007 15:42:17 -0800 (PST) From: "Phillip N." To: Tom McLaughlin In-Reply-To: <1171751641.1714.27.camel@localhost> References: <20070213010559.ae84dd0d.nork@FreeBSD.org> <1171751641.1714.27.camel@localhost> Content-Type: text/plain Date: Sat, 17 Feb 2007 20:42:08 -0300 Message-Id: <1171755728.1247.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Norikatsu Shigemura , bsd-sharp-list@forge.novell.com Subject: Re: [Bsd-sharp-list] [ports/lang/mono] crosstalk compiling problem between installed mono and port's mono X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2007 00:09:23 -0000 Hey Nork Do you get the same (port)upgrade problem if you add the following in mono port's Makefile? MAKE_ARGS= EXTERNAL_MCS=false bye!