Commit graph

62 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b94e8d8c27 Bump PORTREVISION for devel/protobuf shlib change 2020-08-30 20:19:41 +00:00
Ruslan Makhmatkhanov
cd30262167 databases/clickhouse: update to 20.5.4.40-stable
- switch to GH_TUPLES (as the author advises: https://github.com/ClickHouse/ClickHouse/issues/10243)
- TESTS options: add lang/expect as run deps due to some tests use an expect
- update official site URL
- pass maintainership to submitter

Changelog:
https://github.com/ClickHouse/ClickHouse/blob/v20.5.4.40-stable/CHANGELOG.md
(it doesn't includes changes for 20.5.4.40 in particular, but still helpful for 19->20 changes)

PR:		248467
Submitted by:	olevole@olevole.ru
Reviewed by:	fernape (general port review)
Approved by:	proler@gmail.com (previous maintainer)
2020-08-07 11:33:30 +00:00
Sunpoet Po-Chuan Hsieh
1c489784e1 Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
Alexey Dokuchaev
053454dd45 - Update `sysutils/libcpuid' to version 0.5.0
- Set LICENSE_FILE as it is not a boilerplate
- Hook provided tests to our framework, after
  converting them to modern Python version
- Bump port revisions of two dependent ports,
  to chase the shared library version bump

Reported by:	portscout
2020-05-28 10:57:51 +00:00
Alexey Dokuchaev
907a4eb7ab Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
Jan Beich
ffb8eb82e5 devel/icu: update to 67.1
Changes:	http://site.icu-project.org/download/67
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-04-23 20:14:49 +00:00
Sunpoet Po-Chuan Hsieh
74d47c7a3b Bump PORTREVISION for devel/re2 shlib change 2020-04-04 07:23:29 +00:00
Jan Beich
f821cdc347 devel/icu: update to 66.1
Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2020-03-13 09:47:16 +00:00
Sunpoet Po-Chuan Hsieh
11493c54b5 Bump PORTREVISION for devel/protobuf shlib change 2020-01-22 05:53:20 +00:00
Jan Beich
701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Jan Beich
fbea4307e8 devel/google{test,mock}: update to 1.10.0
- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option

Changes:	https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by:	GitHub (watch releases)
PR:		239654
Differential Revision:	https://reviews.freebsd.org/D19430
2019-10-05 00:42:20 +00:00
Jan Beich
4bbb4133b2 devel/icu: update to 65.1
Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2019-10-03 20:35:29 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Thomas Zander
c1ef40f72c Update to upstream version 19.11.5.28
PR:		238822
Submitted by:	proler@gmail.com (maintainer)
2019-08-09 10:22:43 +00:00
Yuri Victorovich
2439819ae3 devel/double-conversion: Update 3.0.0 -> 3.1.5-11
Maintainer reset due to the extended timeout, as per policy.
Take maintainership.

7 ports are bumped.

PR:		239367
Approved by:	waitman@waitman.net (maintainer's timeout; ~6months on a PR#235789 for the same port)
2019-08-04 17:15:40 +00:00
Sunpoet Po-Chuan Hsieh
4f3e0d828f Bump PORTREVISION for devel/protobuf shlib change 2019-07-31 16:38:52 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Sunpoet Po-Chuan Hsieh
70ffc9c0fd Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		238808
Exp-run by:	antoine
2019-07-05 19:08:49 +00:00
Kai Knoblich
4d5c676361 databases/clickhouse: Update to 19.5.3.8
* Clickhouse requires now a compiler that understands C++17.

While I'm here:

* Set the TEST option as non-default and convert all runtime dependencies of
  that option to default ones. The former description was somewhat
  misleading because the TEST option only installed two additional Python
  scripts.

  The test query datasets in %%DATADIR%%-test/ and the previously mentioned
  Python scripts were always installed regardless if TEST was set/unset
  because they are part of the normal release installation. This also would
  lead to build failures if the TEST option was disabled. [1]

* Use the TEST option for compiling and testing of additional tests by
  enabling -DENABLE_TESTS (instead of introducing a new option with another
  name for it). [1]

* Also mark the TEST option as broken when building on FreeBSD 13.0-CURRENT
  with Clang 8 because it segfaults with an assertion error in function
  "getZExtValue()".

* Pet portlint a bit by placing some variables to their intended locations.

Changelog:

https://github.com/yandex/ClickHouse/blob/v19.5.3.8-stable/CHANGELOG.md

PR:		237318
Submitted by:	proler@gmail.com (maintainer)
Approved by:	maintainer [1], mentors (implicit)
2019-04-28 23:57:22 +00:00
Jan Beich
9b21a3a084 devel/boost-*: update to 1.70.0
Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
2019-04-12 06:36:31 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00
Yuri Victorovich
1d10f73be6 devel/poco: Update 1.8.0.1 -> 1.9.0
Bump databases/clickhouse and graphics/osgearth.

PR:		236134
Submitted by:	henry.hu.sh@gmail.com (maintainer)
2019-04-07 20:14:01 +00:00
Jan Beich
480c577baa devel/icu: update to 64.1
Changes:	http://site.icu-project.org/download/64
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		236325
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19479
2019-03-27 21:11:08 +00:00
Yuri Victorovich
4c77ad9ee9 Move: devel/libdouble-conversion -> devel/double-conversion
While in devel/double-conversion, order USExx clauses, and replace CMAKE_POSITION_INDEPENDENT_CODE with BUILD_SHARED_LIBS since shared libs should be a default

Update and bump databases/clickhouse

Approved by:	portmgr blanket
2019-02-16 23:30:01 +00:00
Steve Wills
36c435dba4 databases/clickhouse: update to 18.14.18
PR:		233942
Submitted by:	proler@gmail.com (maintainer)
2018-12-26 22:27:25 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Jan Beich
7c879267dc devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Guido Falsi
6e1f554112 Update databases/clickhouse to 18.14.11.
PR:		232788
Submitted by:	proler@gmail.com (maintainer)
2018-11-21 09:13:56 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Wen Heping
bb8eff78d8 - Update to 18.12.17
PR:		231435
Submitted by:	proler@gmail.com(maintainer)
2018-09-18 07:52:19 +00:00
Jan Beich
a519cdfee3 devel/google{test,mock}: update to 1.8.1
Changes:	https://github.com/google/googletest/compare/9bda90b...release-1.8.1
2018-08-31 20:14:40 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Kurt Jaeger
d8f7233b75 databases/clickhouse: update 1.1.54381 to 18.1.0
PR:		230054
Submitted by:	proler@gmail.com (maintainer)
Relnotes:	https://github.com/yandex/ClickHouse/blob/master/CHANGELOG.md
2018-07-29 17:49:12 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Kirill Ponomarev
a5230a2a32 Update to 1.1.54381 [1]
Adapt ${name}_limits to the new resource limiting mechanics for services

PR:		228292 [1], 227223 [2]
Submitted by:	maintainer [1], 0mp@ [2]
2018-05-16 20:19:04 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00
Yuri Victorovich
f049ec1da7 databases/clickhouse: Unbreak
Port changes:
* Add USES=shebangfix and SHEBANG_FILES
* Add USES=python (python is used)
* Add stripping

PR:		226616
Approved by:	portmgr (port compliance, infrastructure)
2018-03-16 07:36:34 +00:00
Vsevolod Stakhov
a931d20e1c - Update to 1.1.54362 [1]
- Fix plist issues

PR:		226616 [1]
Submitted by:	maintainer [1]
2018-03-15 21:21:42 +00:00
Jan Beich
f2dc6771be devel/google{test,mock}: update to 1.8.0.712
Changes:	5490beb...9bda90b
2018-03-09 12:07:37 +00:00
Luca Pizzamiglio
31d1cf70b4 databases/clickhouse
PR:		225418
Submitted by:	proler@gmail.com (maintainer)
2018-02-26 11:10:46 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Lev A. Serebryakov
25b8d88384 Update to 1.1.54318
PR:		223380
Submitted by:	proler@gmail.com
Approved by:	proler@gmail.com
2017-12-02 15:21:29 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Niclas Zeising
87717a1853 Update to 1.1.54304
PR:		223242
Submitted by:	proler AT gmail DOT com (maintainer)
2017-10-29 20:10:22 +00:00
Jan Beich
dc0a351ee5 databases/clickhouse: unbreak after r450560
PR:		222439
Obtained from:	upstream
Submitted by:	proler@gmail.com (maintainer)
2017-10-06 18:23:08 +00:00
Jan Beich
cbf134c65a databases/clickhouse: mark BROKEN after r450560
In file included from dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:19:
In file included from contrib/libboost/boost_1_65_0/boost/rational.hpp:82:
contrib/libboost/boost_1_65_0/boost/integer/common_factor_rt.hpp:447:44: error: no member named 'min' in 'std::__1::numeric_limits<__uint128_t>'
    if(a == (std::numeric_limits<Integer>::min)())
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
contrib/libboost/boost_1_65_0/boost/rational.hpp:854:26: note: in instantiation of function template specialization 'boost::integer::gcd<unsigned __int128>' requested here
    IntType g = integer::gcd(num, den);
                         ^
contrib/libboost/boost_1_65_0/boost/rational.hpp:163:8: note: in instantiation of member function 'boost::rational<unsigned __int128>::normalize' requested here
       normalize();
       ^
contrib/libboost/boost_1_65_0/boost/rational.hpp:251:23: note: in instantiation of function template specialization 'boost::rational<unsigned __int128>::rational<unsigned __int128, unsigned __int128>' requested here
       return *this = rational<IntType>(static_cast<IntType>(n), static_cast<IntType>(d));
                      ^
contrib/libboost/boost_1_65_0/boost/rational.hpp:211:8: note: in instantiation of function template specialization 'boost::rational<unsigned __int128>::assign<int, int>' requested here
       assign(n, static_cast<T>(1));
       ^
dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:122:16: note: in instantiation of function template specialization 'boost::rational<unsigned __int128>::rational<int>' requested here
        return 1;
               ^
[...]

PR:		222439
Pointy hat to:	jbeich (bundled boost didn't help)
2017-09-25 00:57:35 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00