From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Sun, 24 Apr 2016 21:40:37 +0200 Message-ID: References: <790aa503-245d-e503-0c4f-787b12e31002@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1461526868 18623 80.91.229.3 (24 Apr 2016 19:41:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Apr 2016 19:41:08 +0000 (UTC) Cc: YAMAMOTO Mitsuharu To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 24 21:40:58 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1auPtp-0007IL-HO for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2016 21:40:57 +0200 Original-Received: from localhost ([::1]:56402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auPtl-0005QD-Qt for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2016 15:40:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auPth-0005Km-AT for emacs-devel@gnu.org; Sun, 24 Apr 2016 15:40:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1auPte-00009F-44 for emacs-devel@gnu.org; Sun, 24 Apr 2016 15:40:49 -0400 Original-Received: from smtp201.alice.it ([82.57.200.97]:10960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auPtd-000093-Mx for emacs-devel@gnu.org; Sun, 24 Apr 2016 15:40:46 -0400 Original-Received: from [192.168.1.101] (79.19.227.36) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 571A1DD50069E85E; Sun, 24 Apr 2016 21:40:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 In-Reply-To: <790aa503-245d-e503-0c4f-787b12e31002@alice.it> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:203274 Archived-At: BTW, I downloaded https://bitbucket.org/mituharu/emacs-mac/get/master.tar.gz and build it. I find "make install" puts things in share/emacs/24.5/... But is it to be expected a '24.5' version number for master? On GNU/Linux and Windows I find '25.1.50', which I think is the right value.. Angelo Il 23/04/2016 15:03, Angelo Graziosi ha scritto: > YAMAMOTO Mitsuharu wrote: >> The ninth update of the Mac port based on Emacs 24.5 is available from >> >> ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.5-mac-5.16.tar.gz >> >> and Git repository is also available at >> >> https://bitbucket.org/mituharu/emacs-mac.git >> >> A bare development branch (no documentation updates yet) based on the >> pretest versions of Emacs 25.1 is also available from the "work" >> branch of the above repository. > > If I understand, the Mac port build, by default, installs things both in > Emacs.app and in /usr/local. > > How can we setup the build so all things go in Emacs.app (so that we can > move all the Emacs.app tree in /Applications or /opt)? > > I see that MacPorts people do this manually > (https://trac.macports.org/browser/trunk/dports/aqua/emacs-mac-app/Portfile) > instead it would be useful that we can have a choice. > > Maybe Mac port build needs a mac/INSTALL.MAC > > > Angelo