1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
Commit Graph

560613 Commits

Author SHA1 Message Date
Juraj Lutter
d44f4a4c1d mail/dovecot-fts-xapian: Update to 1.4.13 2021-10-04 14:28:41 +02:00
Jan Beich
240cfda55f games/vkquake: update to 1.11.0
Changes:	https://github.com/Novum/vkQuake/releases/tag/1.11.0
PR:		258886
Approved by:	Greg V (maintainer)
2021-10-04 12:06:47 +00:00
Dmitry Marakasov
7b513a3d17 devel/py-unittest2pytest: add port: Convert unittest test-cases to pytest
unittest2pytest is a tool that helps rewriting Python unittest
test-cases into pytest test-cases.

In contrast to other similar tools, this unittest2pytest

* handles keyword arguments,
* handles single-line test-cases and several tests on one line,
* uses context-handlers where appropriate.

This is done by using lib2to3 and Python's mighty inspect module.

WWW: https://pypi.org/project/unittest2pytest/
WWW: https://github.com/pytest-dev/unittest2pytest
2021-10-04 14:58:26 +03:00
Dmitry Marakasov
62744783a4 games/tetzle: update to 2.2.0 2021-10-04 14:58:26 +03:00
Dmitry Marakasov
e38c25f244 games/peg-e: update to 1.3.0 2021-10-04 14:58:25 +03:00
Dmitry Marakasov
4683b7930d devel/py-types-requests: update to 2.25.7 2021-10-04 14:58:25 +03:00
Andreas Bilke
c35f3b79a9
www/py-pelican: Update to 4.7.0
ChangeLogs: https://github.com/getpelican/pelican/releases/tag/4.7.0

PR:		258895
2021-10-04 19:17:34 +08:00
Joerg Preiss
fa9a7b9c50 graphics/xaos: Fix build on HEAD
Add clocale include in src/ui/main.cpp where LC_NUMERIC was missing.

Pass maintainership to submitter.

PR:		258893
2021-10-04 13:05:50 +02:00
Christian Weisgerber
3170876d25 devel/got: update to 0.61
User-visible changes:
- fix 'got send' with tree objects which contain symlinks
- tog: show parent commit IDs of merge commits in the diff view
- add a 'got merge' command for creating merge commits
- fix 'got update' of an added + obstructed file
- don't change bad symlinks into regular files during merges
- fix 'got fetch' downloading too many objects in some cases
- interrupt 'got rebase' upon missing/unversioned/not-deleted files
- interrupt 'got histedit' upon missing/unversioned/not-deleted files
- add histedit -e option which runs the 'edit' script command for every commit
- skip ignored directories during 'got status' disk crawl
2021-10-04 10:48:46 +00:00
Gleb Popov
feff7bce0d devel/purescript-language-server: Update to 0.15.7
Also install the script without .js extension.
2021-10-04 13:24:14 +03:00
Vinícius Zavam
c437968838
security/obfs4proxy-tor: update WWW on port's pkg-descr
Reported by:	grahamperrin % gmail.com
PR:		257048
2021-10-04 10:09:38 +00:00
Vinícius Zavam
e959ca709b
devel/py-streamparse: update 3.16.0 to 4.0.0
- github.com/Parsely/streamparse/releases/tag/v4.0.0

Reported by:	ygy@
PR:		257428
2021-10-04 10:04:00 +00:00
Baptiste Daroussin
b248947986 ports-mgmt/pkg-devel: 1.17.99.6
- fix segfault when packaging packages providing shared libraries
- fix fingerprint signature handling with rootdir
2021-10-04 11:20:57 +02:00
Kai Knoblich
05a45a5e50 games/scummvm: Unbreak build with FLUIDSYNTH=on
After commit 4c2db26adf the build, if the non-default option
FLUIDSYNTH is enabled, fails with:

In file included from audio/softsynth/fluidsynth.cpp:32:
In file included from /usr/local/include/fluidsynth.h💯
[..]
audio/softsynth/fluidsynth.cpp:252:3: error:
   no matching function for call to 'fluid_sfloader_set_callbacks'
                fluid_sfloader_set_callbacks(soundFontMemoryLoader,
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/fluidsynth/sfont.h:172:20: note:
   candidate function not viable:
   no known conversion from 'int (void *, int, void *)' to
   'fluid_sfloader_callback_read_t' (aka 'int (*)(void *, long long, void *)') for 3rd argument
FLUIDSYNTH_API int fluid_sfloader_set_callbacks(fluid_sfloader_t *loader,
                   ^

Obtained from:	NetBSD
MFH:		2021Q4
2021-10-04 11:14:03 +02:00
Nuno Teixeira
5ea8f2d8a1 dsekutils/copyq: Update to 5.0.0
ChangeLog: https://github.com/hluk/CopyQ/blob/master/CHANGES.md
2021-10-04 09:55:28 +01:00
Gerald Pfeifer
28cc8ba16d lang/gcc9-devel: Update to the 20210923 snapshot of GCC 9.4.1
This brings one back port for code generators (combine), one for
inter-procedural optimizers, and two for Fortran.
2021-10-04 08:37:37 +00:00
Andreas Bilke
2b7458f46b print/pdftk: Update to 3.3.1
Changelog: https://gitlab.com/pdftk-java/pdftk/-/blob/v3.3.1/CHANGELOG.md

PR:		258894
2021-10-04 10:27:08 +02:00
Mateusz Piotrowski
e9a0efe450 audio/freebsd-13-mixer: Add a new port
The mixer utility is used to set and display soundcard mixer device
levels. It is a copy of the mixer(8) command from FreeBSD 13.0 from
before the utility was completely redesigned for FreeBSD 14.0.

WWW: https://github.com/0mp/freebsd-13-mixer
2021-10-04 09:30:54 +02:00
Yuri Victorovich
3d127a91e2 cad/gds3d: New port: Application for rendering IC (chip) layouts in 3D 2021-10-04 00:09:03 -07:00
Thomas Zander
1f6b68e29f
sysutils/zellij: Update to upstream release 0.18.1
MFH:		2021Q4
2021-10-04 07:41:27 +02:00
Thomas Zander
4c2db26adf
audio/fluidsynth: Update to upstream version 2.2.3
MFH:		2021Q4
2021-10-04 06:56:46 +02:00
Kevin Zheng
c3381bf4d9 security/sshguard: Fix memset() off-by-one
This bug causes a stack overflow (and crash due to failed stack check)
when certain IPv6 addresses are whitelisted on i386.

PR:		258179
Reported by:	John Marshall <john@jmarshall.id.au>
MFH:	        2021Q4
2021-10-04 12:15:18 +08:00
Adam Weinberger
9fae75d16c textproc/p5-JSON-Validator: Update to 5.01 2021-10-03 20:53:32 -06:00
Wen Heping
fe72743f26 devel/p5-Log-Log4perl-Layout-JSON: Update to 0.59
PR:		258876
Reported by:	svysh.fbsd@gmail.com(maintainer)
2021-10-04 10:38:50 +08:00
Tadeusz Struk
a54dbc90a3
security/tpm2-tools: Update to 5.2
Differential Revision:	https://reviews.freebsd.org/D32214
2021-10-04 10:33:48 +08:00
Wen Heping
3902e5ba28 devel/p5-DateTime-TimeZone: Update to 2.49
PR:		258877
Reported by:	svysh.fbsd@gmail.com(maintainer)
2021-10-04 09:47:23 +08:00
Wen Heping
74f8b93a08 databases/py-Pyrseas: Update to 0.9.1
Update DESCR
PR:		258882
Reported by:	arcade@b1t.name(maintainer)
2021-10-04 09:26:35 +08:00
Wen Heping
ae1fb1cea6 www/p5-Mozilla-CA: Update to 20211001
PR:		258875
Reported by:	svysh.fbsd@gmail.com
2021-10-04 09:15:06 +08:00
Xin LI
ee37289a04 devel/pcsc-lite: Update to 1.9.4. 2021-10-03 17:28:38 -07:00
Joseph Mingrone
ad4e1cff70
mail/notmuch: Formatting changes from portclippy/portfmt 2021-10-03 20:24:54 -03:00
Joseph Mingrone
cae7554d79
mail/notmuch: Update to 0.33.2 and take maintainership
https://notmuchmail.org/news/release-0.33.1/
https://notmuchmail.org/news/release-0.32.3/
2021-10-03 20:24:54 -03:00
Larry Rosenman
6fcfe5546e
devel/cdecl: upgrade from 8.0->11.2
See the github repo for all the changes
2021-10-03 18:15:08 -05:00
Stephen Montgomery-Smith
2226c45985 math/librsb: Add USE_GCC=yes.
Made necessary by commit 07fb2d5e9d.
2021-10-03 18:04:27 -05:00
Juraj Lutter
48ca840ce1 net-mgmt/zabbix54-server: Update to 5.4.5
Changelog: https://www.zabbix.com/rn/rn5.4.5
2021-10-03 23:39:52 +02:00
Larry Rosenman
6809759a87 mail/dovecot: update to 2.3.16
mail/dovecot-pigeonhole: update to 0.5.16

ChangeLogs:
https://dovecot.org/pipermail/dovecot-news/2021-August/000463.html
https://dovecot.org/pipermail/dovecot-news/2021-August/000464.html
2021-10-03 16:36:13 -05:00
Guangyuan Yang
77fa61df48 devel/py-git-up: Update to 2.1.0
Changelog:	https://github.com/msiemens/PyGitUp#v210-2021-10-02
2021-10-03 16:52:57 -04:00
Adriaan de Groot
34a3b17494 devel/kf5-knewstuff: upstream backport requests
KNS, "Hot New Stuff", and Open Collaboration Services
are handled by the knewstuff and attica libraries. An
ongoing performance problem on the OCS servers has been
traced back to request flooding by those libraries, and
this is a fix; backport request by upstream.
2021-10-03 22:43:55 +02:00
Adriaan de Groot
df7cb4adce finance/chiapos: New port Chia proof of space
Patch from the PR applied basically unchanged, except
I cleaned up for current standards and added NOT_FOR_ARCHS
to avoid i386 altogether (where the port won't work).

PR:		256509
Obtained from:	risner@stdio.com (maintainer)
2021-10-03 22:43:55 +02:00
Joseph Mingrone
16c89d12ec
math/R: Fix build with clang/openmp 13
The mgcv package is one of the recommended packages to be installed with
R.  A problem with mgcv and clang/openmp 13 is that mgcv versions prior
to 1.8-37 place 'include <omp.h>' after 'include <R.h>'.  This causes a
conflict between '#define match' and an openmp pragma line, which uses
match().  This problem was fixed in mgcv 1.8-37, so replace mgcv 1.8-36
with this newer version.

While here, incorporate formatting changes suggested by portclippy and
portfmt.

PR:		258887
Approved by:	dim
Differential Revision:	https://reviews.freebsd.org/D32280
2021-10-03 17:28:52 -03:00
Piotr Kubaj
8388f4aef7 graphics/R-cran-s2: fix build on powerpc64* 2021-10-03 20:08:32 +00:00
Fernando Apesteguía
54cc4cc6ea */*: Remove more compiler:openmp instances
Reported by: antoine@
Fixes:	07fb2d5e9d
2021-10-03 21:41:19 +02:00
Ashish SHUKLA
de91090efb
math/kalker: New port: Scientific calculator that supports math syntax
A scientific calculator that supports math-like syntax with
user-defined variables, functions, derivation, integration,
and complex numbers.

WWW: https://kalker.xyz/
2021-10-03 19:11:25 +00:00
Dan Langille
a7ff36c516 security/acme.sh: Update to 3.0.1
More updates for DST root expiring issues

re https://github.com/acmesh-official/acme.sh/releases/tag/3.0.1
2021-10-03 19:04:14 +00:00
Matthias Fechner
5e04d591a2 net/haproxy: Fix a stalled connection
This fix fixes a typo in It is a typo in the commit feca2a453
("BUG/MINOR: filters: Always set FLT_END analyzer when CF_FLT_ANALYZE flag is set").

Patch was provided on haproxy mailinglist from Christopher Faulet.

PR:		258896
Approved by:	demon (maintainer)
2021-10-03 20:34:04 +02:00
Neel Chauhan
48e692a2ed x11-fm/sushi: Update to 41.0 2021-10-03 11:31:24 -07:00
Jimmy Olgeni
ffdde93ed7 net/croc: Update to version 9.4.2. 2021-10-03 20:14:38 +02:00
Neel Chauhan
3b8bc2b88d irc/polari: Update to 41.0 2021-10-03 11:10:56 -07:00
Neel Chauhan
850a37da08 games/quadrapassel: Update to 40.2 2021-10-03 11:10:56 -07:00
Volodymyr Kostyrko
33606c70c9 databases/redis_exporter: Update to 1.27.1
Changelog: https://github.com/oliver006/redis_exporter/compare/v1.10.0...v1.27.1

PR:		258881
2021-10-03 20:02:06 +02:00
Fernando Apesteguía
07fb2d5e9d */*: Remove compiler:openmp from Mk/Uses/compiler.mk
The option implied a dependency on gcc but clang got openmp support long ago.

Remove compiler:openmp from Mk/Uses/compiler.mk

For ports using USE=compiler:openmp, just remove it and make them build with
clang.
Fix conditionals when necessary
Bump PORTREVISION where appropriate

If problem arises, they can be addressed by using USE_GCC=yes

An update to the Porter's Handbook will follow.

Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D31971
2021-10-03 19:47:27 +02:00