Commit Graph

500133 Commits

Author SHA1 Message Date
Matthew Seaman
837228340c Update to 8.2002.0
ChangeLog:	https://github.com/rsyslog/rsyslog/blob/v8.2002.0/ChangeLog
2020-02-26 19:05:57 +00:00
Jan Beich
0991c8399f emulators/dolphin-emu: unbreak with Clang 10
In file included from Externals/glslang/glslang/GenericCodeGen/CodeGen.cpp:35:
In file included from Externals/glslang/glslang/GenericCodeGen/../Include/Common.h:107:
Externals/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
Externals/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:244:21: note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                    ^
In file included from Externals/glslang/glslang/GenericCodeGen/CodeGen.cpp:36:
In file included from Externals/glslang/glslang/GenericCodeGen/../Include/ShHandle.h:46:
Externals/glslang/glslang/GenericCodeGen/../Include/../Public/ShaderLang.h:85:22: warning: '__fastcall__' calling convention is not supported for this target [-Wignored-attributes]
SH_IMPORT_EXPORT int __fastcall ShFinalize();
                     ^

Reported by:	antoine (via bug 244251 exp-run)
2020-02-26 18:29:51 +00:00
Jan Beich
9f33ab1e75 devel/love: unbreak with Clang 10
In file included from libraries/glslang/glslang/GenericCodeGen/CodeGen.cpp:35:
In file included from libraries/glslang/glslang/GenericCodeGen/../Include/Common.h:108:
libraries/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
libraries/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:244:21: note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                    ^

Reported by:	antoine (via bug 244251 exp-run)
2020-02-26 18:21:13 +00:00
Jan Beich
85fb112cbe games/gzdoom: unbreak with Clang 10
In file included from MachineIndependent/glslang.y:60:
In file included from glslang/glslang/MachineIndependent/SymbolTable.h:68:
In file included from glslang/glslang/MachineIndependent/../Include/Common.h:107:
glslang/glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
glslang/glslang/MachineIndependent/../Include/PoolAlloc.h:244:21: note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                    ^

Reported by:	antoine (via bug 244251 exp-run)
2020-02-26 18:13:48 +00:00
Jan Beich
002f383af1 devel/glslang: unbreak with Clang 10
In file included from MachineIndependent/glslang.y:60:
In file included from glslang/MachineIndependent/SymbolTable.h:68:
In file included from glslang/MachineIndependent/../Include/Common.h:108:
glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
glslang/MachineIndependent/../Include/PoolAlloc.h:244:21: note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                    ^

Reported by:	antoine (via bug 244251 exp-run)
2020-02-26 18:05:35 +00:00
Jan Beich
3232f3f44a emulators/ppsspp: unbreak with Clang 10
In file included from Common/Vulkan/VulkanContext.cpp:28:
In file included from ext/glslang/SPIRV/GlslangToSpv.h:42:
In file included from ext/glslang/SPIRV/SpvTools.h:47:
In file included from ext/glslang/SPIRV/../glslang/MachineIndependent/localintermediate.h:42:
In file included from ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/intermediate.h:55:
In file included from ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/../Include/Common.h:108:
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/PoolAlloc.h:244:21: note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                    ^

Reported by:	antoine (via bug 244251 exp-run)
2020-02-26 18:05:27 +00:00
Jan Beich
884bc5c86d devel/intel-graphics-compiler: update to 1.0.3390
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3390
Reported by:	GitHub (watch releases)
2020-02-26 18:05:10 +00:00
Dmitry Marakasov
e712454e8e - Update to 4.7.5 2020-02-26 17:48:39 +00:00
Dmitry Marakasov
883a3a8f37 - Update to 2.30.0 2020-02-26 17:45:08 +00:00
Dmitry Marakasov
1fd4cfabd7 - Update to 15927 2020-02-26 17:44:42 +00:00
William Grzybowski
7da2d224cb net/rclone: update to 1.51.0
PR:		244147
Submitted by:	Massimo Lusetti
2020-02-26 16:38:56 +00:00
William Grzybowski
e036475792 ftp/yafc: unbreak and update to 1.3.7
PR:		243843
Submitted by:	m.ne [at] gmx net
2020-02-26 16:30:45 +00:00
Mark Felder
21a766807a multimedia/plexmediaserver-plexpass: Update to 1.18.8.2461
Changelog:	https://forums.plex.tv/t/plex-media-server/30447/322
2020-02-26 14:32:39 +00:00
Mark Felder
689f8c710d multimedia/plexmediaserver: Update to 1.18.7.2457
Changelog:	https://forums.plex.tv/t/plex-media-server/30447/321
2020-02-26 14:31:31 +00:00
Dima Panov
9f938c1f18 mail/exim: sort order to apply extra patches
Pointy hat to:	fluffy
2020-02-26 14:25:30 +00:00
Dima Panov
48f0116002 mail/exim: attempt to fix *taint* and auth issues
Bump PORTREVISION for master port to force all slaves rebuild
Drop PORTREVISION for exim-postgresql slave in favor of master settings

Adopt recent commits from Exim repo as numerated extra-patches till new maintenance release will be published:

19. SPF: fix result for case of only non-spf TXT RRs
20. Fix error logging for dynamically-loaded modules
21. heimdal auth: fix the increase of big_buffer size
22. Taint: hybrid checking mode
23. Fix taint hybrid-checking on BSD
24. TFO: even in binary built for modern Linux, handle error returned by old Linux kernel
25. Taint: slow-mode checking only
26. Auths: fix cyrus-sasl driver for gssapi use
27. GnuTLS: fix hanging callout connections
2020-02-26 13:46:15 +00:00
Mateusz Piotrowski
3fdf2a763e Set USES=localbase instead of modifying CFLAGS and LDFLAGS 2020-02-26 13:39:05 +00:00
Dmitry Marakasov
a5a74fa128 - Update to r4454 2020-02-26 13:10:27 +00:00
Mateusz Piotrowski
926a8cc598 Just tell portscout to ignore any future versions
There are a lot of files on the website with names which are confusing
portscout. Let's just set ignore:1 as most likely there are not going to be
any further releases of this port.
2020-02-26 12:48:55 +00:00
Dmitri Goutnik
6cdff66bbd lang/go-devel: Update to go1.14
Changes:	https://golang.org/doc/go1.14
2020-02-26 12:45:38 +00:00
Jan Beich
58a00dbb32 x11/libwacom: convert to USES=meson
Approved by:	manu, zeising (x11)
Differential Revision:	https://reviews.freebsd.org/D23819
2020-02-26 11:47:30 +00:00
Jan Beich
dfc0923bd0 x11/libwacom: update to 1.2
Changes:	https://github.com/linuxwacom/libwacom/compare/libwacom-0.32...libwacom-1.2
Approved by:	manu, zeising (x11)
Differential Revision:  https://reviews.freebsd.org/D23818
2020-02-26 11:47:22 +00:00
Jan Beich
5780eff0e0 x11/libwacom: fix installation of layouts
Approved by:	manu, zeising (x11)
Differential Revision:	https://reviews.freebsd.org/D23818
2020-02-26 11:47:11 +00:00
Alexey Dokuchaev
4644bc2a1d Update GNU LibreDWG to version 0.10.1. 2020-02-26 11:06:30 +00:00
Palle Girgensohn
a5cd236007 Upgrade to 1.13.4
Release notes:	https://github.com/influxdata/telegraf/releases/tag/1.13.4
2020-02-26 10:21:40 +00:00
Dmitry Marakasov
106362239f - Update WWW
Approved by:	portmgr blanket
2020-02-26 09:31:54 +00:00
Kristof Provost
41a662f01a perl: Disable DTrace for riscv
Just like other embedded platforms, disable dtrace for riscv builds.

Approved by:	mat
Sponsored by:	Axiado
2020-02-26 09:09:58 +00:00
Gerald Pfeifer
8c9f083bc7 Update to the 20200222 snapshot of GCC 9.2.1.
Like the previous update this brings further backports for the pending
GCC 9.3 release including three on the Fortran side, some for MMX and
AVX (on x86), one for AAarch64, and a handful for the middle end and
tree optimizers.
2020-02-26 08:19:55 +00:00
Mathieu Arnold
958ee0dc3e Remove extra ]. 2020-02-26 07:58:35 +00:00
Emanuel Haupt
8374a2c648 Update to 5.7.0 2020-02-26 07:57:28 +00:00
Tobias Kortkamp
049f9d47f9 graphics/gegl: Spell POPPLER_MESON_ENABLED correctly
There is no MESON_WITH options helper.

- While here remove EXTRA_PATCHES since cpu-detection.patch has
  been deleted and seems to be part of gegl 0.4.22 already.  This
  unbreaks the build in Poudriere too.

Reported by:	portscan
2020-02-26 06:13:41 +00:00
Pedro F. Giffuni
f7543d774e devel/jetbrains-phpstorm: Update to version 2019.3.3
Approved by:	thierry (mentor, implicit)
2020-02-26 05:55:16 +00:00
Pedro F. Giffuni
bfa30f733a textproc/apache-poi: Update to 4.1.2.
This release features better chart support in XDDF, various rendering fixes
in the Common SL/EMF modules and OOM fixes when handling arbitrary slide
indexes in XSLF (+ a new dependency to SparseBitSet 1.2). Several dependencies
were also updated to their latest versions to pick up security fixes and other
improvements.

Approved by:	thierry (mentor, implicit)
2020-02-26 05:05:24 +00:00
Pedro F. Giffuni
9e529e286e devel/apache-rat: Update to version 0.13
Approved by:	thierry (mentor, implicit)
2020-02-26 04:58:12 +00:00
Alan Somers
aa7be06e39 shells/fish: upgrade to 3.1.0 2020-02-26 04:26:22 +00:00
Mark Linimon
393348da6a Fix build on GCC-based systems by specifying modern compiler:
cc1: error: unrecognized command line option "-Wno-unused-result"

Approved by:	portmgr (tier-2 blanket)
2020-02-26 03:00:41 +00:00
Mark Linimon
38e7e41d8d Add compiler:c++11-lang to fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
2020-02-26 00:51:47 +00:00
Greg Lewis
4c18554694 Ignore ECONNRESET when closing a socket
See https://github.com/battleblow/openjdk-jdk11u/issues/94 for details
2020-02-26 00:07:14 +00:00
Julien Laffaye
980825dbf0 lang/go: update to 1.14 2020-02-25 23:42:37 +00:00
Sergey A. Osokin
580f214aa3 Update from 1.4.24 to the recent 1.4.25 release. 2020-02-25 23:35:17 +00:00
Sergey A. Osokin
e79e1d8226 Add RediSearch - a source available Full-Test and Secondary
Index engine over Redis, developed by Redis Labs.

Differential Revision:	https://reviews.freebsd.org/D20061
2020-02-25 23:31:27 +00:00
Koop Mast
201f66007a Update wpebackend-fdo to 1.4.1.
Add patch to fix the wayland renderer.

PR:		243677
Submitted by:	Greg V <greg AT unrelenting dot technology>
2020-02-25 22:40:59 +00:00
Kai Knoblich
9cdba54864 net-mgmt/netbox: Update to 2.7.7
* Remove the "post-patch" target because the "requirements.txt" is only used
  for installations via devel/py-pip.

Notable changes since 2.6.12:

* Bulk import of device components via CSV files
* External file storage support (FTP, S3, SFTP, etc.)
* Rack elevations rendered by SVG (= Scalable Vector Graphics)
* Separate configuration for Webhooks and Cache databases via Redis
* Add ability to clone objects (pre-populate form fields)
* Toggle config context display between JSON and YAML
* Add support for Redis Sentinel
* Further cable and port types
* Many other enhancements and bugfixes

https://github.com/netbox-community/netbox/blob/v2.7.7/docs/release-notes/version-2.7.md
2020-02-25 22:19:07 +00:00
Dan Langille
3c95ee3541 Fix PLIST
PR:		244412
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2020-02-25 22:08:01 +00:00
Jung-uk Kim
582856adec - Update to 3.5.1.
- Rename devel/py-dialog3 to devel/py-pythondialog to honor PyPI name.

Differential Revision:	https://reviews.freebsd.org/D21734
2020-02-25 21:43:54 +00:00
Kai Knoblich
8590c6fbf0 www/py-dj22-django-tables2: Update to 2.2.1
Changelog since 2.0.6:

https://github.com/jieter/django-tables2/blob/v2.2.1/CHANGELOG.md
2020-02-25 21:42:04 +00:00
Kai Knoblich
bfd9b224c2 www/py-django-tables2: Update to 2.1.1:
* Drop support for Python 2.7 as it was removed with the 2.1.0 release.

Changelog since 2.0.6:

https://github.com/jieter/django-tables2/blob/v2.2.1/CHANGELOG.md
2020-02-25 21:39:39 +00:00
Kai Knoblich
771189905b www/py-dj22-django-cors-headers: Update to 3.2.1
* Update WWW field as the repository has a new maintainer.

Changelog:

https://github.com/adamchainz/django-cors-headers/blob/3.2.1/HISTORY.rst
2020-02-25 21:38:00 +00:00
Kai Knoblich
3ef6a32120 [NEW PORT] www/py-django-pglocks
This package provides a useful context manager via Django to manage
PostgreSQL advisory locks, which are application-level locks that are
acquired and released purely by the client of the database.

WWW: https://github.com/Xof/django-pglocks
2020-02-25 21:35:16 +00:00
Koop Mast
1cdc43548c Update gimp to 2.10.18. 2020-02-25 21:23:30 +00:00