From owner-freebsd-ports@FreeBSD.ORG Mon Jun 23 19:02:25 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D37B106567F for ; Mon, 23 Jun 2008 19:02:25 +0000 (UTC) (envelope-from dale.hagglund@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id AC4668FC1B for ; Mon, 23 Jun 2008 19:02:24 +0000 (UTC) (envelope-from dale.hagglund@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so658526ana.13 for ; Mon, 23 Jun 2008 12:02:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=FP1zybZD8Px7VVca463vbQLbuwAB6Cf2kc9wNeX6y3s=; b=OUvtghlXU322TwYHm/5p3ydujlsklWPu/IkW1M1V8K9RtrUGtq2eqnqcshK0OB8hgL KhxvKXAj6IKpGYS+AcXblt3wXHUUlDuEmXDu8ChPhcoXiqI8+8oZo4Fqpzmp6KQgp7qo poO8cWM9HhogLJD5VpBArCOGka7XKDhxn1mig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=A+ffyKkvDSTEA/hLgX4AWXEdXkvxWomdnMm6FIyJwFhMsCYv8ndtn47yxZaLKtal+5 RYK5Np0ArvEmfU6MxhqkAbndplcI13vm+AZk++HJJNBstzmrvd+aQfPKN9s/IQLY17IT wFU1/pNQTdDoICIAKdS4IZX0JksabZalsyV4k= Received: by 10.100.42.4 with SMTP id p4mr13888013anp.76.1214247743852; Mon, 23 Jun 2008 12:02:23 -0700 (PDT) Received: from ponoka.ab.hsia.telus.net ( [75.155.82.234]) by mx.google.com with ESMTPS id f75sm12063478pye.2.2008.06.23.12.02.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Jun 2008 12:02:17 -0700 (PDT) From: Dale Hagglund To: Vivek Khera References: <863an6muwp.fsf@ponoka.ab.hsia.telus.net> Date: Mon, 23 Jun 2008 13:01:48 -0600 In-Reply-To: (Vivek Khera's message of "Mon, 23 Jun 2008 12:30:41 -0400") Message-ID: <86zlpcj7qb.fsf@ponoka.ab.hsia.telus.net> User-Agent: Gnus/5.110008 (No Gnus v0.8) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ports@freebsd.org Subject: Re: erlang doesn't build on 7.0? 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: Mon, 23 Jun 2008 19:02:25 -0000 >>>>> "Vivek" == Vivek Khera writes: Vivek> erlang-r12b2,1 installed just fine on our 7.0/i386 box a Vivek> couple of months ago. It was pulled in as a dependency of Vivek> ejabberd automatically. Thanks for the information. Did you compile via the port, or install from the pre-built package? Since I have no immediate need for the java support that comes with lang/erlang, I uninstalled my modified version and added erlang-{lite,doc} from packages. Dale.