aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.14sunpoet2018-04-042-4/+4
| | | | Changes: https://github.com/akopytov/sysbench/releases
* Update to 1.3.4sunpoet2018-04-042-5/+4
| | | | Changes: https://github.com/facebook/zstd/releases
* textproc/zorba: unbreak with ICU 61jbeich2018-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* games/0ad: unbreak with ICU 61jbeich2018-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:89:2: error: unknown type name 'Locale'; did you mean 'icu::Locale'? Locale GetCurrentLocale() const; ^~~~~~ icu::Locale /usr/local/include/unicode/unistr.h:77:7: note: 'icu::Locale' declared here class Locale; // unicode/locid.h ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:133:24: error: unknown type name 'Locale'; did you mean 'icu::Locale'? bool SaveLocale(const Locale& locale) const; ^~~~~~ icu::Locale /usr/local/include/unicode/unistr.h:77:7: note: 'icu::Locale' declared here class Locale; // unicode/locid.h ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:235:54: error: unknown type name 'Locale'; did you mean 'icu::Locale'? std::wstring GetFallbackToAvailableDictLocale(const Locale& locale) const; ^~~~~~ icu::Locale /usr/local/include/unicode/unistr.h:77:7: note: 'icu::Locale' declared here class Locale; // unicode/locid.h ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:283:66: error: unknown type name 'Locale'; did you mean 'icu::Locale'? void GetDictionaryLocale(const std::string& configLocaleString, Locale& outLocale) const; ^~~~~~ icu::Locale /usr/local/include/unicode/unistr.h:77:7: note: 'icu::Locale' declared here class Locale; // unicode/locid.h ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:314:28: error: unknown type name 'Locale'; did you mean 'icu::Locale'? bool ValidateLocale(const Locale& locale) const; ^~~~~~ icu::Locale /usr/local/include/unicode/unistr.h:77:7: note: 'icu::Locale' declared here class Locale; // unicode/locid.h ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:411:98: error: unknown type name 'Locale'; did you mean 'icu::Locale'? UDate ParseDateTime(const std::string& dateTimeString, const std::string& dateTimeFormat, const Locale& locale) const; ^~~~~~ icu::Locale /usr/local/include/unicode/unistr.h:77:7: note: 'icu::Locale' declared here class Locale; // unicode/locid.h ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:427:85: error: use of undeclared identifier 'DateFormat'; did you mean 'icu::DateFormat'? std::string LocalizeDateTime(const UDate dateTime, const DateTimeType& type, const DateFormat::EStyle& style) const; ^~~~~~~~~~ icu::DateFormat /usr/local/include/unicode/smpdtfmt.h:46:7: note: 'icu::DateFormat' declared here class DateFormat; ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:508:2: error: unknown type name 'Locale'; did you mean 'icu::Locale'? Locale currentLocale; ^~~~~~ icu::Locale /usr/local/include/unicode/unistr.h:77:7: note: 'icu::Locale' declared here class Locale; // unicode/locid.h ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:519:14: error: use of undeclared identifier 'Locale' std::vector<Locale*> availableLocales; ^ ../../../source/i18n/L10n.h:519:21: error: expected expression std::vector<Locale*> availableLocales; ^ ../../../source/i18n/L10n.h:590:2: error: unknown type name 'DateFormat'; did you mean 'UDateFormat'? DateFormat* CreateDateTimeInstance(const DateTimeType& type, const DateFormat::EStyle& style, const Locale& locale) const; ^~~~~~~~~~ UDateFormat /usr/local/include/unicode/udat.h:153:15: note: 'UDateFormat' declared here typedef void* UDateFormat; ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:590:69: error: use of undeclared identifier 'DateFormat'; did you mean 'icu::DateFormat'? DateFormat* CreateDateTimeInstance(const DateTimeType& type, const DateFormat::EStyle& style, const Locale& locale) const; ^~~~~~~~~~ icu::DateFormat /usr/local/include/unicode/smpdtfmt.h:46:7: note: 'icu::DateFormat' declared here class DateFormat; ^ In file included from ../../../source/lobby/XmppClient.cpp:26: ../../../source/i18n/L10n.h:590:102: error: unknown type name 'Locale'; did you mean 'icu::Locale'? DateFormat* CreateDateTimeInstance(const DateTimeType& type, const DateFormat::EStyle& style, const Locale& locale) const; ^~~~~~ icu::Locale /usr/local/include/unicode/unistr.h:77:7: note: 'icu::Locale' declared here class Locale; // unicode/locid.h ^ ../../../source/lobby/XmppClient.cpp:948:81: error: use of undeclared identifier 'Locale'; did you mean 'icu::Locale'? return g_L10n.ParseDateTime(msg.when()->stamp().to_string(), "Y-M-d'T'H:m:sZ", Locale::getUS()) / 1000.0; ^~~~~~ icu::Locale /usr/local/include/unicode/unistr.h:77:7: note: 'icu::Locale' declared here class Locale; // unicode/locid.h ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run)
* games/widelands: unbreak with ICU 61jbeich2018-04-041-0/+13
| | | | | | | | | | | | | | | | | In file included from src/graphic/font_handler.cc:36: src/graphic/text/bidi.h:43:36: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? std::string icustring2string(const UnicodeString& convertme); ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run) Obtained from: upstream
* www/newsboat: Update to 2.11.1joneum2018-04-042-4/+4
| | | | | | | | Changelog: https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md PR: 227262 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Marko Turk <mt@markoturk.info> (maintainer)
* games/openttd: unbreak with ICU 61jbeich2018-04-041-0/+1
| | | | | | | | | | | | | | | src/language.h:108:8: error: unknown type name 'Collator'; did you mean 'UCollator'? extern Collator *_current_collator; ^~~~~~~~ UCollator /usr/local/include/unicode/ucol.h:58:26: note: 'UCollator' declared here typedef struct UCollator UCollator; ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run)
* multimedia/aegisub: unbreak with ICU 61jbeich2018-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libaegisub/common/character_count.cpp:41:12: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? bi.reset(BreakIterator::createCharacterInstance(Locale::getDefault(), status)); ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ubrk.h:28:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ libaegisub/common/character_count.cpp:41:12: error: incomplete type 'UBreakIterator' named in nested name specifier bi.reset(BreakIterator::createCharacterInstance(Locale::getDefault(), status)); ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ubrk.h:28:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ libaegisub/common/character_count.cpp:41:51: error: use of undeclared identifier 'Locale'; did you mean 'icu::Locale'? bi.reset(BreakIterator::createCharacterInstance(Locale::getDefault(), status)); ^~~~~~ icu::Locale /usr/local/include/unicode/locid.h:188:20: note: 'icu::Locale' declared here class U_COMMON_API Locale : public UObject { ^ libaegisub/common/character_count.cpp:63:46: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? for (auto end = character_bi.next(); end != BreakIterator::DONE; pos = end, end = character_bi.next()) { ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ubrk.h:28:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ libaegisub/common/character_count.cpp:63:46: error: incomplete type 'UBreakIterator' named in nested name specifier for (auto end = character_bi.next(); end != BreakIterator::DONE; pos = end, end = character_bi.next()) { ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ubrk.h:28:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ libaegisub/common/character_count.cpp:148:14: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? if (end == BreakIterator::DONE) ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ubrk.h:28:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ libaegisub/common/character_count.cpp:148:14: error: incomplete type 'UBreakIterator' named in nested name specifier if (end == BreakIterator::DONE) ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ubrk.h:28:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run)
* graphics/mapnik: unbreak with ICU 61jbeich2018-04-042-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/text/text_layout.cpp:234:5: error: unknown type name 'Locale'; did you mean 'icu::Locale'? Locale locale; // TODO: Is the default constructor correct? ^~~~~~ icu::Locale /usr/local/include/unicode/locid.h:188:20: note: 'icu::Locale' declared here class U_COMMON_API Locale : public UObject { ^ src/text/text_layout.cpp:236:21: error: unknown type name 'BreakIterator'; did you mean 'UBreakIterator'? std::unique_ptr<BreakIterator> breakitr(BreakIterator::createLineInstance(locale, status)); ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:236:45: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? std::unique_ptr<BreakIterator> breakitr(BreakIterator::createLineInstance(locale, status)); ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:236:45: error: incomplete type 'UBreakIterator' named in nested name specifier std::unique_ptr<BreakIterator> breakitr(BreakIterator::createLineInstance(locale, status)); ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:247:13: error: member access into incomplete type 'UBreakIterator' breakitr->setText(text); ^ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:260:53: error: member access into incomplete type 'UBreakIterator' int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i); ^ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:260:55: error: expected ':' int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i); ^ : src/text/text_layout.cpp:260:43: note: to match this '?' int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i); ^ src/text/text_layout.cpp:260:55: error: use of undeclared identifier 'preceding' int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i); ^ src/text/text_layout.cpp:263:89: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:263:89: error: incomplete type 'UBreakIterator' named in nested name specifier if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:267:38: error: member access into incomplete type 'UBreakIterator' break_position = breakitr->following(i); ^ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:268:52: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? if (break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:268:52: error: incomplete type 'UBreakIterator' named in nested name specifier if (break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:373:89: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:373:89: error: incomplete type 'UBreakIterator' named in nested name specifier if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:376:52: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? if (break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:376:52: error: incomplete type 'UBreakIterator' named in nested name specifier if (break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run) Obtained from: upstream
* databases/evolution-data-server: unbreak with ICU 61jbeich2018-04-041-0/+31
| | | | | | | | | | | | | | | | | | | | | | src/libedataserver/e-alphabet-index-private.cpp:79:2: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? UnicodeString string; ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ src/libedataserver/e-alphabet-index-private.cpp:132:3: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? UnicodeString ustring; ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run)
* - Update WWWamdmi32018-04-041-1/+1
| | | | Approved by: portmgr blanket
* - Update to 0.4.4tota2018-04-042-4/+4
|
* - Add LICENSEamdmi32018-04-041-0/+4
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* devel/py-cffi: Update to 1.11.5koobs2018-04-042-9/+4
| | | | | | | | | | | | While I'm here, remove post-patch target (upstreamed) Changelog: https://cffi.readthedocs.io/en/latest/whatsnew.html#v1-11-5 PR: 225111 Submitted by: Henrik Hudson <ports thelanman net> (with changes) Approved by: portmgr (maintainer timeout, > 2 weeks (1+ months))
* Bump PORTREVISION after security/botan2 updatekrion2018-04-044-1/+4
|
* Update to version 2.5.0krion2018-04-043-9/+10
| | | | | PR: 227249 Submitted by: maintainer
* - Fix LICENSEamdmi32018-04-041-4/+2
| | | | | | | - Add LICENSE_FILE - Remove unneeded regression-test target (the port supports 'make test') Approved by: portmgr blanket
* - Update to 0.4-0tota2018-04-042-6/+6
|
* audio/ncmpcpp: unbreak with ICU 61jbeich2018-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from screens/browser.cpp:27: In file included from ./screens/browser.h:26: ./regex_filter.h:45:22: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? static void convert(UnicodeString &s) ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ In file included from screens/browser.cpp:27: In file included from ./screens/browser.h:26: ./regex_filter.h:61:9: error: unknown type name 'Transliterator'; did you mean 'UTransliterator'? static Transliterator *m_converter; ^~~~~~~~~~~~~~ UTransliterator /usr/local/include/unicode/utrans.h:70:15: note: 'UTransliterator' declared here typedef void* UTransliterator; ^ In file included from screens/browser.cpp:27: In file included from ./screens/browser.h:26: ./regex_filter.h:49:4: error: unknown type name 'ErrorCode'; did you mean 'UErrorCode'? ErrorCode result; ^~~~~~~~~ UErrorCode /usr/local/include/unicode/utypes.h:663:3: note: 'UErrorCode' declared here } UErrorCode; ^ In file included from screens/browser.cpp:27: In file included from ./screens/browser.h:26: ./regex_filter.h:50:18: error: use of undeclared identifier 'Transliterator'; did you mean 'icu::Transliterator'? m_converter = Transliterator::createInstance( ^~~~~~~~~~~~~~ icu::Transliterator /usr/local/include/unicode/translit.h:243:18: note: 'icu::Transliterator' declared here class U_I18N_API Transliterator : public UObject { ^ In file included from screens/browser.cpp:27: In file included from ./screens/browser.h:26: ./regex_filter.h:50:18: error: assigning to 'UTransliterator *' (aka 'void **') from incompatible type 'icu::Transliterator *' m_converter = Transliterator::createInstance( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./regex_filter.h:52:14: error: member reference base type 'UErrorCode' is not a structure or union if (result.isFailure()) ~~~~~~^~~~~~~~~~ ./regex_filter.h:55:26: error: member reference base type 'UErrorCode' is not a structure or union + std::string(result.errorName())); ~~~~~~^~~~~~~~~~ ./regex_filter.h:57:14: error: member reference base type 'UTransliterator' (aka 'void *') is not a structure or union m_converter->transliterate(s); ~~~~~~~~~~~^ ~~~~~~~~~~~~~ ./regex_filter.h:64:1: error: unknown type name 'Transliterator'; did you mean 'UTransliterator'? Transliterator *StripDiacritics::m_converter; ^~~~~~~~~~~~~~ UTransliterator /usr/local/include/unicode/utrans.h:70:15: note: 'UTransliterator' declared here typedef void* UTransliterator; ^ In file included from screens/browser.cpp:27: In file included from ./screens/browser.h:26: ./regex_filter.h:102:14: error: use of undeclared identifier 'UnicodeString'; did you mean 'icu::UnicodeString'? auto us = UnicodeString::fromUTF8( ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ In file included from screens/browser.cpp:27: In file included from ./screens/browser.h:26: ./regex_filter.h:103:5: error: use of undeclared identifier 'StringPiece' StringPiece(convertString<char, CharT>::apply(s))); ^ screens/browser.cpp:737:16: note: in instantiation of function template specialization 'Regex::search<char>' requested here return Regex::search(itemToString(item), rx, Config.ignore_diacritics); ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run)
* textproc/rubygem-charlock_holmes: unbreak with ICU 61jbeich2018-04-042-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* devel/php*-intl: unbreak with ICU 61jbeich2018-04-044-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from ext/intl/intl_convertcpp.cpp:21: ./intl_convertcpp.h:29:25: error: unknown type name 'UnicodeString' int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status); ^ ./intl_convertcpp.h:31:40: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status); ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ ext/intl/intl_convertcpp.cpp:28:25: error: unknown type name 'UnicodeString' int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) ^ ext/intl/intl_convertcpp.cpp:59:40: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status) ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run)
* misc/sword: unbreak with ICU 61jbeich2018-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from ../src/mgr/swmgr.cpp:108: ../include/utf8transliterator.h:53:2: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? UnicodeString resource; ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ In file included from ../src/mgr/swmgr.cpp:108: ../include/utf8transliterator.h:56:24: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? typedef std::map<const UnicodeString, SWTransData> SWTransMap; ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ In file included from ../src/mgr/swmgr.cpp:108: ../include/utf8transliterator.h:57:19: error: use of undeclared identifier 'UnicodeString' typedef std::pair<UnicodeString, SWTransData> SWTransPair; ^ ../include/utf8transliterator.h:84:2: error: unknown type name 'Transliterator'; did you mean 'UTransliterator'? Transliterator *createTrans(const UnicodeString& ID, UTransDirection dir, UErrorCode &status); ^~~~~~~~~~~~~~ UTransliterator /usr/local/include/unicode/utrans.h:70:15: note: 'UTransliterator' declared here typedef void* UTransliterator; ^ In file included from ../src/mgr/swmgr.cpp:108: ../include/utf8transliterator.h:84:36: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'? Transliterator *createTrans(const UnicodeString& ID, UTransDirection dir, UErrorCode &status); ^~~~~~~~~~~~~ icu::UnicodeString /usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here class U_COMMON_API UnicodeString : public Replaceable ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run)
* www/node8: unbreak with ICU 61jbeich2018-04-042-0/+5
| | | | | | | | | | | | | | | | ../src/node_i18n.cc:526:12: error: use of undeclared identifier 'TimeZone'; did you mean 'icu::TimeZone'? return TimeZone::getTZDataVersion(*status); ^~~~~~~~ icu::TimeZone /usr/local/include/unicode/timezone.h:131:18: note: 'icu::TimeZone' declared here class U_I18N_API TimeZone : public UObject { ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run) Obtained from: upstream
* - Update to 2.1.18tota2018-04-042-5/+4
|
* www/nextcloud: Chase change of /apps pathbrnrd2018-04-048-14/+22
| | | | | | | | - WWWDIR/apps to WWWDIR/apps-pkg - Bump portrevision to force reinstall - Update Nextcloud version dependencies PR: 227133
* www/nextcloud: Update to 13.0.1brnrd2018-04-047-6739/+6900
| | | | | | | | | | | | - Includes breaking rename of $WWWDIR/apps path - Add fix file and warnings - Add OpCache option - Alphabetic ordering - Migration from ownCloud is stale - Take maintainership PR: 227133 Approved by: Loic Blot <loic blot unix-experience fr> (maintainer)
* - Update to 0.4tota2018-04-042-8/+8
|
* devel/py-python-Levenshtein: Add strippingyuri2018-04-041-0/+3
| | | | Approved by: portmgr blanket
* New port: misc/py-emoji: Emoji support for Pythonyuri2018-04-044-0/+28
| | | | | PR: 227277 Submitted by: kevans
* - Fix and update the comment when building dnsdist on 10.xcpm2018-04-041-1/+5
| | | | | | - Mark BROKEN on FreeBSD 10.3, fails to link due to lack of thread_local MFH: 2018Q2 (blanket)
* - Update to 1.18wen2018-04-042-4/+4
| | | | Changes: http://cpansearch.perl.org/src/DROLSKY/DateTime-Locale-1.18/Changes
* New port: math/antic: Algebraic Number Theory In Cyuri2018-04-044-0/+43
|
* libressl support was fixed in r452358bdrewery2018-04-041-2/+1
|
* Upgrade pkg-provides to 0.4.1rodrigo2018-04-042-6/+5
| | | | | | Changes : - Add DragonFly BSD support - Add a environment variable to disable the "fetch on upgrade" mechanism
* Fix space in the Makefilerodrigo2018-04-041-2/+2
| | | | | | Bump PORTREVISION MFH: 2018Q2
* Move ufraw from sourceforge to githubrodrigo2018-04-045-54/+59
| | | | | | | | | | | | | | | | | | | | | On the same time recover updates done in development branch and never released - Add WB for multiple new cameras : FUJIFILM X-T2, PENTAX K-1, Panasonic DMC-FZ300/DMC-FZ330, Canon PowerShot G7 X Mark II, Canon EOS M10, Canon EOS 700D, Canon EOS 80D, NIKON D200, FUJIFILM X-T10, PENTAX K-S2, NIKON D5500, NIKON D810, FUJIFILM X100T, Canon PowerShot G5 X, Panasonic DMC-LF1, SONY RX10M2, Canon EOS M2, Canon PowerShot S120, FUJIFILM X-M1, OLYMPUS E-M10 Mark II, etc - multiple bug fixes : memory leak, etc Remove existing patches since they coming from upstream and are now provided by default in the distfile. Incorporate the patched made by the debian project, including a fix for the CVE-2015-8366. MFH: 2018Q2 Security: CVE-2015-8366
* Update patches to unbreak build with LibreSSL 2.7 and theleres2018-04-042-3/+24
| | | | | | | | | | | OpenSSL 1.1 API. PR: 227172 Submitted by: brnrd Reported by: brnrd Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D14957
* Upgrade to 0.0.12 adding support for mosquittodvl2018-04-042-5/+4
|
* biology/seqtk: Tool for processing sequences in FASTA/FASTQ formatjwb2018-04-045-0/+51
| | | | | Approved by: jrm Differential Revision: https://reviews.freebsd.org/D14954
* Update to 2018-04-03bdrewery2018-04-042-4/+4
|
* Convert to use u-boot-master as per Phabricator D14630db2018-04-047-341/+8
| | | | Reassign to uboot team
* - Update to 0.195danilo2018-04-043-9/+21
| | | | | - Use QT5 to match mame/mess - Update COMMENT
* - Unbreak emulator/messdanilo2018-04-043-23/+158
| | | | | - Use at least clang50 to build mame/mess. GCC is segfaulting during build on 10.4 and it doesn't build with clang. - Declare some dependencies explicitly to make Q/A happy
* Upgrade to 0.20.0.thierry2018-04-042-4/+4
| | | | Release notes at https://github.com/libuv/libuv/releases/tag/v1.20.0
* Update net/nats-streaming-server to version 0.9.2.olgeni2018-04-042-4/+4
|
* databases/mariadb55-server: Fix mysql_limitsbrnrd2018-04-042-14/+24
| | | | | | | | - 11-STABLE and 12-CURRENT add limits support to rc.subr(8) leading to variable conflicts with rc.d/mysql PR: 227227 Submitted by: 0mp
* databases/mariadb100-server: Fix mysql_limitsbrnrd2018-04-042-14/+24
| | | | | | | | - 11-STABLE and 12-CURRENT add limits support to rc.subr(8) leading to variable conflicts with rc.d/mysql PR: 227224 Submitted by: 0mp
* databases/mariadb101-server: Fix mysql_limitsbrnrd2018-04-042-14/+24
| | | | | | | | - 11-STABLE and 12-CURRENT add limits support to rc.subr(8) leading to variable conflicts with rc.d/mysql PR: 227225 Submitted by: 0mp
* databases/mariadb102-server: Fix mysql_limitsbrnrd2018-04-042-14/+24
| | | | | | | | - 11-STABLE and 12-CURRENT add limits support to rc.subr(8) leading to variable conflicts with rc.d/mysql PR: 227226 Submitted by: 0mp
* update sysutils/docker to 18.03.0lifanov2018-04-046-231/+225
| | | | This also switches patches that only add files to adding files.
* biology/trimadap: Trim adapter sequences from Illumina datajwb2018-04-046-0/+65
| | | | | | Reviewed by: mat Approved by: jrm Differential Revision: https://reviews.freebsd.org/D14935
* Update to version 0.17.0skreuzer2018-04-042-5/+4
|
* Grab for maintainership.krion2018-04-041-1/+1
|
* Add new port mail/ratelimit-policyd.mandree2018-04-045-0/+108
| | | | | | | | | | | This rearranges a few things in the Makefile, such as reordering of USES= and USE... options, and uses PORTDOCS for README.md. I have also revised pkg-message.in and pkg-descr for grammar and consistency (trailing colons) and added a "postfix reload" line. PR: 226795 Submitted by: Miroslav Lachman
* Update editors/focuswriter 1.6.11fernape2018-04-042-4/+4
| | | | | | | PR: 227142 Submitted by: lightside@gmx.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14939
* - Update to 1.3.1wen2018-04-043-219/+1028
| | | | | | | | - Add missing PHP modules PR: 226120 Submitted by: marko.cupac@mimar.rs Approved by: maintainer(timeout, > 20 days)
* security/snuffleupagus: Update to 0.2.2joneum2018-04-042-4/+4
| | | | | | | Changelog: https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2 PR: 227024 Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
* Update sysutils/ldap-account-manager to 6.3fernape2018-04-032-4/+4
| | | | | | | PR: 227140 Submitted by: basil@vpm.net.ua Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14938
* dns/powerdns: Fix build with LibreSSL 2.7brnrd2018-04-031-0/+12
| | | | | | | - LibreSSL 2.7 implements OpenSSL 1.1 API PR: 227184 Approved by: Ralf van der Enden <tremere cainites net> (maintainer)
* Update devel/etcd32 to version 3.2.18.olgeni2018-04-032-4/+4
|
* Update devel/etcd31 to version 3.1.13.olgeni2018-04-032-4/+4
|
* Update textproc/elixir-earmark to version 1.2.5.olgeni2018-04-033-6/+4
|
* Move patch to where it belongs to.krion2018-04-031-0/+0
|
* Fix distinfofeld2018-04-031-3/+3
|
* Create net-mgmt/unifi-lts: Long Term Support port of UniFifeld2018-04-035-0/+138
| | | | PR: 227239
* Mark Perl 5.24 as DEPRECATED now that the default changed to 5.26.mat2018-04-032-5/+4
| | | | | Forgotten by: mat Sponsored by: Absolight
* - Update to 1.2.2amdmi32018-04-032-4/+4
|
* - Update to 0.3.6amdmi32018-04-032-4/+4
|
* net-mgmt/py-dnsdiag: Update to 1.6.4farrokhi2018-04-032-4/+4
|
* devel/git-cinnabar: mark BROKEN after r466347jbeich2018-04-031-0/+2
| | | | | | | | | ../helper/cinnabar-fast-import.c:9:10: fatal error: 'mru.h' file not found #include "mru.h" ^~~~~~~ 1 error generated. Regressed by: https://github.com/git/git/commit/ec2dd32c705f
* Update devel/git to 2.17.0garga2018-04-036-27/+29
| | | | Sponsored by: Rubicon Communications, LLC (Netgate)
* dns/powerdns-recursor: Fix build with LibreSSL 2.7brnrd2018-04-032-0/+24
| | | | | | | - LibreSSL 2.7 implements OpenSSL 1.1 API PR: 227183 Approved by: Ralf van der Enden <tremere cainites net> (maintainer)
* Update to latest commit.mat2018-04-032-5/+7
| | | | Sponsored by: Absolight
* Update to 2.0.37.mat2018-04-032-4/+6
| | | | Sponsored by: Absolight
* Improve the 20180308 PHP flavors entry.mat2018-04-031-1/+7
| | | | Sponsored by: Absolight
* Update Eric Turgeon ports maintainer emailericbsd2018-04-035-5/+5
| | | | Approved by: wg, bapt (mentors)
* Update Mojolicious to 7.72adamw2018-04-032-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Mojolicious
* - Add licenseamdmi32018-04-031-0/+3
| | | | Reported by: krion
* - Update to 2.2.1wen2018-04-034-9/+9
| | | | - Regenerate patch with make makepatch
* Small update to sysutils/cpupdate:eugen2018-04-033-7/+6
| | | | | | - sync with platomav/CPUMicrocodes MCE DB r63; - more pkg-descr polishing; - no real package changes, no PORTREVISION bump.
* - Update to 2.6.2ehaupt2018-04-032-10/+7
| | | | | | - Use the distributed tarball istead of the GitHub tagged version. This has the benefit that autoreconf is not needed plus we can avoid pulling in textproc/hs-pandoc which was merely required for the creation of the manpage.
* Update to 5.1.3sunpoet2018-04-032-4/+4
| | | | Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
* Update to 2.0.4sunpoet2018-04-032-4/+4
| | | | Changes: https://docs.djangoproject.com/en/2.0/releases/
* Update to 1.11.12sunpoet2018-04-032-4/+4
| | | | Changes: https://docs.djangoproject.com/en/1.11/releases/
* Update to 1.11.12 to match www/py-django111sunpoet2018-04-031-1/+1
|
* Update to 4.02sunpoet2018-04-032-4/+4
| | | | Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
* Update to 1.119sunpoet2018-04-032-4/+5
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/System-Command/Changes
* Update to 0.72sunpoet2018-04-033-7/+6
| | | | Changes: http://search.cpan.org/dist/IO-Async/Changes
* Remove unnecessary rubygem-backportssunpoet2018-04-031-3/+8
| | | | | | | | - Bump PORTREVISION for dependency and package change PR: 226786 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Update to 2.2.5sunpoet2018-04-032-4/+4
| | | | | | | Changes: https://github.com/chef/mixlib-config/blob/master/CHANGELOG.md PR: 226783 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Update to 2.0.1sunpoet2018-04-035-153/+61
| | | | | | | | | | | | | | | - Change MASTER_SITES to CHEESESHOP - Sort *_DEPENDS - Use USES=dos2unix - Relax USES=python - Convert to options target helper - Do not silence installation messages - Clean up Makefile - Change WWW to PyPI PR: 226782 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Update to 3.4.0sunpoet2018-04-032-11/+9
| | | | | | | | | - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://docs.openstack.org/keystoneauth/latest/history.html PR: 226773 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Update to 2.27.0sunpoet2018-04-032-20/+20
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html PR: 226770 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 1.32.0sunpoet2018-04-032-20/+20
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.versionedobjects/latest/user/history.html PR: 226769 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 1.30.0sunpoet2018-04-032-19/+19
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.service/latest/user/history.html PR: 226768 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 2.25.0sunpoet2018-04-032-11/+10
| | | | | | | | | | - Fix version requirement of RUN_DEPENDS - Request maintainership Changes: https://docs.openstack.org/oslo.serialization/latest/user/history.html PR: 226767 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Update to 5.13.0sunpoet2018-04-032-9/+9
| | | | | | | | | | | - Add LICENSE - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.rootwrap/latest/user/history.html PR: 226766 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 1.27.0sunpoet2018-04-032-14/+14
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.reports/latest/user/history.html PR: 226765 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 1.28.0sunpoet2018-04-032-16/+16
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.privsep/latest/contributor/history.html PR: 226764 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 1.34.0sunpoet2018-04-032-15/+15
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.policy/latest/user/history.html PR: 226762 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 3.35.0sunpoet2018-04-032-17/+17
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.middleware/latest/user/history.html PR: 226761 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 5.36.0sunpoet2018-04-032-32/+28
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.messaging/latest/user/history.html PR: 226760 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 3.37.0sunpoet2018-04-032-22/+19
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.log/latest/user/history.html PR: 226759 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 4.34.0sunpoet2018-04-032-17/+16
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.db/latest/user/history.html PR: 226758 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* - Add new port: www/R-cran-crosstalktota2018-04-034-0/+34
| | | | | | | | Provides building blocks for allowing HTML widgets to communicate with each other, with Shiny or without (i.e. static .html files). Currently supports linked brushing and filtering. WWW: https://cran.r-project.org/web/packages/crosstalk/
* Update to 2.20.0sunpoet2018-04-032-10/+9
| | | | | | | | | | | | - Add LICENSE - Fix RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.context/latest/user/history.html PR: 226757 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 5.2.0sunpoet2018-04-032-16/+17
| | | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://git.openstack.org/cgit/openstack/oslo.config/log/ https://github.com/openstack/oslo.config/commits/master PR: 226756 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 3.26.0sunpoet2018-04-032-15/+13
| | | | | | | | | | | | | - Add LICENSE - Fix RUN_DEPENDS - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.concurrency/latest/contributor/history.html PR: 226755 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 1.29.0sunpoet2018-04-032-14/+14
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.cache/latest/user/history.html PR: 226754 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
* Update to 1.6.0sunpoet2018-04-032-12/+12
| | | | | | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/futurist/latest/user/history.html PR: 226753 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Update to 20180117sunpoet2018-04-032-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Mozilla-CA/Changes PR: 226745 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Fix *_DEPENDSsunpoet2018-04-031-7/+4
| | | | | | | | | | - Sort TEST_DEPENDS - Add NO_ARCH - Bump PORTREVISION for dependency change PR: 226743 Submitted by: sunpoet (myself) Approved by: maintainer (timeout,14 days)
* Move converters/rubygem-bsdconv to converters/rubygem-ruby-bsdconvsunpoet2018-04-035-3/+3
| | | | | | PR: 226742 Submitted by: sunpoet (myself) Approved by: maintainer (timeout,14 days)
* Move converters/php5-bsdconv to converters/php-bsdconvsunpoet2018-04-036-6/+6
| | | | | | | | | | - Update to 11.5.0 - Remove IGNORE_WITH_PHP Changes: https://github.com/buganini/php-bsdconv/commits/master PR: 226741 Submitted by: sunpoet (myself) Approved by: maintainer (timeout,14 days)
* Add SONAMEsunpoet2018-04-032-0/+10
| | | | | | | | - Bump PORTREVISION for package change PR: 226740 Submitted by: sunpoet (myself) Approved by: maintainer (timeout,14 days)
* Remove no-op DXVERSIONSsunpoet2018-04-031-25/+17
| | | | | | | | - Fix indent PR: 226739 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Update to 2.9.2sunpoet2018-04-032-12/+6
| | | | | | | | | | - Use DISTVERSIONSUFFIX instead of DISTNAME - Remove outdated post-patch: Changes: https://pagure.io/cmake-fedora/blob/master/f/ChangeLog PR: 226734 Submitted by: sunpoet (myself) Approved by: maintainer (timeout,14 days)
* Add git-remote-keybasesunpoet2018-04-031-2/+3
| | | | | | | - Bump PORTREVISION for package change PR: 227206 Submitted by: Hoverbear <andrew@hoverbear.org>
* Fix build with LibreSSL 2.7sunpoet2018-04-031-0/+11
| | | | | PR: 227177 Submitted by: brnrd
* Fix build with LibreSSL 2.7sunpoet2018-04-0314-0/+457
| | | | | PR: 226922 Submitted by: brnrd
* Simplify BUILD_DEPENDS: use lightweight vim-console instead of vimsunpoet2018-04-031-1/+1
| | | | | PR: 226847 Submitted by: lwhsu
* Update to 2.4.4sunpoet2018-04-033-6/+15
| | | | | | | Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-4-4-released/ PR: 227091 Exp-run by: antoine Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089
* Update to 3.6.5sunpoet2018-04-034-21/+25
| | | | | | Changes: https://docs.python.org/3.6/whatsnew/changelog.html PR: 227090 Exp-run by: antoine
* net/bosh-bootloader: Update to 6.6.3dumbbell2018-04-032-4/+4
| | | | Sponsored by: Pivotal Software, Inc.
* Remove expired ports:rene2018-04-0338-798/+5
| | | | | | | | 2018-03-31 math/abacus: Unmaintained and has a broken shared library 2018-03-31 audio/muse: Unmaintained upstream, crashes at runtime 2018-03-31 net/paris-traceroute: Legacy paris-traceroute is not supported anymore. Use net/scamper instead 2018-04-01 net-im/cjc: Depends on expired net-im/py-xmpp 2018-02-28 net-im/py-pyxmpp: Obsoleted in favor of PyXMPP2
* - Switch to USES=localbaseamdmi32018-04-032-16/+8
| | | | | | | | - Pet portlint - Switch to options helpers - Update WWW Approved by: portmgr blanket
* net-im/telegram-purple: silence QA test by adding LIB_DEPENDS.eugen2018-04-031-2/+3
|
* - Add LICENSEamdmi32018-04-031-0/+4
| | | | | | - Enable testing Approved by: portmgr blanket
* security/orthrus: gavin@16degrees.com.au takes maintainershipyuri2018-04-031-1/+1
| | | | | PR: 227237 Submitted by: gavin@16degrees.com.au
* - Update to 0.5ehaupt2018-04-033-28/+6
| | | | - Add LICENSE
* Update to 1.2.43girgen2018-04-033-14/+15
|
* - Update to 7.0.4culot2018-04-032-10/+16
| | | | | | Changes: https://gforge.inria.fr/forum/forum.php?forum_id=11510 PR: 227106 Submitted by: yuri@
* Readd LCD_FILTERING option and introduce LCD_RENDERINGbapt2018-04-031-1/+8
| | | | | | | | Select LCD_RENDERING as the default (same as before the introduction of the option) PR: 225072 Submitted by: lightside <lightside@gmx.com>
* mail/py-afew: Fix index breakage due to FLAVOR use instead of PY_FLAVORyuri2018-04-031-1/+1
|
* devel/easyloggingpp: Update 9.96.3 -> 9.96.4yuri2018-04-032-4/+4
| | | | Reported by: portscout
* mail/py-afew: Update 1.2.0 -> 1.3.0yuri2018-04-032-19/+29
| | | | | | | | | | | | | | Port changes: * Minor correction in COMMENT * Add LICENSE_FILE * Update RUN_DEPENDS * Add USE_PYTHON=noflavors * Add NO_ARCH * Add DOCS option * Add the patch fixing docs build PR: 225743 Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer)
* - Update to 2.114lwhsu2018-04-032-4/+4
|
* - Update to 0.6.15tota2018-04-032-5/+4
|
* mail/notmuch: Update to version 0.26.1jrm2018-04-033-6/+6
| | | | | | | | Upstream release notes: https://notmuchmail.org/pipermail/notmuch/2018/026376.html PR: 227203 Submitted by: seschwar@gmail.com (maintainer)
* emulators/rpcs3: update to 0.0.5.173jbeich2018-04-033-15/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/bca46e92d...b0352d6ef
* emulators/citra: update to s20180402jbeich2018-04-032-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/11b9d303...7d710170
* games/openbor: update to 4673jbeich2018-04-033-26/+5
| | | | Changes: https://github.com/DCurrent/openbor/compare/57735a1...62edc19
* www/waterfox: apply some FF60 fixesjbeich2018-04-035-1/+298
|
* www/firefox: use SkiaGL by default for OpenGL/WebRender compositingjbeich2018-04-035-2/+131
| | | | | | | | | Copy OS X behavior. If OpenGL compositing[1] doesn't crash OS or browser SkiaGL canvas rendering is unlikely to make it worse. Mainly improves FishIE Tank benchmark. [1] layers.acceleration.force-enabled -> true in about:config or $ env MOZ_ACCELERATED=1 firefox -new-instance -profile `mktemp -d` ...
* - Update to 1.01amdmi32018-04-032-4/+5
|
* - Update to 1.01amdmi32018-04-032-4/+4
|
* Reinstate support for GTK2 (rather than GTK3) as an OPTION.mandree2018-04-034-8/+31
| | | | | | | | | | | While here, add a putty-gtk2 slave port and update _CONFLICTS. Since the default package does not change, and pkg would handle conflicts around attempted installation of the new -gtk2 package, omit the PORTREVISION bump from Miroslav's original patch. PR: 227200 Submitted by: Miroslav Lachman
* devel/magit: Update to version 2.12.1jrm2018-04-034-23/+26
| | | | | | | Upstream changes: https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.12.1.txt PR: 227141 Submitted by: yasu@utahime.org (maintainer)
* editors/with-editor: Update to version 2.7.2jrm2018-04-032-6/+5
| | | | | PR: 227132 Submitted by: yasu@utahime.org (maintainer)
* New port, devel/magit-popup: Define prefix-infix-suffix command combosjrm2018-04-034-0/+55
| | | | | | | https://github.com/magit/magit-popup PR: 227139 Submitted by: yasu@utahime.org (maintainer)
* New port, devel/ghub: Minuscule client library for the Github APIjrm2018-04-034-0/+62
| | | | | | | WWW: https://github.com/magit/ghub PR: 227135 Submitted by: yasu@utahime.org (maintainer)
* Update to 0.12.1bapt2018-04-032-4/+4
|
* Fix astro/qmapshack ahead of CMake 3.11.adridg2018-04-032-0/+14
| | | | | | | | | | | | | | | Because of the way CMake 3.11 orders includes in mocs_compilation.cpp, it shows up cases where headers don't have all of the necessary includes or forward-type-declarations in place. Add one here to fix the build. The error message is in the patch. Also reported upstream, https://bitbucket.org/maproom/qmapshack/issues/325/cmake-311-build-fix but it had already been (unrelatedly) fixed upstream in https://bitbucket.org/maproom/qmapshack/commits/2968b238 Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14932
* Fix graphics/Drawfile ahead of CMake 3.11.adridg2018-04-032-0/+14
| | | | | | | | | | | | | The order in which files are placed in mocs_compilation.cpp has changed in CMake 3.11 compared to CMake 3.10. This shows up places where not all of the includes needed for a bit of code, are included -- because by chance, everywhere else they are already included by the time the compiler gets to the offending header. In switching the order around, compiles fail. The error message is in the patch -- just a missing type declaration. Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14770
* Modernization: switch to USES=php:webmatthew2018-04-038-31/+61
| | | | | | | | | | Update files/patch-lib__functions.php to work around the lack of the deprecated mcrypt functions in php >= 7.1. Regenerate patches with 'make makesum' PR: 227199 Submitted by: ohartmann@walstatt.org
* Stop using USE_GNOME=esoundbapt2018-04-031-5/+7
| | | | | | Add license Use USES=localbase Remove useless USES=pathfix
* Fix build of cad/elmerfem ahead of CMake 3.11.adridg2018-04-033-8/+7
| | | | | | | | | | | | | | | | | - Bump to the actual 8.3 release, instead of a few days and revisions short of it. There's no uploaded tarball, so we're still stuck with GH tags. - Build out-of-source; with CMake 3.11 you can no longer add a library with no (zero) sources, and the existing setup was picking up build- cache directories like CMakeFiles/ to turn into Elmer libraries. - As a side-effect, this shows the bogus library added to the plist some time earlier -- CMakeFiles is not an actual Elmer plugin. - Detection of <inttypes.h> is broken because of the way Fortran libraries are added to the link line, but gcc_s isn't; this leads to header detection that fails in linking. So just tell CMake that inttypes.h exists, instead. Approved by: tcberner (mentor, implicit)
* Update to 2018.02.28bapt2018-04-033-23/+4
|
* Update to 18.3.0bapt2018-04-032-4/+4
|
* Incorporate a patch from uptreambapt2018-04-032-5/+59
| | | | | | | | | | | Remove the LCD filtering option, now freetype2 offers by default a LCD optimized output, no need to keep the old LCD filtering option (keeping it off may confuse users) and let freetype2 use the new "Harmony LCD rendering" Thanks jbeich for pointing me at the PR I missed. PR: 225072 Submitted by: lightside <lightside@gmx.com>
* Update to 1.10.1jlaffaye2018-04-033-4/+12
|
* Remove the workaround for a clang 6.0.0 crash on FreeBSD version 1200056gerald2018-04-031-5/+0
| | | | | | | (where we'd use GCC), now that version 1200057 which fixes that issue is eight weeks old. PR: 224863
* Adjust ibiblio.org MASTER_SITE, taking into accounts redirects andgerald2018-04-031-1/+1
| | | | shorter URLs.
* Update to 0.2.6bapt2018-04-033-7/+15
|
* update to 0.18.6bapt2018-04-033-9/+12
| | | | While here remove pathfix USES, it is no longer necessary
* Update to 2.9bapt2018-04-033-11/+7
| | | | | The ABI is fully backward compatible: https://abi-laboratory.pro/tracker/timeline/freetype/
* Bump xsltproc maxdepth, it is required with new version of xsltprocbapt2018-04-031-0/+11
| | | | | | The same has been comitted in the doc repository by blackend@ already MFH: 2018Q2
* * Updated to 0.38ultima2018-04-032-13/+16
| | | | | | | Changes: https://github.com/gohugoio/hugo/releases/tag/v0.38 PR: 227207 Submitted by: ben^@hash^ (maintainer)
* mail/sendmail: Fix build with LibreSSL 2.7brnrd2018-04-031-1/+1
| | | | | | | - LibreSSL 2.7 implements OpenSSL 1.1 API PR: 227171 Approved by: dinoex (maintainer)
* www/node4: Mark as deprecated and set expiration datebhughes2018-04-031-0/+2
| | | | | | The Node.js project has set v4.x end-of-life date to 2018-04-30. MFH: 2018Q2
* - Update to 1.0.0amdmi32018-04-032-5/+5
|
* - Update to 0.14.1amdmi32018-04-032-4/+4
|
* - Update to 1.2.1amdmi32018-04-032-4/+4
|
* biology/rainbow: Efficient clustering and assembling of short readsjwb2018-04-035-0/+50
| | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14924
* devel/py-black: Update 18.3a2 -> 18.3a3yuri2018-04-032-4/+4
| | | | | PR: 227189 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultkrion2018-04-031-0/+1
| | | | | | | | output target. PR: 226980 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
* update sysutils/debootstrap to 1.0.95lifanov2018-04-023-5/+6
|
* Add benchmarks/uperfkrion2018-04-025-0/+134
| | | | | | | | | | | | | Unified Performance Tool (or uperf for short) is a network performance tool that supports modelling and replay of various networking patterns. It represents a new kind of benchmarking tool (like filebench) where instead of running a fixed benchmark or workload, a description (or model) of the workload is provided and the tool generates the load according to the model. PR: 226649 Submitted by: 0mp@FreeBSD.org Requested by: gnn
* Remove workaround (really: requiring GCC) for a clang 6.0.0 crash ongerald2018-04-021-5/+0
| | | | | | FreeBSD revision 1200056. PR: 224863
* Upgrade to 0.31.des2018-04-022-4/+4
| | | | | PR: 227064 Submitted by: pi@
* Update to upstream version 22.0.0riggs2018-04-023-15/+4
| | | | MFH: 2018Q2
* - Update OpenTTD to version 1.8.0danfe2018-04-023-5/+5
| | | | - TIMESTAMP (openttd-1.8.0-source.tar.xz) = 1522588020
* Spell Wine with an uppercase W to align with upstream usage.gerald2018-04-021-1/+1
| | | | Approved by: se (maintainer)
* Update to the 20180401 snapshot of GCC 8.gerald2018-04-022-4/+4
|
* Update to 5.7.0sunpoet2018-04-022-4/+4
| | | | Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
* Update to 4.10sunpoet2018-04-022-4/+4
| | | | Changes: https://github.com/xolox/python-humanfriendly/commits/master
* Update to 0.5.29.3sunpoet2018-04-022-4/+4
| | | | | Changes: https://github.com/kayhayen/Nuitka/blob/develop/Changelog.rst https://github.com/kayhayen/Nuitka/commits/develop
* Update to 2018.04.01sunpoet2018-04-022-4/+4
|
* Update to 20180331sunpoet2018-04-022-4/+4
|
* Update to 2018.04.01sunpoet2018-04-022-4/+4
|
* - Update to 0.4.0wen2018-04-023-8/+12
|
* - Update to 2.26tota2018-04-022-5/+4
|
* - Add LICENSEamdmi32018-04-021-1/+7
| | | | | | - Cosmetic fixes Approved by: portmgr blanket
* Update to v5.27.10-97-g28e487a.mat2018-04-024-8/+8
| | | | Sponsored by: Absolight
* - fix run dependencyohauer2018-04-021-1/+1
| | | | (PKGNAMESUFFIX was removed from mod_wsgi in r466160)
* - Add LICENSEamdmi32018-04-022-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* - Update to 0.5-1tota2018-04-022-5/+4
|
* Add new port science/py-openpiv:makc2018-04-024-0/+49
| | | | | | | Python module for Particle Image Velocimetry (PIV) image analysis and post-processing. WWW: http://www.openpiv.net/
* Add build time dependency on doxygenknu2018-04-021-2/+1
|
* - Update to 0.7-4tota2018-04-022-5/+5
|
* math/py-keras: Update 2.1.4 -> 2.1.5yuri2018-04-023-13/+13
| | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Minor comment change * Add PYNUMPY to RUN_DEPENDS * Sort RUN_DEPENDS * Remove USE_PYTHON=concurrent (not needed) * Group USExx * Replace WWW with the https version PR: 226451 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* net-mgmt/sx: Fix build with LibreSSL 2.7brnrd2018-04-021-0/+27
| | | | | | | - LibreSSL 2.7 implements OpenSSL 1.1 API PR: 227188 Approved by: Neel Chauhan <neel neelc org> (maintainer)
* - update to 3.4-20180401ohauer2018-04-025-72/+9
| | | | | | | | | | | | | | | | | | | | | Changelog: 20180224 Workaround: postconf build did not abort if the m4 command is not installed (on a system that does have the make command, the awk command, the perl command, and the C compiler?!). File: postconf/extract_cfg.sh. 20180303 Portability: slight differences between MySQL and MariaDB. Olli Hauer. File: global/dict_mysql.c. 20180306 Bugfix (introduced: 19990302): when luser_relay specifies a non-existent local address, the luser_relay feature becomes a black hole. Reported by Juergen Thomsen. File: local/unknown.c. Portability: FreeBSD 11 is supported. Files: makedefs, util/sys_defs.h.
* - Add new port: math/R-cran-spDatatota2018-04-024-0/+31
| | | | | | | | | | | | | | Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis. It includes R data of class sf (defined by the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial data packages such as 'rnaturalearth' and 'maps', it also contains data stored in a range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some of the datasets are designed to illustrate specific analysis techniques. cycle_hire and cycle_hire_osm, for example, is designed to illustrate point pattern analysis techniques. WWW: https://cran.r-project.org/web/packages/spData/
* Fix build with libressl 2.7vanilla2018-04-021-1/+1
| | | | | PR: 227187 Submitted by: brnrd@
* - Update to 0.6-1tota2018-04-022-5/+4
|
* - fix content of manpagesdinoex2018-04-022-1/+43
| | | | PR: 226917
* Add LICENSEsunpoet2018-04-021-0/+3
| | | | Approved by: portmgr (blanket)
* - Update to 5.35tota2018-04-022-5/+4
|
* databases/go-carbon: Improve rc.d scriptmeta2018-04-022-17/+18
| | | | | | | | Fixes an error with restart. PR: 226937 Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> Approved by: hrs (mentor, implicit)
* - update to 0.8.5dinoex2018-04-023-15/+38
| | | | | | - added manpages, desktop file, icon, and NLS files. - reset maintainer PR: 208530
* - Update to 1.8.1wen2018-04-022-4/+4
|
* - Update to 1.1-16tota2018-04-022-5/+4
|
* net-mgmt/py-ciscoconfparse: Update to 1.3.11dbaio2018-04-022-8/+15
| | | | | | | | | Dependency devel/py-ipaddr is only necessary with Python 2. While here, update LICENSE. PR: 227162 Submitted by: Kai <freebsd_ports@k-worx.org> (maintainer)
* security/suricata: Update 4.0.3 -> 4.0.4yuri2018-04-023-9/+179
| | | | | | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Removed HTP_PORT from defaultoptions * Add NSS_CONFIGURE_OFF * Add command silencing I also noticed that it still links to libjansson when JSON=off. This is because it auto-finds it. Requested the upstream to add --disable-{option} flags: https://redmine.openinfosecfoundation.org/issues/2473 PR: 226512 Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer, original version) Submitted by: Renato Botelho <garga@FreeBSD.org> (final version) Approved by: Franco Fichtner <franco@opnsense.org> (maintainer)
* restore ssl functionality with opensslcmt2018-04-024-19/+28
| | | | | | | | | | | | | | | The "libressl compatibility" unfortunately added a dependency on the SSL_CTX_set1_groups() function, which is neither available in base (for released versions of FreeBSD) nor ports openssl (it's only in openssl-devel and libressl). This broke SSL (most importantly HTTPS) functionalty in many Qt5-ports. This adds some #ifdefs around the SSL_CTX_set1_groups() calling sites and restores the old code in cases where libressl has not been detected. PR: 218421 Reported by: yuri Approved by: maintainer-timeout
* news/mmail: Update 0.49 -> 0.51yuri2018-04-023-23/+4
|
* security/libressl-devel: Update to 2.7.2brnrd2018-04-022-4/+4
| | | | | | | - LibreSSL 2.7 is now STABLE - Fixes a memleak in libtls MFH: 2018Q2
* New port: math/mppp: Multiprecision for modern C++yuri2018-04-025-0/+87
| | | | tests and benchmarks depend on a not yet committed bug#227102 (math/mpfr update)
* Update to 1.4.1sunpoet2018-04-022-4/+4
| | | | | | Changes: https://github.com/ddfreyne/adsf/releases PR: 227163 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
* Update to 0.1.1sunpoet2018-04-022-5/+7
| | | | | | Changes: https://github.com/mmriis/simpleidn/commits/master PR: 227152 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
* Update to 0.11.43sunpoet2018-04-024-107/+102
| | | | | | | | | | - While I'm here: - Convert to options target helper - Sort PLIST Changes: https://github.com/gogits/gogs/releases PR: 227137 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Change dependencies from wine-gecko-devel to wine-gecko and wine-mono-develgerald2018-04-021-2/+3
| | | | | | | | to wine-mono. Technically this is not required at this point, since the -devel and regular ports provide the same versions temporarily, but it sets us up for when the -devel ports are going to diverge again later.
* Move to version 2.47 which is in sync with wine-gecko-devel for thegerald2018-04-022-4/+5
| | | | | | | | | | time being, until that is going to be upgraded in sync with wine-devel (and a newer development snapshot of Wine). Adjust MASTER_SITES to dl.winehq.org since SF does not carry newer versions of this. Suggested by: dbn
* devel/libfmt: Update 3.0.1 -> 4.1.0yuri2018-04-025-22/+21
| | | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Add USE_LDCONFIG * Converted the TEST option to do-test target * Add shared library version substitution variables All tests pass. Bump multimedia/kodi-devel. PR: 226677 Approved by: SlavaMikerov@gmail.com (maintainer's timeout; 15 days)
* devel/py-raven: update 6.5.0 -> 6.6.0pi2018-04-022-4/+4
| | | | Relnotes: https://github.com/getsentry/raven-python/releases
* - Update to 2.2.0-rc1 [1]jhale2018-04-023-16/+14
| | | | | | | | | | - Move USES upward - Remove obsolete hack for gcc - Install AppStream metadata in share/metainfo per https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent PR: 226672 [1] Submitted by: Maciej Pasternacki <maciej@pasternacki.net> [1]
* Copy enchant to enchant2 for the new version with shared library bump.kwm2018-04-0211-7/+121
| | | | | | | | 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
* New port: math/py-pynleq2: Python binding for NLEQ2 algorithm's fortran ↵yuri2018-04-025-0/+77
| | | | implementation
* audio/wmmp: Update to 0.12.4tobik2018-04-023-10/+11
| | | | | | | - Pet portlint and move 2 item pkg-plist to PLIST_FILES PR: 227182 Submitted by: Nicolas Herry <nicolasherry@gmail.com> (maintainer)
* sysutils/dsbbatmon: Update to 1.0.2tobik2018-04-022-4/+4
| | | | | PR: 227143 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* Update dovecot to 2.3.1, and dovecot-pigeonhole to 0.5.1adamw2018-04-029-110/+153
| | | | | | | | | | | | | | | | | | | | This is a very large update, and it WILL require manually updating existing conf files, though the changes to do so are not extensive. Updating instructions are here: https://wiki2.dovecot.org/Upgrading/2.3 Additionally there are various cleanups to the dovecot rc(8) script, and support for a LUA scripting interface for dovecot. The decision was made not to import the 2.3.0 or 2.3.0.1 releases here, due to the number of existing bugs. ler and I have been dogfooding it for months now, and all of the bugs I've encountered are fixed in this 2.3.1 release. This update is the result of many, many hours of collborative work between ler and me, and the input of many people on the freebsd-ports list.
* Add www/minifluxkrion2018-04-026-0/+37
| | | | | Miniflux is a self-hosted software to read RSS/Atom/JSON feeds written in Go and using PostgreSQL backend.
* Update vim to patchlevel 1655adamw2018-04-022-4/+4
|
* dns/dnsdist: Fix building against openssl from basecpm2018-04-021-0/+1
| | | | | | | | | | | | | | | | | | | checking for LIBSSL... no configure: error: OpenSSL libssl requested but libraries were not found ===> Script "configure" failed unexpectedly. Please report the problem to cpm@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/dns/dnsdist/work/dnsdist-1.3.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/dns/dnsdist PR: 227180 Submitted by: Ralf van der Enden <tremere@cainites.net> MFH: 2018Q2
* Fix build with clang 6.x, pet portlintriggs2018-04-012-2/+22
| | | | | | PR: 227148 Submitted by: pfg (maintainer) MFH: 2018Q2
* dns/dnsdist: fix rc.d script, add support for LuaJIT and enable some new ↵cpm2018-04-013-4/+60
| | | | | | | | | | | | | | | | | features - Really fix the rc.d script to start using daemon(8) and add the --supervised commandline argument (which suppresses opening up the console) - Enable DNS-over-TLS (upstream suggests enabling both GnuTLS and OpenSSL backends so you can switch in case of a serious security issue in .ie OpenSSL) - Add OpenSSL support (enabled by default) - Add GnuTLS support (enabled by default) - Add dnstap support (disabled by default) - Add SNMP support (disabled by default) - Add support for LuaJIT or whatever you set as your default version in make.conf (disabled by default) - Bump PORTREVISION PR: 227175 Submitted by: Ralf van der Enden <tremere@cainites.net> MFH: 2018Q2
* security/owasp-dependency-check: add missing security/Makefile entrypi2018-04-011-0/+1
| | | | | PR: 226206 Reported by: antoine
* Update to 1.9.64vanilla2018-04-012-4/+4
| | | | | PR: 227136 Submitted by: maintainer
* Revert r466162, exp-run is still in progressantoine2018-04-013-10/+6
| | | | With hat: portmgr
* - Update to 3.6.5wen2018-04-013-6/+10
|
* New port: security/owasp-dependency-checkpi2018-04-015-0/+100
| | | | | | | | | | | | | | | | Dependency-Check is a utility that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries. WWW: https://github.com/jeremylong/DependencyCheck WWW: https://www.owasp.org/index.php/OWASP_Dependency_Check WWW: https://jeremylong.github.io/DependencyCheck/dependency-check-cli/ WWW: https://jeremylong.github.io/DependencyCheck/dependency-check-cli/arguments.html PR: 226206 Submitted by: Andreas Sommer <andreas.sommer87@googlemail.com>
* - Update to 4.6.3wen2018-04-013-9/+6
| | | | | | | | - Remove CONFLICTS and PKGNAMESUFFIX - Fixed link in pkg-message.in PR: 227160 Submitted by: douglas@douglasthrift.net(maintainer)
* databases/cego: update 2.39.9 -> 2.39.11pi2018-04-012-4/+4
| | | | | | | | | | | | | | | | | - Improvements for log handling, the logIt method was moved from CegoTableManager to CegoBufferPool. This allows a more adequate locking of the logging actions. For this the tsLock array has been removed from CegoTableManager and lmLock array has been set up in CegoBufferPool. Since checkpoint writing occurs in CegoBufferPool ( which is also relevant for loging operations ), the logging method is now part of CegoBufferPool. - The logAction method in CegoLogManager has also been improved in a way, that a log buffer is not allocated for each logging operation anymore. Instead, a logBuf array has been defined for all tablesets and the logBuf is reallocated, if the current logging record exceeds the log buffer. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* - Update to 0.017zi2018-04-012-4/+4
|
* Update to 1.4.5ehaupt2018-04-012-4/+4
|
* - Update to 20180227zi2018-04-012-4/+4
|
* converters/py-unidecode: Update to 1.0.22dbaio2018-04-012-5/+6
| | | | | | | | | While here, update LICENSE. Changes: https://raw.githubusercontent.com/avian2/unidecode/unidecode-1.0.22/ChangeLog PR: 227151 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
* Update 2.4.3.6 --> 2.4.3.7cy2018-04-016-35/+22
|
* Fix build with LibreSSL 2.7cy2018-04-012-4/+23
| | | | | | PR: 227173 Submitted by: brnrd@ MFH: 2018Q3