Commit graph

583147 commits

Author SHA1 Message Date
Thierry Thomas
5a7a7bbc47 devel/cbang: adding C!, a library of cross-platform C++ utilities
This is a prerequisite to port CAMotics.

PR:		262763
2022-05-08 17:58:31 +02:00
Stefan Eßer
7636e37962 devel/rubygem-activejob70: fix empty COMMENT
The port has been created with an empty comment, breaking tools that
operate on the ports tree and expect a non-empty comment.

This issue should have been found by portlint or poudriere testport.

Approved by:	portmgr (implicit)
2022-05-08 17:13:26 +02:00
Dimitry Andric
2ff2729141 net/syncthing: Fix broken build and upgrade to 1.20.1
After lang/go was updated to 1.18, net/syncthing failed to build under
poudriere, with errors similar to:

vendor/github.com/marten-seemann/qtls-go1-18/cipher_suites.go:143:43: undeclared name: any (requires version go1.18 or later)

This is because the packaged vendor libraries in the upstream tarball
don't work with go 1.18. Fix this by using USES=go:modules and changing
the build commands. Also, upgrade to 1.20.1.

PR:		262808
Reported by:	Oscar Carlsson <oscar@spindel.tax>
Approved by:	maintainer timeout (2 weeks)
Submitted by:	dmgk
MFH:		2022Q2
2022-05-08 17:05:07 +02:00
Kai Knoblich
a26f3e3454 www/py-urlwatch: Switch to USES=pytest
* Adjust/remove relevant entries that are handled by Uses/pytest.mk.
2022-05-08 16:40:24 +02:00
Kai Knoblich
b693974d41 www/py-urlwatch: Update to 2.25
* Fix BUILD if DOCS option is unset as BINARY_ALIAS can only be used if
  textproc/py-sphinx (enabled via the DOCS option) is present.

* Add EXAMPLES option to let users choose to install the supplied
  examples.

Changelog:

https://github.com/thp/urlwatch/blob/2.25/CHANGELOG.md

MFH:		2022Q2
2022-05-08 16:38:32 +02:00
Muhammad Moinur Rahman
27beb3553a www/py-tvdb_api: Runtime fix
multimedia/py-tvnamer is failing to run after Python upgrade to 3.8.13.
This update fix this runtime issue. py-tvdb_api is the core library used
by py-tvnamer.

PR:		263862
Reported by:	huber.georg@gmail.com
2022-05-08 09:21:46 -05:00
Muhammad Moinur Rahman
75a9642d4c devel/cirrus-cli: New Port
Command line interface for Cirrus CI

Cirrus CLI is a tool for running containerized tasks reproducibly in any
environment. Most commonly, Cirrus tasks are used as part of continuous
integration workflows but can also be used as part of local development
process as a hermetic replacement of helper scripts/Makefiles. Cirrus
CLI runs your tasks locally the same way they are executed in CI or on
your colleague's machine. Immutability of containers ensures the tasks
will be executed the same way years from now regardless what versions
of packages you'll have locally.

WWW: https://github.com/cirruslabs/cirrus-cli

Currently this port does not come with a rc script for the worker to
start as I am working on it. But this can be achieved manually.
2022-05-08 08:49:31 -05:00
Muhammad Moinur Rahman
82fad06ddf devel/py-beautifultable: Update version 1.0.1=>1.1.0
Relnotes: https://pypi.org/project/beautifultable/1.1.0/
2022-05-08 08:48:23 -05:00
Rainer Hurling
25619fc849 graphics/openjump: Update to 2.0
Changelog: https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/2.0/ (section 7)
2022-05-08 14:58:29 +02:00
Jason W. Bacon
dda5e52508 biology/py-dna-features-viewer: Update to 3.1.1
python 3.9 compatibility

Changes: https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer/tags

Reported by:    portscout
2022-05-08 07:48:38 -05:00
Joerg Wunsch
47c4ac6493 devel/avrdude: Force-update
Release files for v7.0 had been recreated due to a wrong version
number inside the source tree.
2022-05-08 14:15:10 +02:00
Rodrigo Osorio
846e6c502d net/rsync: Fix unexpected changes caused by previous rsync commit
* Remove python dependency introduced in last commit,
   we keep USES=python to fix the rrsync shebang but
   add PYTHON_NO_DEPENDS=yes since Python itself is
   not wanted. Add a pkg-message to notify users.
 * Fix patching issues on manpages and sample files
   which abusively transformes all etc paths into
   /usr/local/etc.
 * Install missing rrsync manpage

 Also add forgotten items in last commit
  * version 3.2.4 fixes CVE-2018-25032 in bundled zlib
  * remove upstreamed patch to fix time limit options (patch-io.c)

PR:		263787
PR:		263794
Reported by:	<jamie@catflap.org>
Reported by:	<freebsd@oldach.net>
Security:	CVE-2018-25032 in the bundled zlib
2022-05-08 13:00:37 +02:00
Roman Bogorodskiy
3b700c91b7 devel/py-libvirt: update to 8.3.0 2022-05-08 15:05:16 +04:00
Roman Bogorodskiy
24212d6959 devel/libvirt: update to 8.3.0 2022-05-08 15:05:16 +04:00
Alexey Dokuchaev
d4239da661 net-mgmt/victoria-metrics: update VictoriaMetrics to version 1.77.1.
Reported by:	portscout
2022-05-08 10:36:54 +00:00
Emmanuel Vadot
df783714c9 graphics/drm-fbsd13-kmod: Remove depends on gpu-firmware-kmod
It's not always required so remove the dependency.
The dependency is still on the drm-kmod metaport so pkg install drm-kmod
will still bring the firmwares.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-05-08 12:12:15 +02:00
Emmanuel Vadot
7b4d08cec1 graphics/drm-510-kmod: Fix build on recent CURRENT
PR:		263837
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-05-08 12:09:28 +02:00
Bernard Spil
988a01e56b www/nextcloud-calendar: Update to 3.3.0 2022-05-08 10:00:46 +00:00
Thierry Thomas
b79359b263 math/R-cran-plot3D: work-around to fix the build on some platforms
For a still unknown reason, two doc files (doc/plot3D.R and
doc/volcano.R) are not always generated. Although I don't like it,
replace the fixed plist by auto-plist for the moment (the package
is still usable).

Reported by:	pkg-fallout
2022-05-08 11:36:20 +02:00
Wen Heping
20a8b0ecce www/ilias6: Update to 6.17 2022-05-08 15:12:30 +08:00
Rainer Hurling
a7ab4ff05b misc/tvbrowser: Update to 4.2.5
Changelog: https://sourceforge.net/p/tvbrowser/tvb/search/?q=%28%28ticket_num%3A%5B216+TO+236%5D%29+AND+%28status%3Aclosed%29%29

Reported by:	portscout
2022-05-08 10:59:30 +02:00
MANTANI Nobutaka
77267e8a33 textproc/uim: Update to the snapshot on 2022-03-18
- Update slave ports of textproc/uim
- Bump PORTREVISION for the ports that depend on textproc/uim
2022-05-08 16:40:24 +09:00
Alexey Dokuchaev
4a22b45b87 net/iwnet: attempt to fix the port's build on -CURRENT
Lack of MALLOC_PRODUCTION exposed forgotten uninitialized pointer in
hash table generator which caused segmentation fault during the build.
Pull another upstream patch which might mitigate the races of CMake's
custom commands.

While here, don't forcibly insert our CFLAGS, they would get appended
at the later stage automagically.

Reported by:	pkg-fallout
2022-05-08 07:33:58 +00:00
Yuri Victorovich
3b205848fc math/spot: Fix build failures on 13.0, 12.3
Reported by:	fallout
2022-05-07 23:06:13 -07:00
Yuri Victorovich
2eb5526626 astro/siril: Update 0.99.10.1 -> 1.0.1 2022-05-07 22:27:10 -07:00
Yuri Victorovich
d506150e00 science/{,py-}spglib: Update 1.16.3 -> 1.16.5 2022-05-07 22:27:10 -07:00
Yuri Victorovich
74d1ff8f60 misc/valentina: Update 0.7.50 -> 0.7.51 2022-05-07 22:27:10 -07:00
Greg Lewis
1a55098774 java/openjdk18: Fix the build on aarch64 2022-05-07 22:24:21 -07:00
Greg Lewis
54d64d5a98 java/openjdk8: Fix the build on aarch64 2022-05-07 20:51:19 -07:00
Jan Beich
72d0c9488a x11/nwg-drawer: update to 0.3.0
Changes:	https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.3.0
Reported by:	GitHub (watch releases)
2022-05-08 02:01:18 +00:00
Steven Kreuzer
9838e40b97
devel/R-cran-Hmisc: add additional dependency
Update the dependency list to include R-cran-Formula
2022-05-08 01:44:17 +00:00
Steven Kreuzer
6268eba0b7
devel/py-humanize: update distinfo
Add updated distinfo file which was forgotten in commit a9ce56bae5
2022-05-08 01:27:49 +00:00
Jan Beich
bfaf18f452 x11/swayr: update to 0.18.0
Changes:	https://git.sr.ht/~tsdh/swayr/log/swayr-0.18.0
Reported by:	Repology
2022-05-08 00:58:27 +00:00
Jan Beich
131a168c9a x11/swayr: unbreak system-wide config after 28f0fc0687 2022-05-08 00:58:27 +00:00
Jan Beich
091fc95053 multimedia/intel-media-sdk: update to 22.4.1
Changes:	https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-22.4.0...intel-mediasdk-22.4.1
Reported by:	Repology
2022-05-08 00:48:41 +00:00
Jan Beich
8827f21c6c multimedia/libva-intel-media-driver: update to 22.4.1
Changes:	https://github.com/intel/media-driver/compare/intel-media-22.4.0...intel-media-22.4.1
Reported by:	Repology
2022-05-08 00:48:40 +00:00
Piotr Kubaj
40abe7e22c graphics/tumble: update to 0.38
- add 0.37 patch part that got lost on the way to the ports tree

Changelog:	https://github.com/brouhaha/tumble/compare/v0.37...v0.38
PR:	263651
Submitted by: fuz@fuz.su
2022-05-08 00:21:14 +00:00
Piotr Kubaj
b27acbecd7 games/fheroes2: update to 0.9.15
Changelog:	https://github.com/ihhub/fheroes2/releases/tag/0.9.15
2022-05-08 00:21:14 +00:00
Yuri Victorovich
eb6d76b833 math/symengine: Fix build
Reported by:	fallout
2022-05-07 17:14:01 -07:00
Yuri Victorovich
a6b23e7daf finance/libbtc: Strip binary; Add .la file 2022-05-07 16:45:02 -07:00
Yuri Victorovich
7a2b1705fd math/py-pynauty: Update 1.0.2 -> 1.1.1; Add test target 2022-05-07 16:45:01 -07:00
Wen Heping
bcd774ab39 www/moodle311: Adjust CONFLICTS 2022-05-08 06:57:39 +08:00
Wen Heping
3f47027bc3 www/moodle310: Adjust CONFLICTS 2022-05-08 06:57:19 +08:00
Wen Heping
63630cb07a www/moodle39: Adjust CONFLICTS 2022-05-08 06:56:49 +08:00
Wen Heping
46c4ad8deb www/moodle40: Update to 4.0.1 2022-05-08 06:52:20 +08:00
Jan Beich
4e40790498 www/flexget: update to 3.3.9
Changes:	https://github.com/Flexget/Flexget/compare/v3.3.8...v3.3.9
Reported by:	Repology
2022-05-07 22:26:05 +00:00
Jan Beich
91e0cd1aee emulators/rpcs3: update to 0.0.22.13573
Changes:	f7d08d337...0a5ea859e
2022-05-07 22:26:05 +00:00
Richard Gallamore
f1fda0fed5 security/py-social-auth-core: Updated to 4.2.0
Changes: https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
2022-05-07 15:16:47 -07:00
Richard Gallamore
50affd577b www/py-django_compressor: Updated to 4.0
Changes: https://django-compressor.readthedocs.io/en/stable/changelog.html
2022-05-07 14:55:26 -07:00
Joerg Wunsch
415fbbe71b devel/avrdude: Update to v7.0
Note that the project migrated to Github, and the preferred
build infrastructure now uses CMake.
2022-05-07 23:50:05 +02:00