From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 19:37:06 2014 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2473A3F7 for ; Mon, 21 Apr 2014 19:37:06 +0000 (UTC) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id EF9C71D80 for ; Mon, 21 Apr 2014 19:37:05 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 554D333C48; Mon, 21 Apr 2014 15:27:55 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 2666F39846; Mon, 21 Apr 2014 15:27:52 -0400 (EDT) From: Lowell Gilbert To: Fbsd8 Subject: Re: links "make config" selection References: <53554196.2000801@a1poweruser.com> Date: Mon, 21 Apr 2014 15:27:52 -0400 In-Reply-To: <53554196.2000801@a1poweruser.com> (fbsd8@a1poweruser.com's message of "Mon, 21 Apr 2014 12:04:38 -0400") Message-ID: <44lhuy5vpj.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 19:37:06 -0000 Fbsd8 writes: > I want to run links from the console not from desktop. > I do [make config] and turn off x11 support and turn on svglib support. Turning off X support is only necessary if the system doesn't need X installed at all. A version with the X support included will work fine on the console. > This time I see an option called DirectFB graphics support. > Can someone tell me where I can find documentation on what and how > this support is intended to be used? In the Makefile. You'll find that the option does two things: Makefile:LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib makes this port depend on the svgalib port, and Makefile:CONFIGURE_ARGS+= --with-svgalib sets up to tell configure to use svgalib