Commit Graph

526763 Commits

Author SHA1 Message Date
Piotr Kubaj
d26b131060 games/ioquake3: fix build on powerpc64
MFH:		2020Q4 (fix build blanket)
2020-11-15 02:00:13 +00:00
Yuri Victorovich
24e0965ac8 devel/py-pycompilation: Update 0.4.11 -> 0.4.12 2020-11-15 01:32:09 +00:00
Yuri Victorovich
5c9e401def devel/py-dataclasses: Update 0.7 -> 0.8 2020-11-15 01:30:03 +00:00
Yuri Victorovich
622c125930 graphics/libpillowfight: Update 0.2.4 -> 0.3.0 2020-11-15 01:24:35 +00:00
Yuri Victorovich
7632f3d138 sysutils/libdnf: Update 0.54.2 -> 0.55.0 2020-11-15 01:18:39 +00:00
Jan Beich
3165a9f867 x11-wm/phoc: update to 0.5.0
Changes:	https://source.puri.sm/Librem5/phoc/-/tags/v0.5.0
2020-11-15 00:51:09 +00:00
Jan Beich
8532d14d1d x11/squeekboard: update to 1.11.0
Changes:	https://source.puri.sm/Librem5/squeekboard/-/compare/v1.10.0...v1.11.0
2020-11-15 00:51:03 +00:00
Jan Beich
f876daeec1 emulators/rpcs3: update to 0.0.13.11246
Changes:	0c7f9458c...badb3dc2d
2020-11-15 00:31:19 +00:00
Stephen Montgomery-Smith
c159e4e8e5 - Update to 1.5.
Add '-W' option to octave-cli so that octave-cli does not attempt to
  contact the X11 server.
2020-11-15 00:09:07 +00:00
Yuri Victorovich
e501b52ded audio/bsequencer-lv2: Update 1.6.0 -> 1.8.4 2020-11-14 23:22:48 +00:00
Yuri Victorovich
2436100ea9 multimedia/musikcube: Update 0.94.0 -> 0.95.0 2020-11-14 22:51:43 +00:00
Christoph Moench-Tegeder
6087dbaf07 mail/thunderbird: update to 78.5.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/78.5.0/releasenotes/

MFH:		2020Q4 (under blanket: web browser alike)
2020-11-14 21:35:39 +00:00
Yuri Victorovich
11fff4250a math/mpfrc++: Update 3.6.2 -> 3.6.8 2020-11-14 21:31:57 +00:00
Christoph Moench-Tegeder
f2ecc08e0e freecad: fix build with opencascade 7.5.0 after r555127
OpenCascade APIs changed significantly in some areas - FreeCAD
is affected on progress bars and some message output. While
messages are easily fixed, the affected progress bars have to
be enabled for now.
Patches adapted (some manual fuzzing required) from upstream
  2cb9b147f1
  fd9cdb9de9
2020-11-14 21:07:08 +00:00
Kurt Jaeger
2126289e89 security/vuxml: add entries for databases/mantis
PR:		251141
Submitted by:	Zoltan Alexanderson Besse <zab@zltech.eu>
2020-11-14 21:02:16 +00:00
Vinícius Zavam
83e10ccbb5 [NEW] net/py-saltyrtc.server: SaltyRTC compliant signalling server
This is a SaltyRTC server implementation for Python 3.5+ using asyncio

  WWW: https://github.com/saltyrtc/saltyrtc-server-python
2020-11-14 19:48:48 +00:00
Kurt Jaeger
dc2a8a344f databases/mantis: update 2.24.2 -> 2.24.3, fix 3 CVEs
- submitter takes maintainer
- added files/patch-.imgbotconfig
  original exists in git repo but not included in official 2.24.3 package,
  there might be some users with configured imgbot depending on it and
  there is a PLIST_FILES entry in Makefile

QA:
- run-tests are fine, no functional changes
- database schema: unchanged (checked on pg-12)

PR:		251141
Submitted by:	Zoltan Alexanderson Besse <zab@zltech.eu>
MFH:		2020Q4
Relnotes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.3
Security:	CVE-2020-25781, CVE-2020-25288, CVE-2020-25830
2020-11-14 19:47:32 +00:00
Vinícius Zavam
f0ea368ac6 [NEW] textproc/py-collective.checkdocs: view and validate w/ long_description
collective.checkdocs adds new distutils commands checkdocs and showdocs to
validate restructured text in long_description field of Python eggs. This
package aims to make Python egg help page publishing and editing easier.

Eggs' long description field, which is usually also the README.txt file of
the package, is reST formatted text. This text is converted to HTML to show
on the package page when package is published in distribution repositories
like PyPI or plone.org. Unfortunately, since repositories do poor job to
validate incoming reST text, errors in the text will result to broken
published package pages.

Unpublishing is usually very cumbersome. We save our time by validating reST
input using checkdocs and showdocs commands before submitting eggs to PyPi.

  WWW: https://github.com/collective/collective.checkdocs
2020-11-14 19:42:39 +00:00
Jan Beich
40a197f0f4 lang/intel-compute-runtime: enable DG1 (Intel Xe) support
No kernel support yet. To catch regressions early.
2020-11-14 19:42:17 +00:00
Jan Beich
d17f2decf3 lang/intel-compute-runtime: work around crash on exit after r543389
$ clinfo
[...]
Abort was called at 243 line in file: shared/source/os_interface/linux/drm_neo.cpp
2020-11-14 19:42:07 +00:00
Vinícius Zavam
0eb4c9f44c [NEW] www/threema-web: Threema Web application
Threema's web client allows you to use Threema on the desktop without
  compromising security.

  * Complete synchronization: By scanning a QR code, desktop and mobile
    device are connected at once, and all conversations are fully accessible
    on the desktop.

  * Security and data restraint: All communication between phone and PC is
    fully end-to-end encrypted. After the session is terminated, all
    synchronized messages are immediately deleted in the browser.

  * Open Source: Threema Web is open source and uses open standards. It is
    also possible to host Threema Web on your own server.

  WWW: https://github.com/threema-ch/threema-web
  WWW: https://threema.ch/en/faq/web_info
2020-11-14 19:39:23 +00:00
Kurt Jaeger
5d3a48d7fe net/kea: upgrade 1.8.0 -> 1.8.1
PR:		251123
Submitted by:	Andrey Pevnev <apevnev@me.com> (maintainer)
Relnotes:	http://ftp.isc.org/isc/kea/1.8.1/Kea-1.8.1-ReleaseNotes.txt
2020-11-14 18:59:53 +00:00
Mikael Urankar
ba00a3dd7f www/deno: Update to 1.5.2
Also, mark the port as MAKE_JOBS_UNSAFE, it randomly fails to build rusty_v8.

Changelog:
  https://github.com/denoland/deno/releases/tag/v1.5.2
2020-11-14 18:16:52 +00:00
Yuri Victorovich
694bba9dea devel/py-cymem: Update 2.0.3 -> 2.0.4 2020-11-14 17:55:46 +00:00
Yuri Victorovich
4e83b76f36 math/py-PuLP: Update 2.3 -> 2.3.1 2020-11-14 17:52:59 +00:00
Yuri Victorovich
87d279f583 New port: math/py-amply: Load and manipulate AMPL data as Python data structures 2020-11-14 17:49:42 +00:00
Yuri Victorovich
74c5b9bdfb misc/snakemake: Update 5.26.1 -> 5.28.0 2020-11-14 17:40:30 +00:00
Antoine Brodin
433b009b50 Unbreak 2020-11-14 17:37:24 +00:00
Xin LI
033530c59f net/openldap24-server: update to 2.4.55.
MFH:		2020Q4
2020-11-14 17:33:17 +00:00
Yuri Victorovich
e80e7b17d3 math/py-PyMetis: Update 2019.1.1 -> 2020.1 2020-11-14 17:28:09 +00:00
Thierry Thomas
b19d5fec8a - Upgrade cad/opencascade to 7.5.0
Release notes at
  <https://old.opencascade.com/sites/default/files/documents/release_notes_7.5.0.pdf>

- Bump PORTREVISION of consumers.
2020-11-14 17:25:20 +00:00
Yuri Victorovich
dfd41ff4d1 devel/py-multiprocess: Update 0.70.9 -> 0.70.11.1 2020-11-14 17:23:28 +00:00
Yuri Victorovich
5e3fd1a9b1 math/py-hdmedians: Update 0.14 -> 0.14.1 2020-11-14 17:20:55 +00:00
Yuri Victorovich
fc376be46e math/py-chaospy: Update 4.1.0 -> 4.1.1 2020-11-14 17:09:32 +00:00
Yuri Victorovich
bf4a823e17 science/py-chainer: Update 7.2.0 -> 7.7.0 2020-11-14 17:05:49 +00:00
Yuri Victorovich
56bfa4f26f net-im/ssh-chat: Update 1.10 -> 1.10.1 2020-11-14 16:49:15 +00:00
Joseph Mingrone
00ff6ebe26 sysutils/doctl: Update to version 1.52.0
Upstream changes:
https://github.com/digitalocean/doctl/releases/tag/v1.52.0

Sponsored by:	DigitalOcean (VM credit)
2020-11-14 16:45:49 +00:00
Tobias C. Berner
6d5214c17d www/gstreamer1-plugins-neon: fix build with neon 0.31
PR:		251059
PR:		250048
Reported by:	break19@gmail.com
2020-11-14 16:20:44 +00:00
Kurt Jaeger
0b666bd9e2 devel/lfcbase: update 1.14.5 -> 1.14.6
- small changes for linux compat

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2020-11-14 15:57:52 +00:00
Kurt Jaeger
0bdc9bea2d databases/cego: update 2.45.28 -> 2.45.31
- Added case-cond support for aggregation queries
- Fix in CegoCaseCond::evalField, all expression are evaluated now
  and are checked for type mismatch. Expressions must return the same
  type, otherwise this might lead to value evaluation problems. This
  fix also leads to fix in CegoFieldValue::getDim() and CegoFactor::evalField
  since now getDim ist used for field length specification which is
  also compared by CegoCaseCond::evalField

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2020-11-14 15:46:09 +00:00
Piotr Kubaj
c96364223f math/py-numpy@py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result"
2020-11-14 15:28:42 +00:00
Bernard Spil
b36261faac www/nextcloud: Revert r553794
* This does NOT mean Nextcloud is PHP 8 compatible!
 * Change APCu depend while here
 * json fixed in r553087

Reported by:	fluffy
2020-11-14 15:19:52 +00:00
Joseph Mingrone
3c7c4cb53c www/chromium: Make online detection always positive
Summary: navigator.onLine is currently broken in www/chromium. This change
introduce a workaround that always return positive for online detection.

Sponsored by:   The FreeBSD Foundation
Submitted by:	Ka Ho Ng <khng300@gmail.com>
Differential Revision:   https://reviews.freebsd.org/D26490
2020-11-14 15:08:00 +00:00
Kurt Jaeger
0f4109f1b1 multimedia/lives: fix newline in USES
PR:		246491
Pointy hat to:	pi
2020-11-14 14:31:49 +00:00
Matthias Fechner
f4df0620c7 Update to 6.2.58.
- No owner defined in a list is no longer treated as error_config
- little bugfixes

Changelog: https://github.com/sympa-community/sympa/blob/6.2.58/NEWS.md

PR:		250973
Submitted by:	dgeo@centrale-marseille.fr (maintainer)
Reviewed by:	fernape@
Approved by:	dgeo@centrale-marseille.fr (maintainer)
2020-11-14 14:28:51 +00:00
Christoph Moench-Tegeder
73b32852b9 remove left-over references to net/samba410 after r554446
samba410 expired and was removed last week

Approved by:	blanket (cleanup with no functional change)
2020-11-14 14:07:01 +00:00
Kurt Jaeger
7d0e2e4050 multimedia/lives: fix DEFAULT options
- FreshPorts sanity checking found this

PR:		246491
Submitted by:	dan@langille.org
2020-11-14 12:54:01 +00:00
Michael Reifenberger
a54722d7f9 Add upstream patch to Postgresql/Schema.php fixing the access for PostgreSQL >= 12
(extracted from the github repo of Horde-Db)

Maintainer timeout: 2 weeks
2020-11-14 12:34:55 +00:00
Gerald Pfeifer
87972e3c42 Pretty exactly 4.5 years after we shipped the first snapshot of GCC 7
hand over maintenance of lang/gcc7 to leres@, who kindly agreed to look
after it while there is still one consumer in the ports tree.

Approved by:	gerald (old maintainer), leres (new maintainer)
2020-11-14 12:04:57 +00:00
Mateusz Piotrowski
946bbc238d Try to fix portscout
Limit the websites portscout checks to the upstream GitHub. Currently,
portscout checks the Yarn-related master sites, which is not helpful.

I am not sure if this is going to configure portscout properly, but it
looks like x11-fonts/font-awesome is doing the very same thing, so the
success probability is high.
2020-11-14 11:56:37 +00:00