Commit graph

511795 commits

Author SHA1 Message Date
Tobias C. Berner
b867f5e36a devel/dbus: update to 1.12.18
Exp-run by:	antoine
PR:		246990
2020-06-16 15:46:45 +00:00
Niclas Zeising
86562318c7 graphics/mesa: Fix minor issues from meson switch
Fix a couple of minor issues with mesa related ports after the switch to
meson.
Define _GNU_SOURCE when building on FreeBSD.  This fixes blur effects in
Plasma 5 and issues with the SDDM greeter.  This fix was originally applied
in r516100 but got lost in the switch to meson. [1]
Properly detect sys/sysctl.h on FreeBSD.  On FreeBSD sys/sysctl.h needs
sys/types.h as well, patch the meson build script to take this into account.
Fix a broken sed command to properly set ${LOCALBASE}/etc and
${LOCALBASE}/share/ as appropriate.

Bump portrevision of all mesa related ports.

PR:		247138 [1]
Reported by:	Roman [1]
Reviewed by:	manu
Tested by:	Roman, Serge Volkov
Differential Revision:	https://reviews.freebsd.org/D25265
2020-06-16 15:38:29 +00:00
Glen Barber
10e0c2aaca Add MANIFESTs for 11.4-RELEASE.
Prune 11.4-RC1 and 11.4-RC2.

MFH:		2020Q2 (re blanket)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-06-16 15:36:30 +00:00
Mark Linimon
ef3846a65d Add USE_CSTD=c99 to fix regression on GCC-based systems:
../bin/dconf.c:136: error: 'for' loop initial declaration used outside C99 mode

Approved by:	maintainer
2020-06-16 15:31:48 +00:00
Gleb Popov
ff18c32b7b lang/purescript: Downgrade "language-javascript" to 0.7.0.0. PureScript is not
yet prepared for "async" being a JS keyword.
2020-06-16 15:26:25 +00:00
Gleb Popov
5bbf5ec340 sysutils/rtsx-kmod: Update to 2020-06-16 2020-06-16 14:18:02 +00:00
Guido Falsi
91082d5ded Update corsixth to 0.64 2020-06-16 13:27:05 +00:00
Jan Beich
bf95f74ad4 multimedia/ffmpeg: update to 4.3
New defaults (using existing dependencies):
- Enable DRM for VAAPI-capable capture on KMS console, Wayland, X11
- Enable LIBXML2 by default for DASH demuxing support [1]

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.3:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Requested by:	Tal Al <tad@vif.com> (via private mail) [1]
Reported by:	portscout
2020-06-16 12:56:44 +00:00
Ben Woods
92495a7937 net/dhcpcd-devel: disable udev support in CONFIGURE_ARGS, given that
FreeBSD has the function udev_device_new_from_subsystem_sysname if the
module libudev-devd is installed, but it is not implemented.

PR:		247144
Reported by:	Greg V <greg@unrelenting.technology>
Reviewed by:	Roy Marples <roy@marples.name>
2020-06-16 12:55:33 +00:00
Ben Woods
9a0d382b9c net/dhcpcd: Update to 9.1.2
Also disable udev support in CONFIGURE_ARGS, given that FreeBSD has
the function udev_device_new_from_subsystem_sysname if the module
libudev-devd is installed, but it is not implemented.

PR:		247144
Reported by:	Greg V <greg@unrelenting.technology>
Reviewed by:	Roy Marples <roy@marples.name>
2020-06-16 12:52:57 +00:00
Jan Beich
5a343f75ea multimedia/ffmpeg: explicitly depend on cairo
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libavcodec.so.58.91.100 is linked to /usr/local/lib/libcairo.so.2 from graphics/cairo but it is not declared as a dependency
Warning: you need USE_GNOME+=cairo
Warning: Possible REINPLACE_CMD issues

$ rg cairo
configure
6255:enabled librsvg           && require_pkg_config librsvg librsvg-2.0 librsvg-2.0/librsvg/rsvg.h rsvg_handle_render_cairo

doc/Doxyfile
2247:# Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd,
2248:# png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo,
2249:# gif:cairo:gd, gif:gd, gif:gd:gd and svg.

libavcodec/librsvgdec.c
43:    cairo_surface_t *image;
44:    cairo_t *crender = NULL;
77:    image = cairo_image_surface_create_for_data(frame->data[0], CAIRO_FORMAT_ARGB32,
80:    if (cairo_surface_status(image) != CAIRO_STATUS_SUCCESS)
83:    crender = cairo_create(image);
85:    cairo_save(crender);
86:    cairo_set_operator(crender, CAIRO_OPERATOR_CLEAR);
87:    cairo_paint(crender);
88:    cairo_restore(crender);
90:    cairo_scale(crender, dimensions.width / (double)unscaled_dimensions.width,
93:    rsvg_handle_render_cairo(handle, crender);
95:    cairo_destroy(crender);
96:    cairo_surface_destroy(image);
2020-06-16 12:50:33 +00:00
Ben Woods
2b6e432376 net/dhcpcd-devel: Update to 2020-06-16 2020-06-16 12:47:37 +00:00
Fernando Apesteguía
94bad11159 deskutils/py-todoman: Update to 3.8.0
From ChangeLog: https://todoman.readthedocs.io/en/stable/changelog.html#v3-8-0

 * Don't display list if there's only one list (of one list has been specified).
 * Fixed several issues when using dates with no times.
 * Dropped support for Python 3.4.

PR:	247258
Submitted by:	andreas@bilke.org (maintainer)
2020-06-16 12:16:16 +00:00
Alexey Dokuchaev
f656f6f4c6 - Update `audio/audacity' to the latest version 2.4.1
- Switch to purely CMake-based build, remove autotools-related
  patches and Makefile knobs
- Force PLIST_SUB+=NLS="" temporarily while the proper fix is
  being developed, to reduce the churn of the pkg-plist
- Do not force C++14 while C++11 is sufficient for the time being
- Do not hardcode Python version when building the manual page

PR:	246645
2020-06-16 12:14:27 +00:00
Fernando Apesteguía
b28d88131f www/netsurf: Update to 3.10
PR:	246968
Submitted by:	waitman@waitman.net
2020-06-16 11:58:44 +00:00
Piotr Kubaj
adf1a79a96 security/dropbear: update to 2020.79
Add some new options, remove needless patching, move to Dropbear's system for non-default options.
2020-06-16 11:44:43 +00:00
Fernando Apesteguía
f93123fe06 graphics/blender: Update to 2.83.0
ChangeLog: https://www.blender.org/download/releases/2-83/

PR:	247054
Submitted by:	vvd@unislabs.com
Reviewed by:	FreeBSD@ShaneWare.Biz (maintainer)
2020-06-16 11:42:41 +00:00
Fernando Apesteguía
4f2a35bc9b irc/irssi: remove superfluous USE_LDCONFIG
Introduced in r538869.

The installed shared objects are plugins not meant to be used outside of the
scope of this application.

Reported by:	makc@
2020-06-16 11:19:25 +00:00
Li-Wen Hsu
a30fd89eb9 Add sysutils/fusefs-bindfs, FUSE implementation of bindfs
PR:		247233
Submitted by:	Leon Dietrich <doralitze@chaotikum.org>
2020-06-16 11:12:23 +00:00
Christoph Moench-Tegeder
d34a5e97c6 gthumb build-requires python 3 and shebangfixes
: FAILED: gthumb/AUTHORS.tab
: /wrkdirs/usr/ports/graphics/gthumb/work/gthumb-3.10.0/gthumb/make-authors-tab.py /wrkdirs/usr/ports/graphics/gthumb/work/gthumb-3.10.0/AUTHORS gthumb/AUTHORS.tab
: env: python3: No such file or directory
: ninja: build stopped: subcommand failed.

Approved by:	just-fix-it
2020-06-16 10:12:57 +00:00
Pietro Cerutti
ab88fdce72 www/baikal: add pkg-message with useful info for upgrading 2020-06-16 09:44:53 +00:00
Pietro Cerutti
fe37710e43 UPDATING: document www/baikal's configuration changes 2020-06-16 09:28:40 +00:00
Pietro Cerutti
2640a6355d www/baikal: update to 0.7.1
** Configuration format was updated **
With the 0.7.0 release, our configuration format was updated to use YAML files.
You need to go through the installer again but we pre-fill most values with the
ones from your old installation. We recommend that you make a full backup of
your data, as a safety measure. Starting with 0.7.0, Baikal stores data in both
the Specific and the config folders.  Keep this in mind when upgrading!

Known issue:: Upgrading from versions older than 0.6.1 does not work.

Release notes:
https://github.com/sabre-io/Baikal/releases/tag/0.7.0
https://github.com/sabre-io/Baikal/releases/tag/0.7.1
2020-06-16 09:26:50 +00:00
Baptiste Daroussin
bcc17ec7c0 Fix build on FreeBSD 11
The builds fails with base binutils when it is used. While it builds perfectly
fine with lld let's always enforce binutils from ports because the combinaison
to catch all systems default on the old GNU ld non trivial to make.

Reported by:	antoine, kib
2020-06-16 08:39:18 +00:00
Jochen Neumeister
67dd5e8c3c Update to 2.19.0
PR:		247237
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Sponsored by:	Netzkommune GmbH
2020-06-16 08:17:36 +00:00
Matthias Fechner
398317bb1f Fixed depedencies to use rubygem-net-ssh version 5 and more clearly define max versions.
PR:		247172
Submitted by:	nick@foobar.org
Reported by:	moiseev@mezonplus.ru
Approved by:	nick (maintainer), koobs
2020-06-16 08:12:14 +00:00
Matthias Fechner
94f5eb0492 Made rubygem net-ssh version 5 available as it is required by net-mgmt/rubygem-oxidized.
PR:		247172
2020-06-16 07:53:28 +00:00
Gerald Pfeifer
e6aea60464 Since r524029 | gerald | 2020-01-25 this port has been restricted to
amd64 and i386 and is only still in our tree for the sake of two other
ports (specific to those two architectures).

Remove remaining traces of support for other architectures.

This change should not have any impact on anything installed or packaged.
2020-06-16 07:44:20 +00:00
Bernard Spil
9b3a3888b3 security/libressl: Chain-validation update to 3.1.3 2020-06-16 07:00:51 +00:00
Li-Wen Hsu
bcf3585a65 Add x11-themes/sierra-gtk-themes
MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc

PR:		247023
Submitted by:	Alexander Vereeken <Alexander88207@protonmail.com>
Differential Revision:	https://reviews.freebsd.org/D25159
2020-06-16 06:52:27 +00:00
Fernando Apesteguía
f4083dd12a science/afni: update to 20.1.15
Reported by:	portscout
2020-06-16 06:31:27 +00:00
Alexey Dokuchaev
4fcd844ba7 Update UNetbootin to version 681.
Found out via:	repology.org
2020-06-16 06:29:12 +00:00
Kubilay Kocak
e5c7984f39 sysutils/py-diffoscope: Update to 147
- Add upstream [1] patch to prevent tlsh dependent tests from failing

Changelog:

145: https://lists.reproducible-builds.org/pipermail/rb-general/2020-May/001947.html
146: https://lists.reproducible-builds.org/pipermail/rb-general/2020-May/001948.html
147: https://lists.reproducible-builds.org/pipermail/rb-general/2020-June/001964.html

[1] https://lists.reproducible-builds.org/pipermail/diffoscope/2020-June/002642.html

PR:		246773
Submitted by:	Fabian Keil <fk fabiankeil de>
MFH:		No (combined feature/bugfix releases)
2020-06-16 06:01:26 +00:00
Alexey Dokuchaev
f5c567909c - Update to version 2.8
- Assume maintainership
2020-06-16 05:58:55 +00:00
Kurt Jaeger
4afbd00278 New port: www/monolith
Data hoarder's dream come true: bundle any web page into
a single HTML file. You can finally replace that gazillion
of open tabs with a gazillion of .html files stored somewhere
on your precious little drive.

Unlike the conventional "Save page as", monolith not only saves
the target document, it embeds CSS, image, and JavaScript assets
all at once, producing a single HTML5 document that is a joy to
store and share.

If compared to saving websites with wget -mpk, this tool embeds all
assets as data URLs and therefore lets browsers render the saved page
exactly the way it was on the Internet, even when no network connection
is available.

WWW: https://github.com/Y2Z/monolith

PR:		247264
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-06-16 05:38:01 +00:00
Adam Weinberger
42344d01bd httpstat: Undeprecate and mark py3-compatible
httpstat is py3-compatible, see https://github.com/reorx/httpstat
2020-06-16 05:30:48 +00:00
Olli Hauer
6a81113c7a - update to 3.5.3
Changelog:
20200530
  Bugfix (introduced: Postfix 3.1): "postfix tls deploy-server-cert" did not
  handle a missing optional argument.

20200610
  Bugfix (introduced: Postfix 3.4): in the Postfix SMTP server, the SNI
  callback reported an error when it was called a second time. This happened
  after the server-side TLS engine sent a TLSv1.3 HelloRetryRequest (HRR) to
  a remote SMTP client.

MFH:		2020Q2
2020-06-16 04:42:03 +00:00
Yuri Victorovich
bbc8812417 audio/lenticular-lv2: Now builds with clang 2020-06-16 04:19:59 +00:00
Yuri Victorovich
40cd9173f1 biology/py-loompy: Update 2.0.17 -> 3.0.6 2020-06-16 02:26:08 +00:00
Koichiro Iwao
7ac568ac0a New port: net/librespeed-cli: Command line client for LibreSeed
This is the CLI part of LibreSpeed which is a very lightweight speedtest.
With the CLI it's possible to run a speedtest from the command line interface.
The server part can be found in www/librespeed.

WWW: https://github.com/librespeed/speedtest-cli

PR:		246609
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
2020-06-16 02:19:24 +00:00
Yuri Victorovich
ebcf683eeb biology/py-gffutils: Update 0.10 -> 0.10.1 2020-06-16 02:10:08 +00:00
Koichiro Iwao
b6d776ff12 New port: net/librespeed-go: Go backend for LibreSpeed
LibreSpeed-go is a very lightweight speed test.
Is is implemented in JavaScript, using XMLHttpRequest and Web Workers.
This port uses GO as backend for hosting. And this in comparison to
www/librespeed where PHP and a web server are required.

WWW: https://github.com/librespeed/speedtest-go

PR:		247202
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
2020-06-16 02:06:51 +00:00
Yuri Victorovich
27a406ef96 devel/py-dill: Update 0.3.1 -> 0.3.1.1 2020-06-16 02:06:43 +00:00
Yuri Victorovich
fbf55d3e20 www/py-mwoauth: Update 0.3.3 -> 0.3.7 2020-06-16 02:05:19 +00:00
Yuri Victorovich
741be9dea7 science/py-phonopy: Update 2.3.0 -> 2.4.2 2020-06-16 02:03:10 +00:00
Yuri Victorovich
0e8186d687 math/py-PuLP: Update 1.6.10 -> 2.1 2020-06-16 01:58:09 +00:00
Yuri Victorovich
7514a42503 math/py-simhash: Update 1.9.0 -> 1.10.2 2020-06-16 01:52:13 +00:00
Koichiro Iwao
a6980ca763 www/librespeed: Improve pkg-message
PR:		247203
Submitted by:	Dries Michiels <driesm.michiels@gmail.com> (maintainer)
2020-06-16 01:51:41 +00:00
Yuri Victorovich
2cc4b6dd75 www/py-pywikibot: Update 3.0.20200405 -> 3.0.20200609 2020-06-16 01:50:37 +00:00
Yuri Victorovich
ebc553e8fc devel/py-plac: Update 1.1.0 -> 1.2.0
Reported by:	portscout
2020-06-16 01:48:47 +00:00