From owner-freebsd-ports@freebsd.org Thu Apr 28 15:32:39 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D83ACB1F0D7 for ; Thu, 28 Apr 2016 15:32:39 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C630711AE for ; Thu, 28 Apr 2016 15:32:39 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id C176CB1F0D6; Thu, 28 Apr 2016 15:32:39 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C119DB1F0D4 for ; Thu, 28 Apr 2016 15:32:39 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86FD711AD for ; Thu, 28 Apr 2016 15:32:39 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 8CB4A28417; Thu, 28 Apr 2016 17:32:35 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id DBAA42840C; Thu, 28 Apr 2016 17:32:34 +0200 (CEST) Message-ID: <57222D12.9050304@quip.cz> Date: Thu, 28 Apr 2016 17:32:34 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Albert Shih , ports@freebsd.org Subject: Re: Ports with X11 options References: <20160428144920.GJ71021@pcjas.obspm.fr> In-Reply-To: <20160428144920.GJ71021@pcjas.obspm.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 15:32:39 -0000 Albert Shih wrote on 04/28/2016 16:49: > Hi, > > Some ports got a option « WITH_X11 ». I would like to > known what's that mean on a server ? Can I safely disable every WITH_X11 if > those software is for a server. > > For example, php-gd need graphics/cairo. If I disable X11 can I got some > issue with php-gd ? If you don't want to read / write images in some X11 format, you don't need this option enabled. I have this settings in make.conf for all our servers for many years OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS HAL No problems so far. Miroslav Lachman