From owner-freebsd-java@FreeBSD.ORG Sat Apr 8 08:25:22 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E25816A401 for ; Sat, 8 Apr 2006 08:25:22 +0000 (UTC) (envelope-from stefan@sf-net.com) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id A201743D45 for ; Sat, 8 Apr 2006 08:25:21 +0000 (GMT) (envelope-from stefan@sf-net.com) Received: from [195.238.136.209] (helo=[192.168.130.51]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis), id 0ML2ov-1FS8kx2Tnv-0001Wl; Sat, 08 Apr 2006 10:25:20 +0200 In-Reply-To: <20060408032859.U947@ganymede.hub.org> References: <20060408032859.U947@ganymede.hub.org> Mime-Version: 1.0 (Apple Message framework v749.3) X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Stefan Date: Sat, 8 Apr 2006 10:25:16 +0200 To: Marc G. Fournier X-Mailer: Apple Mail (2.749.3) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:0525cf9cbe16c6d3d153baa8ed291ac7 Cc: freebsd-java@freebsd.org Subject: Re: JDK binary without X X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 08:25:22 -0000 > > packages are generally built based on 'most common situation', vs > 'least' ... even the 'build your own version' in ports defaults to > building with X, and you have to explicitly tell it not to ... > Your right. Now I try to install via ports.... How can I explicitly tell to not intsall the jdk15-port with x- libraries? I only saw three options: WITH_DEBUG WITH_IPV6 WITHOUT_WEB The only option which sounds a little like to not install with x- libraries is WITHOUT_WEB which I have activated. But even with that option it tries to install openmotiv which has a dependency of x- libraries. Thanks, Stefan