Commit graph

442520 commits

Author SHA1 Message Date
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
TAKATSU Tomonari
c52e3a426f - Update to 0.4-0 2018-04-04 08:31:46 +00:00
Jan Beich
39f654553b audio/ncmpcpp: unbreak with ICU 61
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)
2018-04-04 08:27:21 +00:00
Jan Beich
29eba89b44 textproc/rubygem-charlock_holmes: unbreak with ICU 61
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
2018-04-04 08:21:13 +00:00
Jan Beich
cb711064e0 devel/php*-intl: unbreak with ICU 61
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)
2018-04-04 08:20:59 +00:00
Jan Beich
006698fc82 misc/sword: unbreak with ICU 61
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)
2018-04-04 08:03:58 +00:00
Jan Beich
911b154323 www/node8: unbreak with ICU 61
../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
2018-04-04 08:03:48 +00:00
TAKATSU Tomonari
44ec5e4cad - Update to 2.1.18 2018-04-04 08:02:01 +00:00
Bernard Spil
e75965926c www/nextcloud: Chase change of /apps path
- WWWDIR/apps to WWWDIR/apps-pkg
 - Bump portrevision to force reinstall
 - Update Nextcloud version dependencies

PR:		227133
2018-04-04 07:15:38 +00:00
Bernard Spil
aadad1ab4a www/nextcloud: Update to 13.0.1
- 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)
2018-04-04 07:11:09 +00:00
TAKATSU Tomonari
f93fc2dfbf - Update to 0.4 2018-04-04 07:06:28 +00:00
Yuri Victorovich
8b32fe2516 devel/py-python-Levenshtein: Add stripping
Approved by:	portmgr blanket
2018-04-04 04:37:27 +00:00
Yuri Victorovich
d0f2183575 New port: misc/py-emoji: Emoji support for Python
PR:		227277
Submitted by:	kevans
2018-04-04 04:26:19 +00:00
Carlos J. Puga Medina
5dc7c4c7e4 - Fix and update the comment when building dnsdist on 10.x
- Mark BROKEN on FreeBSD 10.3, fails to link due to lack of thread_local

MFH:		2018Q2 (blanket)
2018-04-04 00:56:39 +00:00
Wen Heping
9ec0217bbe - Update to 1.18
Changes: http://cpansearch.perl.org/src/DROLSKY/DateTime-Locale-1.18/Changes
2018-04-03 23:48:09 +00:00
Yuri Victorovich
0e126fd8b6 New port: math/antic: Algebraic Number Theory In C 2018-04-03 23:14:57 +00:00
Bryan Drewery
fd31417b15 libressl support was fixed in r452358 2018-04-03 23:14:18 +00:00
Rodrigo Osorio
c8eadf08fb Upgrade pkg-provides to 0.4.1
Changes :
 - Add DragonFly BSD support
 - Add a environment variable to disable the "fetch on upgrade" mechanism
2018-04-03 23:12:13 +00:00
Rodrigo Osorio
6dacd707f5 Fix space in the Makefile
Bump PORTREVISION

MFH:		2018Q2
2018-04-03 22:51:01 +00:00
Rodrigo Osorio
7bcc3f24a2 Move ufraw from sourceforge to github
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
2018-04-03 22:47:43 +00:00
Craig Leres
2927262ed5 Update patches to unbreak build with LibreSSL 2.7 and the
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
2018-04-03 21:32:40 +00:00
Dan Langille
7c84007386 Upgrade to 0.0.12 adding support for mosquitto 2018-04-03 21:22:55 +00:00
Jason W. Bacon
689199b1ca biology/seqtk: Tool for processing sequences in FASTA/FASTQ format
Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D14954
2018-04-03 20:57:05 +00:00
Bryan Drewery
e202f7b7de Update to 2018-04-03 2018-04-03 20:48:47 +00:00
Diane Bruce
c5044569dd Convert to use u-boot-master as per Phabricator D14630
Reassign to uboot team
2018-04-03 20:46:57 +00:00
Danilo Egea Gondolfo
84589af3e5 - Update to 0.195
- Use QT5 to match mame/mess
- Update COMMENT
2018-04-03 20:36:52 +00:00
Danilo Egea Gondolfo
7420d45d10 - Unbreak emulator/mess
- 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
2018-04-03 20:35:24 +00:00
Thierry Thomas
9f21cd5afc Upgrade to 0.20.0.
Release notes at https://github.com/libuv/libuv/releases/tag/v1.20.0
2018-04-03 19:24:46 +00:00
Jimmy Olgeni
e94502e8c7 Update net/nats-streaming-server to version 0.9.2. 2018-04-03 19:16:29 +00:00
Bernard Spil
c1e9811a80 databases/mariadb55-server: Fix mysql_limits
- 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
2018-04-03 19:14:00 +00:00
Bernard Spil
98e199e060 databases/mariadb100-server: Fix mysql_limits
- 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
2018-04-03 19:12:23 +00:00
Bernard Spil
ebe22c9301 databases/mariadb101-server: Fix mysql_limits
- 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
2018-04-03 19:10:28 +00:00
Bernard Spil
190d01069b databases/mariadb102-server: Fix mysql_limits
- 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
2018-04-03 19:07:57 +00:00
Nikolai Lifanov
a53d634dd6 update sysutils/docker to 18.03.0
This also switches patches that only add files to adding files.
2018-04-03 18:46:51 +00:00
Jason W. Bacon
9db7a5f181 biology/trimadap: Trim adapter sequences from Illumina data
Reviewed by:    mat
Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D14935
2018-04-03 18:23:54 +00:00
Steven Kreuzer
d46cfd0917 Update to version 0.17.0 2018-04-03 18:03:08 +00:00
Kirill Ponomarev
11304d2053 Grab for maintainership. 2018-04-03 17:10:01 +00:00
Matthias Andree
479b7f33fb Add new port mail/ratelimit-policyd.
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
2018-04-03 16:52:56 +00:00
Fernando Apesteguía
8ed5c7ffc2 Update editors/focuswriter 1.6.11
PR:	227142
Submitted by:	lightside@gmx.com
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14939
2018-04-03 16:19:16 +00:00
Wen Heping
017ded22bf - Update to 1.3.1
- Add missing PHP modules

PR:		226120
Submitted by:	marko.cupac@mimar.rs
Approved by:	maintainer(timeout, > 20 days)
2018-04-03 16:14:53 +00:00
Jochen Neumeister
fce8ad3d93 security/snuffleupagus: Update to 0.2.2
Changelog: https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2

PR:		227024
Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)
2018-04-03 16:13:32 +00:00
Fernando Apesteguía
de1f33d87f Update sysutils/ldap-account-manager to 6.3
PR:	227140
Submitted by:	basil@vpm.net.ua
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14938
2018-04-03 15:53:30 +00:00
Bernard Spil
8fcc83a7f4 dns/powerdns: Fix build with LibreSSL 2.7
- LibreSSL 2.7 implements OpenSSL 1.1 API

PR:		227184
Approved by:	Ralf van der Enden <tremere cainites net> (maintainer)
2018-04-03 15:16:00 +00:00