From owner-freebsd-ports@FreeBSD.ORG Sat May 30 23:21:47 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC984106566C for ; Sat, 30 May 2009 23:21:47 +0000 (UTC) (envelope-from pete@altadena.net) Received: from puffin.altadena.net (puffin.altadena.net [173.10.157.234]) by mx1.freebsd.org (Postfix) with ESMTP id 9984F8FC12 for ; Sat, 30 May 2009 23:21:47 +0000 (UTC) (envelope-from pete@altadena.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=2.puffin; d=altadena.net; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=BlBW4iO+CWgttJtp1cyjLVb0x0EcMuMROOvzcifYps5F35ixskdht2OqlV1TUKJw8zFAI9hiEm7bukoWKEDqnm/qkChUMhFHkzvMteRF6CINBBWuoQRgIYm/rSlY0UfR9z1a9WUCFUbQbEiZy64+RJkb3bcMF6hUR0kZIxE4mHs=; Received: from gate.east.altadena.net ([173.10.157.233] helo=port4l.altadena.net) by puffin.altadena.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MAXbD-000IVA-NA for ports@freebsd.org; Sat, 30 May 2009 19:04:23 -0400 Message-ID: <4A21BB6F.9040805@altadena.net> Date: Sat, 30 May 2009 19:04:15 -0400 From: Pete Carah User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Setiathome X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2009 23:21:48 -0000 It would be very nice to those of us that install setiathome on remote servers to be able to build it without needing all of X and GL. I'm not the only one since there *is* an option in configure (--disable-graphics) to do this (but when I did the obvious to the makefile to add this option, something else (a SED script late in the build??) broke.) Anyhow, a make option to do this would be very welcome. I guess I can figure out how to do this and submit a send-pr, but someone probably already knows how... -- Pete