From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin Fredriksson Newsgroups: gmane.emacs.devel Subject: Re: configure.in/darwin: remove fink dependency? Date: Fri, 11 Feb 2005 05:45:40 +0100 Message-ID: <50bef45e65ff6e5858a4adb970fab549@rfc.se> References: <3e1a81be655c454f2e830db588446f90@rfc.se> <87is4zu3zp.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108097121 31903 80.91.229.6 (11 Feb 2005 04:45:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2005 04:45:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 11 05:45:14 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CzSg5-0000zF-00 for ; Fri, 11 Feb 2005 05:45:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzSux-0002rm-Ed for ged-emacs-devel@m.gmane.org; Fri, 11 Feb 2005 00:00:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzSua-0002qN-Ph for emacs-devel@gnu.org; Fri, 11 Feb 2005 00:00:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzSuV-0002nL-79 for emacs-devel@gnu.org; Fri, 11 Feb 2005 00:00:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzSuU-0002nB-Mf for emacs-devel@gnu.org; Fri, 11 Feb 2005 00:00:06 -0500 Original-Received: from [195.47.254.20] (helo=mail.rfc.se) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CzSga-0003RG-SN for emacs-devel@gnu.org; Thu, 10 Feb 2005 23:45:45 -0500 Original-Received: from [10.15.100.51] (c273a.g-ml.bostream.se [212.181.21.101]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.rfc.se (Postfix) with ESMTP id EF7B65A12; Fri, 11 Feb 2005 05:45:42 +0100 (CET) In-Reply-To: <87is4zu3zp.fsf-monnier+emacs@gnu.org> Original-To: Stefan Monnier X-Mailer: Apple Mail (2.619.2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:33241 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33241 On 11 feb 2005, at 05.20, Stefan Monnier wrote: >> In configure.in, for powerpc-apple-darwin, I believe that "using fink >> packages if available" should be removed. There is no use for that >> (as far >> as I know?) since the needed packages (I think it's only ncurses) are >> part >> of the normal development environment. > > Well, I added this code specifically to find some extra libs, not > for ncurses. I can't remember exactly which libs I cared about but > IIRC > there was Xaw3d (used for the scrollbar) as well some image libs. > There could also be gtk libs there for people who want to build with > gtk. > > AFAIK the reasons I added the code are still valid. Maybe this only > makes > sense for the X11 build and not for the Carbon build, I wouldn't know > (I > only build it for X11). I forgot about X11... (I only build for Carbon...). I understand the need there. Perhaps then it should also check for darwinports (/opt/local/{include,lib}) as some people use that instead of fink? I still think it's a problem with dependencies on files which are not always present, but I guess one just has to be careful when building a binary package (I do 'mv /sw /sw.SAVE' prior to my build...). /m