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.
- Rename port to match py-elasticsearch and remove trailing -py suffix
that doesn't match any upstream naming convention
- Change MAINTAINER to elastic@ team
Approved by: maintainer
allows one to import, export, and manipulate tabular data sets. Advanced
features include, segregation, dynamic columns, tags & filtering, and seamless
format import & export.
WWW: http://python-tablib.org
PR: 227295
Submitted by: freebsd_ports@k-worx.org
In file included from src/functions/func_any_uri.cpp:27:
In file included from src/functions/func_any_uri.h:30:
In file included from src/functions/function_impl.h:25:
In file included from src/context/static_context.h:43:
In file included from src/zorbautils/hashmap_zstring.h:23:
src/util/utf8_util.h:784:22: error: unknown type name 'Collator'; did you mean 'UCollator'?
return static_cast<Collator*>( collation->getCollator() )->compare(us1, us2);
^~~~~~~~
UCollator
/usr/local/include/unicode/ucol.h:58:26: note: 'UCollator' declared here
typedef struct UCollator UCollator;
^
In file included from src/runtime/full_text/default_tokenizer.cpp:25:
src/runtime/full_text/icu_tokenizer.h:56:27: error: unknown type name 'RuleBasedBreakIterator'; did you mean 'icu::RuleBasedBreakIterator'?
typedef std::unique_ptr<RuleBasedBreakIterator> rbbi_ptr;
^~~~~~~~~~~~~~~~~~~~~~
icu::RuleBasedBreakIterator
/usr/local/include/unicode/rbbi.h:53:20: note: 'icu::RuleBasedBreakIterator' declared here
class U_COMMON_API RuleBasedBreakIterator /*U_FINAL*/ : public BreakIterator {
^
https://ssl.icu-project.org/trac/changeset/40705
PR: 227042
Reported by: antoine (via exp-run)
transliterator.cpp:39:3: error: unknown type name 'StringEnumeration'; did you mean 'icu::StringEnumeration'?
StringEnumeration *id_list;
^~~~~~~~~~~~~~~~~
icu::StringEnumeration
/usr/local/include/unicode/strenum.h:57:20: note: 'icu::StringEnumeration' declared here
class U_COMMON_API StringEnumeration : public UObject {
^
transliterator.cpp:47:13: error: use of undeclared identifier 'Transliterator'; did you mean 'icu::Transliterator'?
id_list = Transliterator::getAvailableIDs(status);
^~~~~~~~~~~~~~
icu::Transliterator
/usr/local/include/unicode/translit.h:243:18: note: 'icu::Transliterator' declared here
class U_I18N_API Transliterator : public UObject {
^
transliterator.cpp:81:3: error: unknown type name 'Transliterator'; did you mean 'UTransliterator'?
Transliterator *trans;
^~~~~~~~~~~~~~
UTransliterator
/usr/local/include/unicode/utrans.h:70:15: note: 'UTransliterator' declared here
typedef void* UTransliterator;
^
transliterator.cpp:86:3: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
UnicodeString *u_txt;
^~~~~~~~~~~~~
icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here
class U_COMMON_API UnicodeString : public Replaceable
^
transliterator.cpp:101:11: error: use of undeclared identifier 'Transliterator'; did you mean 'icu::Transliterator'?
trans = Transliterator::createInstance(UnicodeString(id, id_len), UTRANS_FORWARD, p_error, status);
^~~~~~~~~~~~~~
icu::Transliterator
/usr/local/include/unicode/translit.h:243:18: note: 'icu::Transliterator' declared here
class U_I18N_API Transliterator : public UObject {
^
transliterator.cpp:101:42: error: use of undeclared identifier 'UnicodeString'
trans = Transliterator::createInstance(UnicodeString(id, id_len), UTRANS_FORWARD, p_error, status);
^
transliterator.cpp:106:15: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
u_txt = new UnicodeString(txt, txt_len);
^~~~~~~~~~~~~
icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here
class U_COMMON_API UnicodeString : public Replaceable
^
transliterator.cpp:107:8: error: member reference base type 'UTransliterator' (aka 'void *') is not a structure or union
trans->transliterate(*u_txt);
~~~~~^ ~~~~~~~~~~~~~
transliterator.cpp:108:3: error: no template named 'StringByteSink'; did you mean 'icu::StringByteSink'?
StringByteSink<std::string> sink(&result);
^~~~~~~~~~~~~~
icu::StringByteSink
/usr/local/include/unicode/bytestream.h:232:7: note: 'icu::StringByteSink' declared here
class StringByteSink : public ByteSink {
^
https://ssl.icu-project.org/trac/changeset/40705
PR: 227042
Reported by: antoine (via exp-run)
Obtained from: upstream
Fix typo in ZEMBEREK lib depends line and add missing dependancy.
Rename sorting file in textproc/enchant to fix conflict with textproc/enchant2.
PR: 215083 (based on)
Submitted by: thierry@FreeBSD.org
Based on 7.5 months timeout in bug#221411.
PHB Section 5.5: If the maintainer does not respond within three months,
... then that maintainer is considered absent
... and can be replaced as the maintainer of the particular port in question.
PR: 221411
Reported by: tobik
Approved by: culot (maintainer's timeout; 7.5 months)