From owner-freebsd-ports@freebsd.org Thu Sep 1 17:08:53 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 F3B1EBCB577 for ; Thu, 1 Sep 2016 17:08:53 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.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 B201277B for ; Thu, 1 Sep 2016 17:08:53 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:129f:ef01: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 363A85C678B for ; Thu, 1 Sep 2016 19:08:50 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 363A85C678B 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=1472749730; bh=Y94BLpyHjwXhW84IukkaQqiC/AzmYjpVg2QKw44kwi8=; h=Subject:To:References:From:Date:In-Reply-To; b=ql2Um783unEWj10ZV+WBR4NTd6JZ2HEyuTh9uw/xi+XJUyCFGUbL1Uaou3oR+wycU 4/+HDbswxrpXBI5TskRWOBfYjrt02K9VRPaNzVdnwXKubUT9zbVphKqC0Rt0lNrRAo p/OrA50kgvBJ3tD/BLsPvG2cK75XiA8QV3J3+RSc= Received: from [192.168.0.151] (aftr-88-217-181-200.dynamic.mnet-online.de [88.217.181.200]) (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 8533A55F292 for ; Thu, 1 Sep 2016 19:08:49 +0200 (CEST) Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) To: freebsd-ports@freebsd.org References: <403d02ce-a9be-acc6-2d3e-ca24fb267399@fechner.net> <6af81830-d841-b1fa-e5b2-53ea06403153@fechner.net> <20160901132915.GJ96200@home.opsec.eu> <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> From: Matthias Fechner Message-ID: <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> Date: Thu, 1 Sep 2016 19:08:35 +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: <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Thu, 01 Sep 2016 17:08:54 -0000 Am 01.09.2016 um 17:28 schrieb Matthias Fechner: > I started with the port and have it running. > The current version can be found here: > https://github.com/idefix6/freebsd-apache-solr/tree/6.2.0 > I have now an updated version ready. I can start, stop and status the running solr installation with server solr start|stop|status. I have now an instance running and have a drupal site connected to solr. Everything work perfectly fine. If it is fine, I would create a diff and would attach it to PR 201455. 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