aboutsummaryrefslogtreecommitdiff
path: root/textproc/elasticsearch5
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories [t-u])Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508910
* textproc/elasticsearch{5,6}: Pidfiles should be in a writable subdirectoryMark Felder2018-03-202-3/+3
| | | | | | | | | This fixes issues Elastic has with starting/stopping in some situations PR: 226800 Notes: svn path=/head/; revision=465090
* Update MAINTAINER for Elastic related portsMark Felder2018-03-031-1/+1
| | | | | | | Approved by: private email Notes: svn path=/head/; revision=463486
* textproc/elasticsearch{5,6}: Fix symlinkMark Felder2018-03-021-2/+2
| | | | | | | | | | | | | | | Relative symlinks should only be used when both files are in the STAGEDIR. In this situation poudriere was producing usable packages because of the unique location of WRKSRC (/wrksrc/...) which caused the relative symlink to be deep enough "../../../../../" to hit the root of the filesystem and then point to the location of the file. However, users who were building the port directory with "make" or "portmaster" were getting symlinks that did not point to the right location. PR: 226234 226265 222261 Notes: svn path=/head/; revision=463392
* textproc/elasticsearch5: Fix buildMark Felder2018-03-011-1/+2
| | | | | | | | | | | | devel/jca needs to be a BUILD_DEPEND or install fails to find the path for creating the symlink. Poudriere seemed to not notice as it had already installed devel/jca. PR: 222261 Notes: svn path=/head/; revision=463359
* textproc/elasticsearch{5,6}: Fix buildMark Felder2018-02-261-3/+3
| | | | | | | | | | The JNA dependency was meant to be at runtime Pointyhat: me PR: 222261 Notes: svn path=/head/; revision=463102
* textproc/elasticsearch5: Fix JNA supportMark Felder2018-02-261-1/+4
| | | | | | | | | | | | JNA (Java Native Access) provides access to OS-native facilities in pure Java code. The JNA shipped with Elastic is meant for Linux so it does not function correctly. We will ship one built for FreeBSD instead. PR: 222261 Approved by: portmgr (with hat) Notes: svn path=/head/; revision=463096
* Update ElasticSearch5 to 5.6.8Mark Felder2018-02-247-142/+56
| | | | | | | | | | | | Notable changes: - automate pkg-plists - Kibana: data dir is now correctly writable by www user Differential Revision: https://reviews.freebsd.org/D14474 Notes: svn path=/head/; revision=462830
* textproc/elasticsearch5: Use native facilites for manging the processMark Felder2018-02-222-50/+4
| | | | | | | | | | | | | | | | | | | | start/stop/status will behave correctly with procname set. This now prevents Elastic from starting when a process is already running, stops cleanly, and also handles multiple profiles correctly: if only some of the profile processes are running, a "service elasticsearch start" will only start the profiles that are not detected as running already. All of this comes with the caveat that Elastic is slow to start up and write its pidfile, so if you are too quick it will allow duplicate processes to start. Here be JVM dragons. Approved by: portmgr (with hat) MFH: 2018Q1 Notes: svn path=/head/; revision=462650
* textproc/elasticsearch5: rc script improvementMark Felder2018-02-223-48/+28
| | | | | | | | | | | | - Fix behavior with multiple profiles - Correctly handle the individual config dirs - Prevent thundering herd at shutdown by using wait_for_pids Approved by: maintainer MFH: 2018Q1 Notes: svn path=/head/; revision=462590
* New port: textproc/elasticsearch6Kurt Jaeger2018-02-121-1/+1
| | | | | | | | | | | | | Elasticsearch aims to be a Distributed, RESTful, Search Engine built on top of Apache Lucene. WWW: https://www.elastic.co/ PR: 225836 Submitted by: w.schwarzenfeld@utanet.at Notes: svn path=/head/; revision=461559
* Remove support for variables that have been deprecated for a while.Mathieu Arnold2018-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490 Notes: svn path=/head/; revision=458513
* - Update WWWDmitry Marakasov2017-12-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=455568
* textproc/elasticsearch5: Add new SHEBANG_FILES entry to pass testportMark Felder2017-10-111-1/+2
| | | | | | | | Approved by: portmgr (with hat) MFH: 2017Q4 Notes: svn path=/head/; revision=451762
* Update to 5.3.0.Tom Judge2017-04-064-19/+21
| | | | | | | Changes: https://www.elastic.co/guide/en/elasticsearch/reference/5.3/release-notes-5.3.0.html Notes: svn path=/head/; revision=437840
* * Update to 5.0.2Tom Judge2016-12-027-17/+35
| | | | | | | | | | | | * Fix using jvm.options file * Add errors to rc script when using legacy rc.conf options PR: 214572, 214983 Submitted by: purpleritza@gmail.com Reported by: purpleritza@gmail.com, Mark.Martinec@ijs.si Notes: svn path=/head/; revision=427553
* Add Elasticsearch 5.0.0.Tom Judge2016-11-048-0/+419
Notes: svn path=/head/; revision=425294