| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changes: https://github.com/akopytov/sysbench/releases
|
|
|
|
| |
Changes: https://github.com/facebook/zstd/releases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
| |
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))
|
| |
|
|
|
|
|
| |
PR: 227249
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Remove unneeded regression-test target (the port supports 'make test')
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
../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
|
| |
|
|
|
|
|
|
|
|
| |
- WWWDIR/apps to WWWDIR/apps-pkg
- Bump portrevision to force reinstall
- Update Nextcloud version dependencies
PR: 227133
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 227277
Submitted by: kevans
|
|
|
|
|
|
| |
- Mark BROKEN on FreeBSD 10.3, fails to link due to lack of thread_local
MFH: 2018Q2 (blanket)
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/DROLSKY/DateTime-Locale-1.18/Changes
|
| |
|
| |
|
|
|
|
|
|
| |
Changes :
- Add DragonFly BSD support
- Add a environment variable to disable the "fetch on upgrade" mechanism
|
|
|
|
|
|
| |
Bump PORTREVISION
MFH: 2018Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D14954
|
| |
|
|
|
|
| |
Reassign to uboot team
|
|
|
|
|
| |
- Use QT5 to match mame/mess
- Update COMMENT
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Release notes at https://github.com/libuv/libuv/releases/tag/v1.20.0
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
This also switches patches that only add files to adding files.
|
|
|
|
|
|
| |
Reviewed by: mat
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D14935
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PR: 227142
Submitted by: lightside@gmx.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14939
|
|
|
|
|
|
|
|
| |
- Add missing PHP modules
PR: 226120
Submitted by: marko.cupac@mimar.rs
Approved by: maintainer(timeout, > 20 days)
|
|
|
|
|
|
|
| |
Changelog: https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2
PR: 227024
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
|
|
|
|
|
|
|
| |
PR: 227140
Submitted by: basil@vpm.net.ua
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14938
|
|
|
|
|
|
|
| |
- LibreSSL 2.7 implements OpenSSL 1.1 API
PR: 227184
Approved by: Ralf van der Enden <tremere cainites net> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 227239
|
|
|
|
|
| |
Forgotten by: mat
Sponsored by: Absolight
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
../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
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC (Netgate)
|
|
|
|
|
|
|
| |
- LibreSSL 2.7 implements OpenSSL 1.1 API
PR: 227183
Approved by: Ralf van der Enden <tremere cainites net> (maintainer)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Approved by: wg, bapt (mentors)
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Mojolicious
|
|
|
|
| |
Reported by: krion
|
|
|
|
| |
- Regenerate patch with make makepatch
|
|
|
|
|
|
| |
- sync with platomav/CPUMicrocodes MCE DB r63;
- more pkg-descr polishing;
- no real package changes, no PORTREVISION bump.
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
|
|
|
|
| |
Changes: https://docs.djangoproject.com/en/2.0/releases/
|
|
|
|
| |
Changes: https://docs.djangoproject.com/en/1.11/releases/
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/System-Command/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Async/Changes
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency and package change
PR: 226786
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
|
|
|
|
|
|
|
| |
Changes: https://github.com/chef/mixlib-config/blob/master/CHANGELOG.md
PR: 226783
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mozilla-CA/Changes
PR: 226745
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
|
|
|
|
|
|
|
|
|
|
| |
- Sort TEST_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change
PR: 226743
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout,14 days)
|
|
|
|
|
|
| |
PR: 226742
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout,14 days)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: 226740
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout,14 days)
|
|
|
|
|
|
|
|
| |
- Fix indent
PR: 226739
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: 227206
Submitted by: Hoverbear <andrew@hoverbear.org>
|
|
|
|
|
| |
PR: 227177
Submitted by: brnrd
|
|
|
|
|
| |
PR: 226922
Submitted by: brnrd
|
|
|
|
|
| |
PR: 226847
Submitted by: lwhsu
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Changes: https://docs.python.org/3.6/whatsnew/changelog.html
PR: 227090
Exp-run by: antoine
|
|
|
|
| |
Sponsored by: Pivotal Software, Inc.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Pet portlint
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
- Enable testing
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 227237
Submitted by: gavin@16degrees.com.au
|
|
|
|
| |
- Add LICENSE
|
| |
|
|
|
|
|
|
| |
Changes: https://gforge.inria.fr/forum/forum.php?forum_id=11510
PR: 227106
Submitted by: yuri@
|
|
|
|
|
|
|
|
| |
Select LCD_RENDERING as the default (same as before the introduction
of the option)
PR: 225072
Submitted by: lightside <lightside@gmx.com>
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Upstream release notes:
https://notmuchmail.org/pipermail/notmuch/2018/026376.html
PR: 227203
Submitted by: seschwar@gmail.com (maintainer)
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/bca46e92d...b0352d6ef
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/11b9d303...7d710170
|
|
|
|
| |
Changes: https://github.com/DCurrent/openbor/compare/57735a1...62edc19
|
| |
|
|
|
|
|
|
|
|
|
| |
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` ...
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Upstream changes: https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.12.1.txt
PR: 227141
Submitted by: yasu@utahime.org (maintainer)
|
|
|
|
|
| |
PR: 227132
Submitted by: yasu@utahime.org (maintainer)
|
|
|
|
|
|
|
| |
https://github.com/magit/magit-popup
PR: 227139
Submitted by: yasu@utahime.org (maintainer)
|
|
|
|
|
|
|
| |
WWW: https://github.com/magit/ghub
PR: 227135
Submitted by: yasu@utahime.org (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Add license
Use USES=localbase
Remove useless USES=pathfix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
(where we'd use GCC), now that version 1200057 which fixes that issue is
eight weeks old.
PR: 224863
|
|
|
|
| |
shorter URLs.
|
| |
|
|
|
|
| |
While here remove pathfix USES, it is no longer necessary
|
|
|
|
|
| |
The ABI is fully backward compatible:
https://abi-laboratory.pro/tracker/timeline/freetype/
|
|
|
|
|
|
| |
The same has been comitted in the doc repository by blackend@ already
MFH: 2018Q2
|
|
|
|
|
|
|
| |
Changes: https://github.com/gohugoio/hugo/releases/tag/v0.38
PR: 227207
Submitted by: ben^@hash^ (maintainer)
|
|
|
|
|
|
|
| |
- LibreSSL 2.7 implements OpenSSL 1.1 API
PR: 227171
Approved by: dinoex (maintainer)
|
|
|
|
|
|
| |
The Node.js project has set v4.x end-of-life date to 2018-04-30.
MFH: 2018Q2
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14924
|
|
|
|
|
| |
PR: 227189
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
|
|
|
| |
output target.
PR: 226980
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
FreeBSD revision 1200056.
PR: 224863
|
|
|
|
|
| |
PR: 227064
Submitted by: pi@
|
|
|
|
| |
MFH: 2018Q2
|
|
|
|
| |
- TIMESTAMP (openttd-1.8.0-source.tar.xz) = 1522588020
|
|
|
|
| |
Approved by: se (maintainer)
|
| |
|
|
|
|
| |
Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
|
|
|
|
| |
Changes: https://github.com/xolox/python-humanfriendly/commits/master
|
|
|
|
|
| |
Changes: https://github.com/kayhayen/Nuitka/blob/develop/Changelog.rst
https://github.com/kayhayen/Nuitka/commits/develop
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Cosmetic fixes
Approved by: portmgr blanket
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
(PKGNAMESUFFIX was removed from mod_wsgi in r466160)
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
| |
Python module for Particle Image Velocimetry (PIV) image analysis
and post-processing.
WWW: http://www.openpiv.net/
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- LibreSSL 2.7 implements OpenSSL 1.1 API
PR: 227188
Approved by: Neel Chauhan <neel neelc org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
| |
PR: 227187
Submitted by: brnrd@
|
| |
|
|
|
|
| |
PR: 226917
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
| |
Fixes an error with restart.
PR: 226937
Submitted by: Andreas Andersson <a.andersson.thn@gmail.com>
Approved by: hrs (mentor, implicit)
|
|
|
|
|
|
| |
- added manpages, desktop file, icon, and NLS files.
- reset maintainer
PR: 208530
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
- LibreSSL 2.7 is now STABLE
- Fixes a memleak in libtls
MFH: 2018Q2
|
|
|
|
| |
tests and benchmarks depend on a not yet committed bug#227102 (math/mpfr update)
|
|
|
|
|
|
| |
Changes: https://github.com/ddfreyne/adsf/releases
PR: 227163
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
|
|
|
|
|
|
| |
Changes: https://github.com/mmriis/simpleidn/commits/master
PR: 227152
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Relnotes: https://github.com/getsentry/raven-python/releases
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
implementation
|
|
|
|
|
|
|
| |
- Pet portlint and move 2 item pkg-plist to PLIST_FILES
PR: 227182
Submitted by: Nicolas Herry <nicolasherry@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 227143
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Miniflux is a self-hosted software to read RSS/Atom/JSON feeds
written in Go and using PostgreSQL backend.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 227148
Submitted by: pfg (maintainer)
MFH: 2018Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 226206
Reported by: antoine
|
|
|
|
|
| |
PR: 227136
Submitted by: maintainer
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
- Remove CONFLICTS and PKGNAMESUFFIX
- Fixed link in pkg-message.in
PR: 227160
Submitted by: douglas@douglasthrift.net(maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
PR: 227173
Submitted by: brnrd@
MFH: 2018Q3
|