Commit graph

442512 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
0491fd7a80 Update to 1.0.47
Changes:	https://github.com/keybase/kbfs/commits/master
2018-04-04 18:50:41 +00:00
Sunpoet Po-Chuan Hsieh
f4638fe478 Update to 5.12.2
Changes:	https://github.com/facebook/rocksdb/releases
2018-04-04 18:50:36 +00:00
Sunpoet Po-Chuan Hsieh
5b421e535b Add py-testscenarios 0.5.0
Testscenarios provides clean dependency injection for python unittest style
tests. This can be used for interface testing (testing many implementations via
a single test suite) or for classic dependency injection (provide tests with
dependencies externally to the test code itself, allowing easy testing in
different situations).

WWW: https://pypi.python.org/pypi/testscenarios
2018-04-04 18:50:14 +00:00
Sunpoet Po-Chuan Hsieh
d48bc98004 Add py-testresources 2.0.1
Testresources extends unittest with a clean and simple api to provide test
optimisation where expensive common resources are needed for test cases - for
example sample working trees for VCS systems, reference databases for enterprise
applications, or web servers ... let imagination run wild.

WWW: https://pypi.python.org/pypi/testresources
2018-04-04 18:49:27 +00:00
Bernard Spil
bcc48ad925 databases/mariadb*-server: Fix off-by-one error
- limits support lands in 1101514

Reported by:	mpts
2018-04-04 18:29:15 +00:00
Dan Langille
3ee1e2b33a sysutils/hared: Small Go server for inserting notifications into MQTT
PR:		227286
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org>
2018-04-04 18:20:29 +00:00
Jason W. Bacon
f2f1fab1b6 biology/pear-merger: Memory-efficient and accurate paired-end read merger
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14959
2018-04-04 17:21:39 +00:00
Matthias Fechner
69761b7e26 Update devel/gitlab-shell to version 6.0.3 which is required fot gitlab 10.5.x.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14942
2018-04-04 16:38:50 +00:00
Matthias Fechner
ad104e5cfa Fixed outdated dependency for net/rubygem-gitaly.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D14944
2018-04-04 16:36:32 +00:00
Matthias Fechner
d07f36ea34 Fixed typo in net/rubygem-octokit46 which contains a wrong PORTSCOUT line.
Reviewed by:	swills (mentor), tz (mentor)
Approved by:	swills (mentor), tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D14945
2018-04-04 16:34:18 +00:00
Matthias Fechner
887fe0b620 Update to version 0.9.1 which is required for gitlab 10.5.x.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14943
2018-04-04 16:32:18 +00:00
Matthias Fechner
3b5fc68cc4 Added a missing PORTSCOUT line to security/rubygem-doorkeeper-openid_connect12.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14946
2018-04-04 16:29:53 +00:00
Matthias Fechner
d4637b78cd Fixed typo in Makefile for security/rubygem-rack-oauth212.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14947
2018-04-04 16:27:49 +00:00
Matthias Fechner
2fbbb005c4 Fixed typo in Makefile for textproc/rubygem-escape_utils11.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14948
2018-04-04 16:25:30 +00:00
Matthias Fechner
bd6054fa56 Update www/gitlab-workhorse to 3.6.0 which is required for gitlab 10.5.x.
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14949
2018-04-04 16:23:03 +00:00
Matthias Fechner
6c57ae5b2c Fixed typo in Makefile of www/rubygem-uglifier27.
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14950
2018-04-04 16:19:00 +00:00
Grzegorz Blach
e8cea550b2 Update to 3.1.36 2018-04-04 15:52:57 +00:00
Jan Beich
937a123a1a www/seamonkey: switch to rc2
Changes:	https://hg.mozilla.org/releases/mozilla-esr52/rev/6c7b3cc4609f
2018-04-04 12:48:51 +00:00
Li-Wen Hsu
5320eb7cdc - Update to 1.14.2
Submitted by:	maintainer
2018-04-04 12:26:52 +00:00
Jan Beich
9e1d75cf13 www/firefox: unbreak copy/paste with some terminal emulators
Obtained from:	upstream (Firefox 61)
2018-04-04 11:50:10 +00:00
Jan Beich
2e84111857 editors/libreoffice: unbreak with ICU 61
i18nutil/source/utility/unicode.cxx:753:21: error: unknown type name 'NumberFormat'; did you mean 'UNumberFormat'?
    std::unique_ptr<NumberFormat> xF(
                    ^~~~~~~~~~~~
                    UNumberFormat
/usr/local/include/unicode/unum.h:140:15: note: 'UNumberFormat' declared here
typedef void* UNumberFormat;
              ^
i18nutil/source/utility/unicode.cxx:754:9: error: use of undeclared identifier 'NumberFormat'; did you mean 'icu::NumberFormat'?
        NumberFormat::createPercentInstance(aLocale, errorCode));
        ^~~~~~~~~~~~
        icu::NumberFormat
/usr/local/include/unicode/numfmt.h:174:18: note: 'icu::NumberFormat' declared here
class U_I18N_API NumberFormat : public Format {
                 ^
i18nutil/source/utility/unicode.cxx:753:35: error: no matching constructor for initialization of 'std::unique_ptr<UNumberFormat>' (aka 'unique_ptr<void *>')
    std::unique_ptr<NumberFormat> xF(
                                  ^
/usr/include/c++/v1/memory:2425:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'icu::NumberFormat *' to 'const std::__1::unique_ptr<void *, std::__1::default_delete<void *> >' for 1st argument
class _LIBCPP_TEMPLATE_VIS unique_ptr
                           ^
/usr/include/c++/v1/memory:2454:49: note: candidate constructor not viable: no known conversion from 'icu::NumberFormat *' to 'nullptr_t' for 1st argument
    _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR unique_ptr(nullptr_t) _NOEXCEPT
                                                ^
/usr/include/c++/v1/memory:2460:40: note: candidate constructor not viable: no known conversion from 'icu::NumberFormat *' to 'pointer' (aka 'void **') for 1st argument
    _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) _NOEXCEPT
                                       ^
/usr/include/c++/v1/memory:2481:31: note: candidate constructor not viable: no known conversion from 'icu::NumberFormat *' to 'std::__1::unique_ptr<void *, std::__1::default_delete<void *> >' for 1st argument
    _LIBCPP_INLINE_VISIBILITY unique_ptr(unique_ptr&& __u) _NOEXCEPT
                              ^
/usr/include/c++/v1/memory:2485:9: note: candidate template ignored: could not match 'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'icu::NumberFormat *'
        unique_ptr(unique_ptr<_Up, _Ep>&& __u,
        ^
/usr/include/c++/v1/memory:2500:35: note: candidate template ignored: could not match 'auto_ptr<type-parameter-0-0>' against 'icu::NumberFormat *'
        _LIBCPP_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>&& __p,
                                  ^
/usr/include/c++/v1/memory:2448:49: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
    _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR unique_ptr() _NOEXCEPT
                                                ^
/usr/include/c++/v1/memory:2468:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
    _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, typename conditional<
                              ^
/usr/include/c++/v1/memory:2475:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
    _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, typename remove_reference<deleter_type>::type&& __d)
                              ^
i18nutil/source/utility/unicode.cxx:761:5: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
    UnicodeString output;
    ^~~~~~~~~~~~~
    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
2018-04-04 11:50:00 +00:00
Roger Pau Monné
0b0a693109 seabios: foce usage of GNU ld
SeaBIOS requires GNU ld in order to link.

Sponsored by: Citrix Systems R&D
2018-04-04 11:46:19 +00:00
Sunpoet Po-Chuan Hsieh
b8c5edf171 Remove DTRACE option
Enabling DTRACE option causes build failure.
It appears this option never really worked on FreeBSD.

PR:		217097
Submitted by:	sunpoet (myself)
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Thanks to:	John Hein <z7dr6ut7gs@snkmail.com> (for analysis and testing)
2018-04-04 10:57:33 +00:00
Sunpoet Po-Chuan Hsieh
ac94eee223 Relax USES=python 2018-04-04 10:57:28 +00:00
Sunpoet Po-Chuan Hsieh
2b2564831a Using hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports.
2018-04-04 10:57:22 +00:00
Sunpoet Po-Chuan Hsieh
2f872ebd08 Update to 11.1.6
- Update WWW

Changes:	https://salsa.debian.org/debian/debhelper/tags
2018-04-04 10:57:16 +00:00
Sunpoet Po-Chuan Hsieh
2755ed3442 Update to 18.03.1
Changes:	https://mediaarea.net/MediaInfo/ChangeLog
		https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
2018-04-04 10:57:11 +00:00
Sunpoet Po-Chuan Hsieh
c683c818e7 Update to 18.03.1 (0.4.37)
Changes:	https://github.com/MediaArea/ZenLib/blob/master/History.txt
2018-04-04 10:57:05 +00:00
Sunpoet Po-Chuan Hsieh
fdf4911cbd Update to 18.03.1
Changes:	https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt
		https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt
2018-04-04 10:56:59 +00:00
Sunpoet Po-Chuan Hsieh
d199aefeff Using hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports.
2018-04-04 10:56:53 +00:00
Sunpoet Po-Chuan Hsieh
9693df8bcf Update to 0.5.1
Changes:	https://github.com/intel/tinycbor/commits/master
2018-04-04 10:56:48 +00:00
Sunpoet Po-Chuan Hsieh
624e10587f Using hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports.
2018-04-04 10:56:42 +00:00
Sunpoet Po-Chuan Hsieh
3702107eb4 - Update to 2.11.0
Changes:	https://github.com/ginatrapani/todo.txt-cli/releases
2018-04-04 10:56:37 +00:00
Sunpoet Po-Chuan Hsieh
8d28bd0247 Update to 1.0.14
Changes:	https://github.com/akopytov/sysbench/releases
2018-04-04 10:56:31 +00:00
Sunpoet Po-Chuan Hsieh
1a95eb6475 Update to 1.3.4
Changes:	https://github.com/facebook/zstd/releases
2018-04-04 10:56:26 +00:00
Jan Beich
07f01c0c21 textproc/zorba: unbreak with ICU 61
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)
2018-04-04 10:11:48 +00:00
Jan Beich
df697ff0b3 games/0ad: unbreak with ICU 61
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Ⓜ️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)
2018-04-04 10:11:13 +00:00
Jan Beich
cc2d570d23 games/widelands: unbreak with ICU 61
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
2018-04-04 10:10:26 +00:00
Jochen Neumeister
ebd48117ed www/newsboat: Update to 2.11.1
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)
2018-04-04 10:09:21 +00:00
Jan Beich
e00bb86407 games/openttd: unbreak with ICU 61
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)
2018-04-04 10:04:30 +00:00
Jan Beich
a5aec7f98c multimedia/aegisub: unbreak with ICU 61
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)
2018-04-04 09:46:40 +00:00
Jan Beich
84086c3127 graphics/mapnik: unbreak with ICU 61
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
2018-04-04 09:46:30 +00:00
Jan Beich
0de2e367d7 databases/evolution-data-server: unbreak with ICU 61
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)
2018-04-04 09:38:04 +00:00
Dmitry Marakasov
a4cfdd4c49 - Update WWW
Approved by:	portmgr blanket
2018-04-04 09:33:30 +00:00
TAKATSU Tomonari
622927cc27 - Update to 0.4.4 2018-04-04 09:27:46 +00:00
Dmitry Marakasov
a14c922a65 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-04-04 09:03:30 +00:00
Kubilay Kocak
351fbf80ea devel/py-cffi: Update to 1.11.5
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))
2018-04-04 08:46:18 +00:00
Kirill Ponomarev
3f7f59394e Bump PORTREVISION after security/botan2 update 2018-04-04 08:37:42 +00:00
Kirill Ponomarev
e1dc5acd2b Update to version 2.5.0
PR:		227249
Submitted by:	maintainer
2018-04-04 08:36:44 +00:00
Dmitry Marakasov
3f792c9f3c - Fix LICENSE
- Add LICENSE_FILE
- Remove unneeded regression-test target (the port supports 'make test')

Approved by:	portmgr blanket
2018-04-04 08:33:30 +00:00