aboutsummaryrefslogtreecommitdiff
path: root/textproc/elasticsearch6
Commit message (Collapse)AuthorAgeFilesLines
* Update ElasticSearch 6 ports to 6.2.3Mark Felder2018-04-092-5/+5
| | | | Notes: svn path=/head/; revision=466867
* 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
* textproc/elasticsearch6: Fix ability to install pluginsMark Felder2018-03-143-8/+26
| | | | | | | | | | - Update pkg-message to provide very useful info - Use login_class=root by default to help users avoid this issue (affects everyone) PR: 226301 Notes: svn path=/head/; revision=464526
* textproc/elasticsearch6: Update pkg-messageMark Felder2018-03-022-8/+1
| | | | | | | | "bootstrap.system_call_filter: false" does not need to be set on ElasticSearch 6.2.2 for a successful bootstrap on FreeBSD Notes: svn path=/head/; revision=463424
* 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/elasticsearch6: Fix run issuesMark Felder2018-03-014-18/+29
| | | | | | | | | | | | | | | | - Elastic no longer accepts -Epath.conf argument. Change to ES_PATH_CONF env - Elastic was not honoring the elasticsearch_tmpdir rc.conf variable. Remove. The default behavior is to use mktemp for a unique tmpdir in /tmp. This seems sane, especially when running multiple profiles. - Patch jvm.options to set a writable location for gc.log, which will be the tmpdir. There is not an easy way to automatically point this to the log dir, so it needs a unique location when running muliple profiles. - devel/jca is also a BUILD dependency to fix build outside poudriere PR: 226265 Notes: svn path=/head/; revision=463358
* 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/elasticsearch6: 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 Notes: svn path=/head/; revision=463098
* textproc/elasticsearch6: Update to 6.2.2Mark Felder2018-02-245-202/+70
| | | | | | | | | | - Take maintainership - Sync up with work done on textproc/elasticsearch5 port Approved by: maintainer (private email) Notes: svn path=/head/; revision=462845
* textproc/elasticsearch6: take maintainerKurt Jaeger2018-02-161-1/+1
| | | | | | | | PR: 225836 Approved by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (maintainer) Notes: svn path=/head/; revision=462062
* Re-create textproc/elasticsearch6 after copying it from textproc/elasticsearch5Romain Tartière2018-02-156-150/+105
| | | | | | | | | | | | - Actualy provide elasticsearch6 with this port [1]; - Fix MAINTAINER address [2]. PR: 225836 [1] Submitted by: w.schwarzenfeld@utanet.at [1] Reported by: john@saltant.com [2] via ports@ Notes: svn path=/head/; revision=461867
* Copy textproc/elasticsearch5 to textproc/elasticsearch6Romain Tartière2018-02-156-105/+150
| | | | | | | | History was lost during textproc/elasticsearch6 creation, and other fixes are required but our pre-commit hook do not allow doing everything atomically. Notes: svn path=/head/; revision=461866
* New port: textproc/elasticsearch6Kurt Jaeger2018-02-127-0/+395
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