From owner-freebsd-ports@FreeBSD.ORG Tue Sep 7 21:22:31 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23BDD16A4CE for ; Tue, 7 Sep 2004 21:22:31 +0000 (GMT) Received: from lakermmtao01.cox.net (lakermmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A3643D1F for ; Tue, 7 Sep 2004 21:22:30 +0000 (GMT) (envelope-from error404@cox.net) Received: from [192.168.123.106] (really [68.225.59.143]) by lakermmtao01.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP <20040907212230.SRWF17927.lakermmtao01.cox.net@[192.168.123.106]>; Tue, 7 Sep 2004 17:22:30 -0400 Message-ID: <413E2697.2040004@cox.net> Date: Tue, 07 Sep 2004 16:22:31 -0500 From: Tom Cage User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org, Sean McNeil Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: emacs for the athlon64 ??? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 21:22:31 -0000 Ports, I am using an Athlon64 in 64 bit mode for FreeBSD-5.3-BETA3 and I have ran into a problem with emacs. # /usr/ports/editors/emacs20 The following clip from Makefile shows that ONLY_FOR_ARCHS= i386 alpha does not include amd64. Simply adding amd64 to the line does not work either. Will you update emacs to install in 64 bit mode for the amd64? Tom /******************************************************************************/ # New ports collection makefile for: GNU emacs # Date created: 29 October 1994 # Whom: jkh # # $FreeBSD: ports/editors/emacs20/Makefile,v 1.65 2004/04/30 14:01:50 clive Exp $ # PORTNAME= emacs PORTVERSION= ${EMACS_VER} PORTREVISION= 3 CATEGORIES+= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= shige/emacs PATCHFILES= emacs-20.7-linespace-patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER?= ports@FreeBSD.org COMMENT?= GNU editing macros ONLY_FOR_ARCHS= i386 alpha /******************************************************************************/ gigabyte# gigabyte# uname -a FreeBSD gigabyte.dl.cox.net 5.3-BETA3 FreeBSD 5.3-BETA3 #1: Tue Sep 7 13:47:25 CDT 2004 root@gigabyte.dl.cox.net:/usr/src/sys/amd64/compile/MYKERNEL amd64 gigabyte# /******************************************************************************/