From owner-freebsd-ports@freebsd.org Wed Aug 31 10:39:02 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 17D92BC9A57 for ; Wed, 31 Aug 2016 10:39:02 +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 D2C37A1D for ; Wed, 31 Aug 2016 10:39:01 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-185-17-205-182.dynamic.mnet-online.de [185.17.205.182]) (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 041995BDC87 for ; Wed, 31 Aug 2016 12:38:59 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 041995BDC87 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=1472639940; bh=aOGAPsrUngHAmSrHrHjQuZS4bQjXCaSferqRc22ml1c=; h=To:From:Subject:Date; b=s1eaGzeQtAGAXSi/sHV9EKmPAhl9L2SmvQBhmHtnNDVtb/70Ggr0QQgjX6syJ0ZaU sArV9Y6A2gu2UkX7jKHLJlDyR5zFKe1357hkFjhVuMWLBtLWDkL7hgLbzzdw2Iv7cA D9gwwlXLFwpdDo1zRmS25or8DGqngujOXARA//U0= Received: from [192.168.0.151] (aftr-185-17-205-182.dynamic.mnet-online.de [185.17.205.182]) (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 86070546E0E for ; Wed, 31 Aug 2016 12:38:59 +0200 (CEST) To: freebsd-ports@freebsd.org From: Matthias Fechner Subject: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) Message-ID: <403d02ce-a9be-acc6-2d3e-ca24fb267399@fechner.net> Date: Wed, 31 Aug 2016 12:38:46 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 10:39:02 -0000 Dear all, I initiated a long time ago a bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201455 As the new version was broken, I installed the old 4.x version and locked the package. I just downloaded manually the 6.2 version into /usr/local/src and started it from there (it works perfectly fine after defining the JAVA_HOME=3D/usr/local/openjdk8/jre/). Today I have a little time to look into this issue and upgraded to version 5.5.2 which is now in ports. I just wanted to test the new version but I cannot test it as for bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212104 (no java executable is existing in /usr/local/bin/ and therefor the startup script will not work) Does anyone know if the solr port is working now? Thanks Matthias --=20 "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