Commit graph

78 commits

Author SHA1 Message Date
Rene Ladan
74c02f1ec9 all: drop support for EOL FreeBSD 12.2
- Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3,
  update an example
- sysutils/lsof: drop support for ancient FreeBSD releases.
- multimedia/ustreamer: remove inline patch for 12.2
- x11/wayland-logout: remove support for FreeBSD < 12.3
- sysutils/bhyve+: remove support for FreeBSD 12.2
- databases/clickhouse: remove support for FreeBSD 12.2
- databases/mariadb106-server: remove support for FreeBSD 12.2
- devel/cvsd: no need to test for FreeBSD >=5 anymore
- devel/imake: no need to support a.out anymore
- japanese/kterm: no need to support FreeBSD <= 9
- math/igraph: remove support for FreeBSD 12.2
- net/onedrive: remove support for FreeBSD 12.2
- security/ipsec-tools: no need to test for FreeBSD >= 11
- emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after 49f593b2f77f"

Reviewed by:	brnrd, fluffy, jbeich, ler, yuri, x11 (zeising)
Approved by:	portmgr (implicit)
Differential Revision:	https://reviews.freebsd.org/D34523
2022-04-01 17:53:18 +02:00
Kirill Ponomarev
2f38a231f5 databases/clickhouse: Update to 22.1.3.7
Reported by:	maintainer
2022-02-25 15:29:18 +01:00
Kirill Ponomarev
edb56d4c62 databases/clickhouse: Update to 21.12.3.32
Changes: https://github.com/ClickHouse/ClickHouse/compare/v21.7.4.18-stable...v21.12.3.32-stable

Reported by:	maintainer
2022-01-17 08:35:13 +01:00
Mikael Urankar
752601257a databases/clickhouse: Port to aarch64.
PR:		259047
Approved by:	Oleg Ginzburg (maintainer)
2021-11-08 19:38:59 +01:00
Alexey Dokuchaev
61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2021-10-25 12:58:29 +00:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Bernhard Froehlich
5e076a044a
databases/clickhouse: Add CPE information
Approved by:	portmgr (blanket)
2021-09-25 20:28:43 +00:00
Kirill Ponomarev
509cf82860 databases/clickhouse: update to 21.7.4.18
PR:		257474
Reported by:	maintainer
2021-07-28 16:01:28 +02:00
Kirill Ponomarev
2519b10407 databases/clickhouse: Add forgotten patch.
Reported by:	maintainer
2021-04-27 08:51:50 +02:00
Mathieu Arnold
822fba812a
Regular $FreeBSD cleanup. 2021-04-26 16:56:23 +02:00
Kirill Ponomarev
af7179f8cc databases/clickhouse: update to 21.3.6.55-lts
PR:		255352
Reported by:	maintainer
2021-04-25 08:48:59 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
fef65679d6 Bump PORTREVISION for devel/protobuf shlib change 2021-01-26 14:01:09 +00:00
Ruslan Makhmatkhanov
5ac71a446c databases/clickhouse: apply patch from #13859: MemoryTracking support
Clickhouse for FreeBSD updating no memory usage stats. In the case build without NDEBUG,
allocator use 4KB chunk, those dont account when freeing and MemoryTracking metric grow
up to ~6TB, after this clickhouse stop query processing with error "Memory limit (total)
exceeded: would use 6.24 TiB" due skipping calc allocation < 4MB

Patch still not upstreamed, obtained from:
https://github.com/ClickHouse/ClickHouse/issues/13859 +
https://github.com/ClickHouse/ClickHouse/pull/13869

reported and tested by: Vyacheslav (via Clickhouse telegram)

PR:		249205
Submitted by:	olevole@olevole.ru (maintainer)
Obtained from:  clickhouse repository
2020-09-10 15:21:26 +00:00
Li-Wen Hsu
85810adf69 databases/clickhouse: Update to 20.7.2.30
PR:		249059
Submitted by:	olevole@olevole.ru (maintainer)
2020-09-03 06:03:40 +00:00
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