From owner-cvs-src@FreeBSD.ORG Fri Dec 15 16:09:27 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FDE616A47B; Fri, 15 Dec 2006 16:09:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F4D43D58; Fri, 15 Dec 2006 16:04:43 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kBFG666P049816; Fri, 15 Dec 2006 11:06:08 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "M. Warner Losh" Date: Fri, 15 Dec 2006 10:39:39 -0500 User-Agent: KMail/1.9.1 References: <20061214.110703.-432837811.imp@bsdimp.com> <20061214192036.2BBBE45042@ptavv.es.net> <20061214.132111.1102529758.imp@bsdimp.com> In-Reply-To: <20061214.132111.1102529758.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612151039.41128.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 15 Dec 2006 11:06:09 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2338/Fri Dec 15 09:41:09 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx X-Mailman-Approved-At: Fri, 15 Dec 2006 17:02:20 +0000 Cc: scottl@samsco.org, src-committers@freebsd.org, zombyfork@gmail.com, cokane@cokane.org, cvs-src@freebsd.org, oberman@es.net, obrien@freebsd.org, cvs-all@freebsd.org, mjacob@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 16:09:27 -0000 On Thursday 14 December 2006 15:21, M. Warner Losh wrote: > In message: <20061214192036.2BBBE45042@ptavv.es.net> > "Kevin Oberman" writes: > : > Date: Thu, 14 Dec 2006 11:07:03 -0700 (MST) > : > From: "M. Warner Losh" > : > Sender: owner-cvs-all@freebsd.org > : > > : > In message: <346a80220612140903meecf42av7383632e8173525@mail.gmail.com> > : > "Coleman Kane" writes: > : > : Just to let you know, there are still a significant number of amd64 > : > : single-core laptops that are still sold these days. > : > > : > I have one myself. But I'm considering running FreeBSD/i386 on it > : > because of all the issues I've had getting a working OpenOffice on it. > : > > : > Warner > : > _______________________________________________ > : > cvs-all@freebsd.org mailing list > : > http://lists.freebsd.org/mailman/listinfo/cvs-all > : > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > : > > : > : The new release of OOo is SUPPOSED to be 64-bit clean. I have no idea > : when 2.1 will be ported to FreeBSD, but I hope it will be soon. > : > : OTOH, I see little reason to run amd64 on most systems which don't have > : large memories or some other specific reason to run it. The binaries are > : larger and generally performance changes are minimal. > > Last time I tried to build, I tripped over the jdk needing java > needing mozilla and mozilla was marked as not buildable due to > security issues. On 6.x at least, just install the diablo-jdk and build WITHOUT_MOZILLA=yes and you should be fine. -- John Baldwin