Commit graph

575992 commits

Author SHA1 Message Date
Emanuel Haupt
906c993a86 audio/furnace: Use libfmt, librtmidi from ports
Use libfmt, librtmidi from ports instead of bundled one. Don't use URL
encoded characters in distname.
2022-03-03 15:24:40 +01:00
Robert Nagy
2d34172bb7 www/chromium: unbreak chromedriver unittest by fixing a bad ifdef 2022-03-03 14:17:43 +01:00
Mateusz Piotrowski
2ae66e8ad0 net-mgmt/alertmanager: Fix logging
Redirect stdout and stderr of the Alertmanager to its log file with
the daemon(8) -o flag instead of shell redirections. The reason for
this change is that shell redirections simply do not work in this case.

While here, remove an unnecessary env(1) invocation.

Approved by:	portmgr blanket (runtime fix)
Fixes:		df292e75ac
MFH:		2022Q1
Sponsored by:	Ekco
Sponsored by:	Klara Inc
2022-03-03 14:04:53 +01:00
Mateusz Piotrowski
fc969cf6fd sysutils/terraform: Update to 1.1.7
Changes:	https://github.com/hashicorp/terraform/releases/tag/v1.1.7
2022-03-03 14:04:49 +01:00
Jan Beich
61e2c91461 graphics/ImageMagick7: enable OPENEXR by default
PR:		262149
Approved by:	tcberner
2022-03-03 12:11:36 +00:00
Alexey Dokuchaev
ace043e1a6 www/persepolis: the port had been slightly improved (+)
- Use `www/yt-dlp' as drop-in replacement for youtube-dl
- Preserve remote modification time of downloaded files
- Amend CATEGORIES and run-time dependencies while here
2022-03-03 11:21:34 +00:00
Alexey Dokuchaev
79404a9176 audio/py-pyogg: adjust dependencies' type, prevent PATH poisoning
Contrary to Windows, we use colons to separate directories in the
PATH environment variable; however, this code is still useless as
it does not affect ctypes.util.find_library() search logic.

Since libraries are opened during tun-time, LIB_DEPENDS should be
actually specified as RUN_DEPENDS here (this would also hopefully
prevent needless port revision bumps in the future).
2022-03-03 10:47:02 +00:00
Bernard Spil
4ad5659617 www/nextcloud-calendar: Update to 3.1.0 2022-03-03 10:14:33 +00:00
Bernard Spil
ae8e4b5fd9 www/nextcloud-appointments: Update to 1.12.1 2022-03-03 10:14:16 +00:00
Bernard Spil
492f087367 www/nextcloud: Update to 23.0.2 2022-03-03 10:13:56 +00:00
Emanuel Haupt
ae0a77505b graphics/telak: Update to 0.7
- Update WWW
- Update URL to sample config
2022-03-03 10:05:08 +01:00
Neel Chauhan
546f158ae9 editors/gedit-plugins: Update to 41.0 2022-03-02 22:20:33 -08:00
Neel Chauhan
fc22a8cf6b editors/gedit: Unbreak build with required patch 2022-03-02 22:17:45 -08:00
Neel Chauhan
f028d93ec8 editors/gedit: Update to 41.0 2022-03-02 22:16:57 -08:00
Jan Beich
ef3919b1cf print/harfbuzz: update to 4.0.0
Changes:	https://github.com/harfbuzz/harfbuzz/releases/tag/4.0.0
Reported by:	GitHub (watch releases)
2022-03-03 01:43:35 +00:00
Alexey Dokuchaev
0e39ef8679 www/firedm: new port had been added (+)
FireDM is an open-source, multi-connection, graphical download manager
for YouTube and other streaming websites.  Developed in Python using
Tkinter, libcurl, and yt-dlp (youtube_dl).

WWW: https://github.com/firedm/FireDM
2022-03-03 01:35:34 +00:00
Olivier Cochard
46e2a72685 net/pkt-gen: Not for arch i386 2022-03-02 23:46:28 +01:00
Christoph Moench-Tegeder
127c92e068 mail/thunderbird: update to 91.7.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/91.7.0/releasenotes/
2022-03-02 22:48:03 +01:00
Christoph Moench-Tegeder
5aa68e7a2f www/firefox: update to 98.0 (rc2)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/98.0/releasenotes/
2022-03-02 22:47:05 +01:00
Emanuel Haupt
c7c4c6e439 audio/furnace: Add new port
Chiptune tracker compatible with DefleMask modules (.dmf).

    * It supports the following systems:
        o Sega Genesis
        o Sega Master System
        o Game Boy
        o PC Engine
        o NES
        o Commodore 64
        o Yamaha YM2151 (plus PCM)
        o Neo Geo
        o AY-3-8910 (ZX Spectrum, Atari ST, etc.)
        o Microchip AY8930
        o Philips SAA1099
        o Amiga
        o TIA (Atari 2600/7800)
2022-03-02 21:19:13 +01:00
Tobias C. Berner
2bab44dac9 graphics/qt5-imageformats: prepare for graphics/jsaper update
The build fails on FreeBSD 12.3 due to undefined max_align_t:

	In file included from test.cc:2:
	In file included from /usr/local/include/jasper/jasper.h:78:
	In file included from /usr/local/include/jasper/jas_init.h:73:
	In file included from /usr/local/include/jasper/jas_malloc.h:81:
	In file included from /usr/local/include/jasper/jas_thread.h:84:
	In file included from /usr/include/c++/v1/stdlib.h💯
	In file included from /usr/include/c++/v1/math.h:311:
	In file included from /usr/include/c++/v1/type_traits:417:
	/usr/include/c++/v1/cstddef:55:9: error: expected unqualified-id
	using ::max_align_t;
		^

Include cstddef to make it available.

PR:		262039
2022-03-02 20:34:57 +01:00
Thierry Thomas
ebbccfc73c biology/py-PySCeS: fix with Python ≠ 3.8
PR:		262304
Approved by:	yuri (maintainer)
2022-03-02 19:49:25 +01:00
Michael Reifenberger
ae3f2e820f deskutils/nextcloudclient: Update to 3.4.3 2022-03-02 18:30:33 +01:00
Thierry Thomas
b93c155746 math/planarity: upgrade to 3.0.2.0
Changelog at
<https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/tag/Version_3.0.2.0>
2022-03-02 17:23:51 +01:00
Fernando Apesteguía
088f0b29ee www/darkhttpd: Fix NO_INSTALL
This port actually install things...

Reported by:	danfe@
2022-03-02 17:05:04 +01:00
Alexey Dokuchaev
5d1b1408fb x11-toolkits/py-awesometkinter: new port had been added (+)
AwesomeTkinter offers some pretty Tkinter widgets with custom
styles and images.

WWW: https://pypi.org/project/AwesomeTkinter/
2022-03-02 15:04:30 +00:00
Guido Falsi
676d8ae454 devel/php-composer2: Update to 2.2.7
PR:		262296
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2022-03-02 15:43:47 +01:00
Luca Pizzamiglio
7587665371 textproc/bat: Update to 0.20.0
Changes: https://github.com/sharkdp/bat/releases/tag/v0.20.0
2022-03-02 14:42:39 +01:00
Guido Falsi
bfacd10e33 mail/dma: Fix cronjob install location
- Install the cronjob file in the correct location, so it is
  automatically picked up by cron
- While here, use ETCDIR expansion in plist in place of static path
  where appropriate

PR:		262294
Approved by:	garga (maintainer)
Fixes:		f3c2313c58 mail/dma: Implement cronjob to flush emails
2022-03-02 14:28:57 +01:00
Matthew Seaman
93ee6b32d9 textproc/py-python-slugify: update to 6.1.1
ChangeLog:	https://github.com/un33k/python-slugify/blob/v6.1.1/CHANGELOG.md
2022-03-02 13:22:59 +00:00
Hans Petter Selasky
95ab017208 devel/linux_libusb: Fix spelling in package description.
Approved by:	pi (implicit)
2022-03-02 13:43:45 +01:00
Hans Petter Selasky
a94c7f5fa7 devel/linux_libusb: Update to version 13.1.0 .
- Fixed issue with SIGPIPE
- Moved sources to GitHUB

PR:		261891
Approved by:	pi (implicit)
2022-03-02 13:18:57 +01:00
Dmitry Marakasov
b5ed9199d9 graphics/py-pyglet: update 1.5.21 → 1.5.22 2022-03-02 15:10:53 +03:00
Piotr Kubaj
9982a1e984 lang/gcc12-devel: switch to LTO bootstrap
PR:	261977
Approved by:	toolchain (maintainer timeout)
2022-03-02 11:58:04 +00:00
Piotr Kubaj
4afbf04e33 audio/festalon: enable on powerpc64le 2022-03-02 11:22:59 +00:00
Jan Beich
02e710b993 x11-wm/gamescope: update to 3.11.26
Changes:	https://github.com/Plagman/gamescope/compare/3.11.25...3.11.26
Reported by:	portscout
2022-03-02 10:47:51 +00:00
Dirk Meyer
27bea38852 graphics/xv: update for jasper 3 support 2022-03-02 10:56:56 +01:00
Rene Ladan
bfedd5f1f0 www/chromium: update to 99.0.4844.51
On the port side, this update brings:
- libvulkan enabled by default
- more unit tests enabled
- no longer dependent on Python 2.7
Security:	https://vuxml.freebsd.org/freebsd/e0914087-9a09-11ec-9e61-3065ec8fd3ec.html
2022-03-02 10:32:47 +01:00
Rene Ladan
e18a8c4a1f security/vuxml: add www/chromium < 99.0.4844.51
Obtained from:	https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop.html
2022-03-02 10:30:34 +01:00
Henrich Hartzer
76aee1b05b www/darkhttpd: Add new port
Simple static http web server.
When you need a web server in a hurry.

PR:	262234
Reported by:	henrichhartzer@tuta.io
Reviewed by:	diizzy@
2022-03-02 10:20:31 +01:00
Guido Falsi
509a397810 net/pjsip: Update to 2.12 2022-03-02 09:20:56 +01:00
Loïc Bartoletti
77702558f9 databases/grass8: Update to 8.0.1
Release note:
  - https://grass.osgeo.org/news/2022_02_24_grass_gis_8_0_1_released/
2022-03-02 09:08:59 +01:00
Gerald Pfeifer
05884ac200 lang/gcc11: Relinquish maintainership
After working on (and largely maintaining) our GCC ports for some
20 years, time has come to hand over the baton.

Sadly despite multiple requests nobody stepped up (even having waited
several months after relinquishing maintainership other gcc* ports),
so pass maintainership to toolchain@.
2022-03-02 07:58:03 +00:00
Stephen Montgomery-Smith
37921ce1a2 cad/netgen: Update to 6.2.2201. 2022-03-01 23:57:05 -06:00
Yuri Victorovich
571fd17ba6 audio/jacktrip: Update 1.5.0 -> 1.5.1
Reported by:	portscout
2022-03-01 21:52:30 -08:00
Neel Chauhan
d558e03024 security/tor-devel: Update 0.4.7.2-alpha -> 0.4.7.4-alpha
PR:		262287
2022-03-01 20:58:06 -08:00
Wen Heping
8becc34886 www/py-django40: Update to 4.0.3 2022-03-02 10:11:44 +08:00
Jaap Akkerhuis
8d3a67e4d4 net/routinator: Update to 0.11.0
Changelog:	https://nlnetlabs.nl/news/2022/Feb/28/routinator-0.11.0-released/

PR:		262247
2022-03-01 20:54:23 -05:00
Guangyuan Yang
2ec62aa184 sysutils/py-diffoscope: Update to 206
Changelog:	https://diffoscope.org/news/diffoscope-206-released/
2022-03-01 20:54:08 -05:00
Dave Cottlehuber
de01276bd7 sysutils/rest-server: update to 0.11.0
- ChangeLog: https://github.com/restic/rest-server/blob/master/CHANGELOG.md

Reported by:	portscout
2022-03-01 23:17:20 +00:00