| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=466867
|
|
|
|
|
|
|
|
|
| |
This fixes issues Elastic has with starting/stopping in some situations
PR: 226800
Notes:
svn path=/head/; revision=465090
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
"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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
The JNA dependency was meant to be at runtime
Pointyhat: me
PR: 222261
Notes:
svn path=/head/; revision=463102
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Sync up with work done on textproc/elasticsearch5 port
Approved by: maintainer (private email)
Notes:
svn path=/head/; revision=462845
|
|
|
|
|
|
|
|
| |
PR: 225836
Approved by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (maintainer)
Notes:
svn path=/head/; revision=462062
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
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
|
|
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
|