From owner-freebsd-ports@FreeBSD.ORG Fri Jul 18 06:27:32 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A60E41065670 for ; Fri, 18 Jul 2008 06:27:32 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 1A9438FC12 for ; Fri, 18 Jul 2008 06:27:31 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so129257fgb.35 for ; Thu, 17 Jul 2008 23:27:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/baeMTBBYWcLjTD9KiKvn5oUPIV20+1yDs9+rKmhhJM=; b=XVTHD3lUW/tRVFMDB1fGo/zsJhDcT6W78DqM0DX72kzYPOQdAhA3dJy1tJAa9RY6Fl VS52Z03GUHO2H2cQY4mY22ylfxR8YgsFyXqX1IOZRZeNSfDB/uBCIxV247O+W6gAzWK/ G5QK9pTtBlr+JbkqZLmdTTZYyDalzCYDICB1E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=CUJWj8yz14d8WYuTmybMIvT/elwL1bL/jhRhCmaY+ZRijW/qNU6WQ4SFHqVRDYlzeX GJHzAvsJsDpwQs3in48whTLgSmxJu76wJ/JCiPPxWvG7lNQn5z5lHjQ5Mx7m29LRkENm k2BiZv80NHEZfJr45cflH1XmAMA1uVa6JtU5E= Received: by 10.86.72.3 with SMTP id u3mr5327387fga.37.1216362450877; Thu, 17 Jul 2008 23:27:30 -0700 (PDT) Received: by 10.86.51.1 with HTTP; Thu, 17 Jul 2008 23:27:30 -0700 (PDT) Message-ID: <7d6fde3d0807172327o32f41030ue91b76b634ea531d@mail.gmail.com> Date: Thu, 17 Jul 2008 23:27:30 -0700 From: "Garrett Cooper" To: "Mike Brown" In-Reply-To: <200807172217.m6HMHGCi096742@chilled.skew.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <28f643d90807170416i333b12ceqd96845577b27890c@mail.gmail.com> <200807172217.m6HMHGCi096742@chilled.skew.org> Cc: Okalany Daniel , funman@videolan.org, freebsd-ports@freebsd.org Subject: Re: Vlc 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: Fri, 18 Jul 2008 06:27:32 -0000 On Thu, Jul 17, 2008 at 3:17 PM, Mike Brown wrote: > Okalany Daniel wrote: >> Is there a way to install vlc media player without the X11 or any other gui >> tools? WITHOUT_X11 doesn't seem to be working > > There's no WITHOUT_X11 target in the port's Makefile, so it's not going to > do anything. > > http://forum.videolan.org/viewtopic.php?=&p=101162 and the existence of a > Debian & Ubuntu "vlc-nox" package [1] suggests that it can be done, but you'll > have to do a custom build with a number of --without-foo configure options > set. The following options will need to be passed into configure: --disable-x11 --disable-xvideo --disable-glx --disable-sdl --disable-sdl-image --disable-freetype --disable-fb --disable-hd1000v --without-x DirectFB, SVG, and QTE support should also be disabled. Cheers, -Garrett