Commit graph

5 commits

Author SHA1 Message Date
Larry Rosenman
54c9fec60a Stock apache-solr scripts use lsof during startup to check if Solr started properly.
When deploying Apache Solr in Jail lsof needs access to /dev/mem which is not allowed by default. Lack of the access makes the startup script run in the loop for 3 minutes and then it assumes that it might have succeed.

Allowing access to /dev/mem makes running Solr in Jail a bit pointless.

Following patch changes the behaviour of Solr startup script to use sockstat instead of lsof to check if Solr has already started. This also makes the dependency on lsof obsolete.

While here, pet portlint.

PR:	218654
Submitted by:	Wiktor Niesiobedzki <bsd@vink.pl>
Approved by:	 idefix@fechner.net (maintainer), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D10416
2017-04-18 01:37:21 +00:00
Martin Wilke
bca5ef14f0 - Update to 6.5.0
PR:		218523
Submitted by:	maintainer
2017-04-17 15:16:35 +00:00
Kurt Jaeger
608d67d39e textproc/apache-solr: 5.5.2 -> 6.2.0
- submitter becomes maintainer

PR:		201455,	212313
Changes:	https://lucene.apache.org/solr/6_2_0/changes/Changes.html
Submitted by:	Matthias Fechner <idefix@fechner.net>
2016-09-11 11:43:36 +00:00
Greg Lewis
63cc5ce1c4 . Allow Apache Solr to be run with either openjdk7 or openjdk8.
PR:		195860
Submitted by:	paul@gromit.dlib.vt.edu
2015-02-15 21:36:29 +00:00
Kurt Jaeger
a169089b3d textproc/apache-solr: 4.8.1 -> 4.10.1
Changes see:
http://lucene.apache.org/solr/4_10_1/changes/Changes.html

PR:		193290
Submitted by:	Radim Kolar <hsn@sendmail.cz>
Approved by:	gaod@hychen.org (maintainer timeout)
2014-10-19 20:18:04 +00:00