From owner-svn-ports-all@freebsd.org Mon Apr 9 15:29:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D14EF88F47; Mon, 9 Apr 2018 15:29:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C6097F386; Mon, 9 Apr 2018 15:29:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 337EE207B3; Mon, 9 Apr 2018 15:29:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w39FTS7b089803; Mon, 9 Apr 2018 15:29:28 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w39FTSOj089802; Mon, 9 Apr 2018 15:29:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201804091529.w39FTSOj089802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 9 Apr 2018 15:29:28 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/textproc: . elasticsearch5-x-pack kibana5-x-pack X-SVN-Commit-Revision: 466861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2018 15:29:29 -0000 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