From owner-freebsd-ports@freebsd.org Sun Sep 11 09:15:38 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 DAEF1BD480B for ; Sun, 11 Sep 2016 09:15:38 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (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 9C80895A for ; Sun, 11 Sep 2016 09:15:38 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:1246:f201:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id E28B960EA91; Sun, 11 Sep 2016 11:15:36 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de E28B960EA91 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1473585337; bh=RWmsnn/joPt9NROCFx9RCQdqXnLZ3SXkv7ZcWnZExM4=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=lnl020ut8Cps6CTPpIFd6v5QS9NrZr8LyPoUSkRN4cxiUqT32RhWqxBOdY7nNWBxl 7ttGvaLrlApSlBTDIafGb3XbBXvbTmEcDkLgIaqGucCjbgvaBllOS6D5ze+0D9GwV2 1kBhO77rRIOV5IEwiOrJmgirHo6+CGBkFULnL3zU= Received: from [192.168.0.151] (aftr-185-17-205-243.dynamic.mnet-online.de [185.17.205.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 4130B5976DA; Sun, 11 Sep 2016 11:15:36 +0200 (CEST) Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) To: Kurt Jaeger References: <20160901132915.GJ96200@home.opsec.eu> <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> <20160911074115.GD93158@home.opsec.eu> <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> <20160911084208.GG85563@home.opsec.eu> <20160911085738.GH85563@home.opsec.eu> Cc: freebsd-ports@freebsd.org From: Matthias Fechner Message-ID: Date: Sun, 11 Sep 2016 11:15:23 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160911085738.GH85563@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 09:15:38 -0000 Am 11.09.2016 um 10:57 schrieb Kurt Jaeger: > Thanks for the hint. > > I'm testbuilding jdk8 right now to test this. hm, that is strange. I have in the port: USE_JAVA= yes JAVA_VERSION= 1.8+ JAVA_RUN= yes so it should pull java8 as run dependency already. Is it not installed on your system? Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook