Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2018 15:29:28 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466861 - in head/textproc: . elasticsearch5-x-pack kibana5-x-pack
Message-ID:  <201804091529.w39FTSOj089802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Apr  9 15:29:28 2018
New Revision: 466861
URL: https://svnweb.freebsd.org/changeset/ports/466861

Log:
  Remove ElasticSearch X-Pack packages
  
  This is not a supported way to install the X-Pack plugins. The software
  comes with tools for installing and managing plugins. The plugins are a
  zip file with a payload that configures various system settings and a
  file/directory structure that does not match what these packages
  provide. The end result is a partially functional plugin with a myriad
  of issues due to files and configs missing from expected locations.
  
  Please use the elasticsearch-plugin and kibana-plugin commands to
  install X-Pack.

Deleted:
  head/textproc/elasticsearch5-x-pack/
  head/textproc/kibana5-x-pack/
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Apr  9 15:15:51 2018	(r466860)
+++ head/textproc/Makefile	Mon Apr  9 15:29:28 2018	(r466861)
@@ -165,7 +165,6 @@
     SUBDIR += elasticsearch2-plugin-sql
     SUBDIR += elasticsearch5
     SUBDIR += elasticsearch5-search-guard
-    SUBDIR += elasticsearch5-x-pack
     SUBDIR += elasticsearch6
     SUBDIR += elixir-earmark
     SUBDIR += elixir-ex_doc
@@ -389,7 +388,6 @@
     SUBDIR += kibana46
     SUBDIR += kibana5
     SUBDIR += kibana5-search-guard
-    SUBDIR += kibana5-x-pack
     SUBDIR += kibana6
     SUBDIR += kiss-templates
     SUBDIR += kmfl-european-latin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804091529.w39FTSOj089802>