Commit Graph

525142 Commits

Author SHA1 Message Date
Mateusz Piotrowski
2ac37aae5a Add a missing dependency
Otherwise, Polari does not start.

PR:		239582
Submitted by:	Greg V <greg%unrelenting.technology>
Approved by:	portmgr blanket
MFH:		2020Q4 (runtime fix)
2020-10-27 10:57:38 +00:00
Alex Dupre
9b21f2c875 PECL pdflib is deprecated and doesn't support PHP 8.0. 2020-10-27 09:50:00 +00:00
Dmitry Marakasov
46bb381641 - Add license
- Update WWW

Approved by:	portmgr blanket
2020-10-27 09:37:16 +00:00
Guido Falsi
4296c3e1e4 Fix patch to virtualbox-ose-additions OpenGL ssupport to actually
work at runtime as much as possible.

The OpenGL bits in VirtualBox 5 are an old implementation that does
not play too well with what wee have in the tree now. Thesse patches
simply change the funzionn prototypess in VirtualBox to match the
ones from mesa so it caan compile and interface as much as possible
with it.

Thanks to Ronald Klop <ronald-lists@klop.ws> for testing.

PR:		250315
Submitted by:	rozhuk.im@gmail.com
Approved by:	portmgr (fixit blanket)
2020-10-27 09:10:56 +00:00
Jan Beich
1102271f2f multimedia/libass: unbreak on GCC architectures after r553425
In file included from ass.c:35:
ass.h:421: error: wrong number of arguments specified for 'deprecated' attribute
ass.h:520: error: wrong number of arguments specified for 'deprecated' attribute
2020-10-27 08:40:21 +00:00
Jan Beich
5b14777071 multimedia/libass: update to 0.15.0
Changes:	https://github.com/libass/libass/releases/tag/0.15.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libass/
Reported by:	GitHub (watch releases)
2020-10-27 08:33:24 +00:00
Alexey Dokuchaev
424d098fa6 GC outdated conflicts: lang/njs was removed on 2011-06-09 and
CONFLICTS_BUILD=spidermonkey17 does not reflect reality these
days, if it ever did.

PR:	222289
2020-10-27 08:11:23 +00:00
Rainer Hurling
06961e5c1e graphics/qgis: Update to 3.16.0
This update from 3.14.16 to 3.16.0 fixes many bugs and brings a lot of new features[1].

- Ability to export temporal animation frames
- Added a new goto locator filter
- Add context menu to map canvas
- Many styling and labelling improvements
- Render axis for stacked bar diagram
- Many mesh datasets and layer improvements
- New features in rendering and 3D
- better print layout
- New features in expressions and digitizing
- ...

[1] https://qgis.org/en/site/forusers/visualchangelog316/index.html

The port now integrates OpenCL functionality.

Reviewed by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D26951
2020-10-27 07:57:35 +00:00
Dima Panov
2309a76ffb editors/libreoffice6: update to 6.4.7 release
LibreOffice 6.4.7 is now available – it's the final release of the 6.4 family,
and includes over 70 bugfixes and compatibility improvements:

https://blog.documentfoundation.org/blog/2020/10/22/tdf-announces-libreoffice-647/

MFH:	2020Q4 (hat: ports-secteam)
2020-10-27 07:46:27 +00:00
Alexey Dokuchaev
3759080d14 - Update to version 1.0.2 (project had moved to GitHub)
- Give a better COMMENT (gets propagated to the .desktop file)
- GC no longer needed -fno-common patches and fix the logic
  for the ``struct stereo_volume vol'' definition and symbol
- Install more complete set of documentation files, clean up
  Makefile, remove redundant wording from the port description
2020-10-27 06:27:56 +00:00
Tobias C. Berner
166111fedd textproc/elasticsearch7: Update to 7.9.3
Changelog for 7.9.3:
* Bug fixes:
  - Allocation
    - InternalClusterInfoService should not ignore hidden indices
  - Audit
    - Move RestRequestFilter to core
  - Authentication
    - Ensure domain_name setting for AD realm is present
  - Authorization
    - Fix API key role descriptors rewrite bug for upgraded clusters
  - CCR
    - Retry CCR shard follow task when no seed node left
  - Cluster Coordination
    - Uniquely associate term with update task during election
  - EQL
    - Avoid filtering on tiebreakers
    - Fix bug in sequences with any pattern
  - Engine
    - Fix to actually throttle indexing on getting activated
  - Features/Data streams
    - Fix querying a data stream name in index field
  - Features/Ingest
    - Handle error conditions when simulating ingest pipelines with verbosity
      enabled
    - Make for each processor resistant to field modification
  - Machine Learning
    - Fix online updates with custom rules referencing filters
    - Reset reindexing progress when data frame analytics job resumes with
      incomplete reindexing
  - SQL
    - Fix exception when using CAST on inexact field
  - Search
    - Async search should retry updates on version conflict
  - Transform
    - Fix possible NPE if transform task has no node assigned
    - Filter null objects from field caps request
* Upgrades:
  - Infra/Packaging
    - Switch bundled JDK back to Oracle JDK

PR:		250602
Submitted by:	Juraj Lutter <juraj@lutter.sk>
2020-10-27 05:02:26 +00:00
Tobias C. Berner
fdbed41a29 textproc/kibana7: Update to 7.9.3
Changelog for 7.9.3:
* Enhancement:
  - Reporting
    - Increases openUrl timeout config default to 1min #78322
* Bug fixes:
  - Discover
    - Fixes scripted field error handling for non OSS env #76476
    - Lens and visualizations
    - Shows tooltip on external pointer events #77306
  - Management
    - Fixes a bug in the index template wizard, which resulted in an error when
      the user tries to save an existing template or attempts to view the
      Elasticsearch request when the template does not have any mappings #78653
    - Fixes index pattern creation when using cross cluster search with clusters running <7.9 #80006
  - Monitoring
    - Fixes UX around an unavailable remote cluster #79202
    - Synchronous setup and start methods #79457
    - Removes license refresh from setup #79518
  - Platform
    - Invalid searchSourceJSON causes saved object migration to fail #78535
    - Changes legacy import version field to optional #79706
  - Security
    - Adds xpack.security.sameSiteCookies to docker allow list #78192
    - Updates user table after user is deleted #79491

PR:		250603
Submitted by:	Juraj Lutter <juraj@lutter.sk>
2020-10-27 05:01:55 +00:00
Tobias C. Berner
17cb25b0d4 sysutils/logstash7: Update to 7.9.3
Changelog for 7.9.3:
* Notable issues fixed:
  - Pipeline execution fixes to flushing and shutdown:
    - Fix to stop inputs upon a worker error before terminating the pipeline
* Plugins:
  - File Input - 4.2.2
    - Fix: sincedb_clean_after not being respected
  - Snmp Input - 1.2.7
    - Added integration tests to ensure SNMP server and IPv6 connections
    - Docs: example on setting IPv6 hosts
  - Twitter Input - 4.0.3
    - Fix: broken proxy configuration
    - Fix: user rest api call + proxy configuration

PR:		250605
Submitted by:	Juraj Lutter <juraj@lutter.sk>
2020-10-27 05:01:04 +00:00
Tobias C. Berner
b4a0bcbfea sysutils/beats7: Update to 7.9.3
Changelog for 7.9.3:
* Bugfixes:
  - Affecting all Beats
    - The o365audit input and o365 module now recover from an authentication
      problem or other fatal errors, instead of terminating.
  - Auditbeat
    - system/socket: Fix a crash due to concurrent map read and write.
  - Filebeat
    - Add field limit check for AWS Cloudtrail flattened fields.
  - Metricbeat
    - Fix remote_write flaky test.
    - Fix panic in Kubernetes autodiscovery caused by storing stateless
      keystores.
    - Remove redundant dockersock volume mount to avoid problems on Kubernetes
      deployments that do not use docker as the container runtime.

PR:		250604
Submitted by:	Juraj Lutter <juraj@lutter.sk>
2020-10-27 05:00:20 +00:00
Alexey Dokuchaev
810bb7d7b4 Add a port of OpenBVE, a realistic 3D train/railway simulator.
WWW: https://openbve-project.net/
2020-10-27 04:42:33 +00:00
Tobias C. Berner
2edae18257 security/libsecret: Update to 0.20.4
PR:		250494
Exp-run by:	antoine
Submitted by:	Neel Chauhan <neel@neelc.org>
2020-10-27 04:27:25 +00:00
Tobias C. Berner
3dd7c9b214 math/vtk6: fix build against freetype 2.10.4
- similar patch is applied to math/vtk8

PR:		250375
2020-10-27 04:20:11 +00:00
Li-Wen Hsu
9a29bd5028 Add sysutils/terraform-switcher
Tool to switch between different versions of terraform

PR:		250590
Submitted by:	Gabriel Dutra <0xdutra@gmail.com>
2020-10-27 04:08:27 +00:00
Vanilla I. Shu
f095e9d025 Update to 0.7, fix php80 compatibility. 2020-10-27 03:25:12 +00:00
Li-Wen Hsu
ddad9a58f8 editors/with-editor: Update to 3.0.1
PR:		250656
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2020-10-27 02:22:34 +00:00
Yuri Victorovich
cd43e5fd83 math/ecos: Update 2.0.7 -> 2.0.8
Reported by:	portscout
2020-10-27 01:52:31 +00:00
Jan Beich
31ac09590b graphics/mesa-devel: update to 20.2.b.3481
Changes:	f21dd3bc5a...006ce7358c
2020-10-27 00:16:23 +00:00
Jan Beich
08d926d78d emulators/rpcs3: update to 0.0.12.11088
Changes:	27643cb71...8307f82f8
2020-10-27 00:16:18 +00:00
Jan Beich
abb353ae8b emulators/yuzu: update to s20201025
Changes:	6f6d83bef...2f6ba5448
2020-10-27 00:16:13 +00:00
Danilo G. Baio
37105c9e7e net/pecl-rdkafka: Update to 4.0.4
Changelog:	https://github.com/arnaud-lb/php-rdkafka/releases/tag/4.0.4

Ignore with PHP 8.0.

PR:		250653
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
2020-10-26 23:46:35 +00:00
Danilo G. Baio
23c5d6218b sysutils/py-salt: Fix build (extract) with static bsdtar(1)
===>  Extracting for py37-salt-3002_2
=> SHA256 Checksum OK for salt-3002.tar.gz.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
===>  Failed to extract "/portdistfiles//salt-3002.tar.gz".
*** Error code 1

See more details for the same issue in bug 246618.

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2020-10-26 23:44:25 +00:00
Danilo G. Baio
81caf2b18c textproc/pecl-yaml: Fix build with PHP 8.0
Reported by:	pkg-fallout
2020-10-26 23:25:21 +00:00
Danilo G. Baio
b5f45c1215 textproc/pecl-xdiff2: Fix build with PHP 8.0
Reported by:	pkg-fallout
2020-10-26 23:24:44 +00:00
Danilo G. Baio
fa1f4c08f8 security/pecl-ssh2: Fix build with PHP 8.0
Reported by:	pkg-fallout
2020-10-26 23:23:40 +00:00
Danilo G. Baio
ae595e9108 security/pecl-scrypt: Ignore with PHP 8.0
For now, there is some work on upstream to support PHP 8.

Reported by:	pkg-fallout
2020-10-26 23:22:49 +00:00
Danilo G. Baio
8528f58f18 net-im/pecl-stomp2: Ignore with PHP 8.0
For now, there is some work on upstream to support PHP 8.

Reported by:	pkg-fallout
2020-10-26 23:21:56 +00:00
Danilo G. Baio
a54a468201 math/pecl-stats2: Ignore with PHP 8.0
Reported by:	pkg-fallout
2020-10-26 23:21:21 +00:00
Danilo G. Baio
ad26761b84 devel/py-nbformat: Update to 5.0.8
Changelog:	https://github.com/jupyter/nbformat/blob/5.0.8/docs/changelog.rst

Approved by:	python (with hat)
2020-10-26 23:20:10 +00:00
Danilo G. Baio
edb9a1e46b net/py-urllib3: Update to 1.25.11
Changelog:	https://github.com/urllib3/urllib3/blob/1.25.11/CHANGES.rst

Approved by:	python (with hat)
MFH:		2020Q4 (blanket: bugfix release)
2020-10-26 23:18:45 +00:00
Jan Beich
4fcd4add8e www/firefox: update to 82.0.1
Changes:	https://www.mozilla.org/firefox/82.0.1/releasenotes/
2020-10-26 22:38:54 +00:00
Rodrigo Osorio
9a99215a5a Fix plist when PYTHON option is disabled
Bump portrevision

PR:		250573
Reported by:	VVD <vvd@unislabs.com>
2020-10-26 21:50:58 +00:00
Yuri Victorovich
5a6fdde102 misc/py-xgboost: Update 1.2.0 -> 1.2.1
PR:		247408
MFH:		2020Q4 (fixes py-xgboost failure, see bug#247408)
2020-10-26 21:38:05 +00:00
Yuri Victorovich
2f5382013a misc/xgboost: Update 1.2.0 -> 1.2.1
MFH:		2020Q4 (fixes py-xgboost failure, see bug#247408)
2020-10-26 21:37:14 +00:00
Kurt Jaeger
5459b63f54 devel/lfcbase: update 1.14.4 -> 1.14.5
- Fix added in BigDecimal::div method.
  Dividend has to be checked for zero value, otherwise the method ends
  in an infinite loop by evaluating corScale value

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2020-10-26 21:30:35 +00:00
Torsten Zuehlsdorff
939d511541 lang/php80-extensions: remove XMLRPC option
Remove this option because the module / port was removed from PHP 8.0

PR:		250648
Reported by:	Jack
Sponsored by:	PHP Update Service
2020-10-26 21:20:13 +00:00
Guido Falsi
8a770f28b5 - Update asterisk-chan_sccp to 4.3.2-zeta
- Import upstream patch to fix build
- Add flavor for asterisk18

PR:		250555
Approved by:	Diederik de Groot <ddegroot@talon.nl> (maintainer)
2020-10-26 20:58:32 +00:00
Gerald Pfeifer
1eb9e7ab9f Update to the 20201023 snapshot of GCC 9.3.1.
This brings two optimizers fixes and one backport for libstdc++.
2020-10-26 20:54:04 +00:00
Antoine Brodin
77df06c5b1 Deprecate graphics/jpeg
PR:		250616
2020-10-26 20:21:06 +00:00
Rene Ladan
28c1b6f532 Remove expired ports:
2020-10-25 converters/zbase32: does not build with python3
2020-10-25 devel/py-PEAK-Rules: does not build with python3
2020-10-25 editors/nvi-devel: Unsupported upstream since 2015, please switch to editors/nvi2

See https://people.freebsd.org/~rene/stuff/old-ports.txt for "unremoveable" ports.
2020-10-26 20:16:02 +00:00
Mikael Urankar
648d3c3006 www/miniserve: update to 0.10.0
remove ONLY_FOR_ARCHS, it builds fine on armv7/aarch64 and ppc64

Changelog:
  https://github.com/svenstaro/miniserve/releases/tag/v0.10.0
2020-10-26 20:04:28 +00:00
Piotr Kubaj
f9fa33387f audio/infamous-plugins-lv2: fix build on GCC architectures
Use newer compiler:
cc1: error: invalid option argument '-Og'

MFH:		2020Q4 (fix build blanket)
2020-10-26 19:51:32 +00:00
Adam Weinberger
41a4a3ef60 news/sabnzbdplus: Update to 3.1.0
PR:		250411
Submitted by:	maintainer
2020-10-26 19:45:47 +00:00
Adriaan de Groot
696d321836 Update audio/praat to latest upstream release.
The release notes are, as always, at
	https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html

We skipped from .24 to .28, which were a fairly rapid succession
of bugfix releases. One new feature is the FormantPath (and attendant
editor) to tie together multiple formants.
2020-10-26 19:26:37 +00:00
Mateusz Piotrowski
d94c217aa5 Stylize JavaScript properly in COMMENT
Approved by:	portmgr blanket
2020-10-26 19:08:25 +00:00
Mateusz Piotrowski
69088bba08 Stylize Ruby properly in COMMENTs
Approved by:	portmgr blanket
2020-10-26 18:55:36 +00:00