From owner-freebsd-ports@FreeBSD.ORG Tue May 6 19:57:44 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 425D0DD9; Tue, 6 May 2014 19:57:44 +0000 (UTC) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "tensor.andric.com", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 017E5C91; Tue, 6 May 2014 19:57:44 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::640e:131e:1b3e:f05c] (unknown [IPv6:2001:7b8:3a7:0:640e:131e:1b3e:f05c]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 1B54F5C43; Tue, 6 May 2014 21:57:36 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: i386 emacs run-time dependency on gcc? From: Dimitry Andric In-Reply-To: <53692CC6.7030802@jrv.org> Date: Tue, 6 May 2014 21:57:35 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <86206548-CE82-4AB7-BC9E-C3BE92122F6A@FreeBSD.org> References: <53692CC6.7030802@jrv.org> To: "James R. Van Artsdalen" X-Mailer: Apple Mail (2.1874) Cc: Ashish Shukla , FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 19:57:44 -0000 On 06 May 2014, at 20:41, James R. Van Artsdalen = wrote: > I realize emacs needs to be built with gcc on i386 Not since head r263312, which I also merged to stable/10 and stable/9 in r263765. Just comment the USE_GCC line in editors/emacs/Makefile. > but should there be > a run-time dependency too? The emacs package tarball requires gcc to > install. If you build with a gcc port, the program will require the gcc runtime support (e.g. libgcc, libstdc++) of that particular version. Usually it is installed in /usr/local/lib/gccXY. Currently there do not seem to be any separate 'gccXY-libs' ports. I am not sure if that will come to pass, as many people appear to loathe this kind of separated packages... :) -Dimitry