Commit graph

540599 commits

Author SHA1 Message Date
Piotr Kubaj
bd7a2174b3 devel/libclc: unbreak on powerpc64
Builds fine.
2021-04-06 14:05:40 +02:00
Piotr Kubaj
b7e436358b devel/juce: bump PORTREVISION
Bump PORTREVISION because of dependency change.
2021-04-06 14:04:34 +02:00
Piotr Kubaj
451d0c283a devel/juce: use system png
This fixes build on powerpc64le since the builtin png does not detect VSX availaibility.

PR:	254726
Approved by:	yuri (maintainer)
2021-04-06 14:03:34 +02:00
Piotr Kubaj
21173a4561 devel/godot: actually stop using builtin libpng
platform/x11/detect.py actually forces builtin libpng if builtin freetype or zlib is used.

Use the system ones.

This also fixes build on powerpc64le, since builtin libpng is not built with VSX.

PR:	254703
Approved by: FreeBSD@ShaneWare.Biz (maintainer)
2021-04-06 14:01:29 +02:00
Fernando Apesteguía
ab8a59366f x11-fonts/league-gothic: Update to 1.601
ChangeLog: https://github.com/theleagueof/league-gothic/releases/tag/1.601

PR:	252390
Submitted by: flo@snakeoilproductions.net (maintainer)
Reported by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
MFH:
Relnotes:
Security:
Sponsored by:
Differential Revision:
2021-04-06 13:47:03 +02:00
Christoph Moench-Tegeder
bafa49e87e update check_ssl_cert to 2.0.0
https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.0.0
2021-04-06 13:43:10 +02:00
Lewis Cook
4d8c5cd35e
devel/gh: Update to 1.8.1
Changes: 	https://github.com/cli/cli/compare/v1.7.0...v1.8.1
Approved by: 	mentors (implicit)
2021-04-06 12:41:29 +01:00
Alexey Dokuchaev
e2c750f596 Update IceWM to version 2.3.1. 2021-04-06 19:40:10 +08:00
Adriaan de Groot
7143d361cb Update net-im/libquotient to 0.6.6 (latest upstream)
libQuotient is a Matrix-client library used by several Matrix
clients in the ports tree. 0.6.6 fixes a crash that can be
triggered remotely. Bump two consumers to make them rebuild.
net-im/spectral isn't bumped because it doesn't see any
development, needs a specific bundled git hash, etc ..

While here mark the old-old name of libQuotient as deprecated;
I don't think it has any consumers.
2021-04-06 13:32:34 +02:00
Emanuel Haupt
6931339fc4 sysutils/py-liquidctl: Update to 1.6.0 2021-04-06 13:14:06 +02:00
Dima Panov
6543dc78ab editors/libreoffice: add missed distinfo
Noticed by:	cmt@
2021-04-06 21:10:32 +10:00
Guido Falsi
313aa231df www/phpvirtualbox: Update to 6.1, Add legacy port
www/phpvirtualbox copied to www/phpvirtualbox-legacy.

PR:		254079
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com>
2021-04-06 13:09:25 +02:00
Emanuel Haupt
eebf892545 devel/py-construct: Update to 2.10.66 2021-04-06 13:04:09 +02:00
Bernard Spil
64d9416565 security/openssl: Fix /dev/crypto issue with 1.1.1k
PR:		254643
Reported by:	<cryx-freebsd h3q com>
Reviewed by:	wollman
2021-04-06 10:45:45 +00:00
Santhosh Raju
570a7bea99 deskutils/foliate: Updates to 2.6.3
Changes since 2.6.2:

2.6.3

Changes:

  * Fixed a performance issue with zipped files (including EPUB files)
    (Stuk/jszip#716)
2021-04-06 16:11:14 +05:30
Rene Ladan
297cd65581 Tools/scripts/rmport: convert workflow to git.
Do not push the final result automatically yet, unlike its previous
Subversion version.

Reviewed by:	emaste, mat, uqs
Approved by:	crees (maintainer, implicit)
Differential Revision:	https://reviews.freebsd.org/D29451
2021-04-06 12:39:47 +02:00
Rene Ladan
88917e9f46 Tools/scripts/chkversion.pl: remove svn compatibility
Differential Revision:	https://reviews.freebsd.org/D29451
2021-04-06 12:39:46 +02:00
Rene Ladan
ba2871e5f5 Tools/scripts/MOVEDlint.awk: remove svn compatibility
Reviewed by:	uqs
Differential Revision:	https://reviews.freebsd.org/D29451
2021-04-06 12:39:46 +02:00
Rene Ladan
68c56c1b4a Tools/scripts/search_lib_depends_and_bump.sh: remove svn in an echo
Differential Revision:	https://reviews.freebsd.org/D29451
2021-04-06 12:39:46 +02:00
Rene Ladan
a4c3b6f622 Remove two tools that are no longer useful with Git.
- mfh: this is replaced by 'git cherry-pick -x HASH'
- psvn: unlike svn, git has no per-file properties

Adjust README accordingly.

Differential Revision:	https://reviews.freebsd.org/D29451
With hat:	portmgr
2021-04-06 12:39:46 +02:00
Rene Ladan
e7863f568d Mk/bsd.java.mk: generalize a comment.
Differential Revision:	https://reviews.freebsd.org/D29451
2021-04-06 12:39:45 +02:00
Dave Cottlehuber
b979fa35c2 www/gurl: update to 0.2.3 2021-04-06 10:27:15 +00:00
Muhammad Moinur Rahman
91fdbed776 lang/php80: Adding MySQL 8.0 'caching_sha2_password' support
- Pet portlint
- Add non-default OPTION MYSQL80

This patch adds an OPTION for adding 'caching_sha2_password' (Default
Password mechanism in MySQL >= 8.0) in php80. If the OPTION MYSQL80 is
selected it will build openssl module with base PHP including mysqlnd.
This will also prevent php80-openssl module from being installed in the
future. php80-mysqli and php80-pdo_mysql will use mysqlnd.

PR:		252420
Reported by:	sean@rogue-research.com
Approved by:	tz
Sponsored by:	Bounce Experts
Differential Revision:	https://reviews.freebsd.org/D29491
2021-04-06 10:14:41 +00:00
Dima Panov
b4a8b072de editors/libreoffice: update to 7.1.2 release
The FreeBSD Office team is proud to announce LibreOffice 7.1.2
– the second bugfix update to the 7.1 branch.

Check out more in official blog post:
https://blog.documentfoundation.org/blog/2021/04/01/libreoffice-712/
2021-04-06 20:13:28 +10:00
Kirill Ponomarev
dd90fb0afa Update to 0.17 2021-04-06 12:10:54 +02:00
Piotr Kubaj
4b13a4c45a databases/mongodb49: add new port
PR:	254631
Submitted by: ronald-lists@klop.ws
2021-04-06 11:55:35 +02:00
Piotr Kubaj
5b92ed01d9 biology/trimadap: fix build on powerpc64le
Requires GCC for its SSE translation.
2021-04-06 11:53:56 +02:00
Piotr Kubaj
2ffa084df9 biology/pear-merger: fix build on non-x86
Builds fine with GCC.
2021-04-06 11:50:56 +02:00
Matthias Fechner
1b802f473e Removed svn keywords again.
They went in by accident while merging older commits.
Reported by:	jbeich
2021-04-06 11:43:51 +02:00
Dima Panov
7ab2ec3c30 games/freeciv: update to 2.6.4 release 2021-04-06 19:43:11 +10:00
Piotr Kubaj
786abcaa07 audio/schismtracker: enable on powerpc64le 2021-04-06 11:41:49 +02:00
Mathieu Arnold
1023538d52
dns/bind9-devel: Update to latest commit. 2021-04-06 11:39:27 +02:00
Mathieu Arnold
5e2685089f
lang/perl5-devel: Update to latest commit. 2021-04-06 11:39:23 +02:00
Mathieu Arnold
11fde3ec3c
Ignore Makefile.local everywhere.
There can be Makefile.local at the root level, in the category
directories, as well as in ports themselves.
2021-04-06 11:39:18 +02:00
Koichiro Iwao
183b70941a
devel/rubygem-irb: Update to 1.3.5
This is my first commit to the git ports tree.

PR:		254728
Submitted by:	Yasuhiro Kimura <yasu@utahime.org>
Approved by:	meta (myself, maintainer)
Changes:	https://github.com/ruby/irb/commits/v1.3.5
2021-04-06 18:38:42 +09:00
Joseph Mingrone
7444131cd1
sysutils/doctl: Update to 1.58.0
https://github.com/digitalocean/doctl/releases/tag/v1.58.0

Sponsored by:	DigitalOcean (VM credit)
2021-04-06 06:27:17 -03:00
Dirk Meyer
f73bf4b928 - update to 1-1.1.Alpha16.0 2021-04-06 11:24:32 +02:00
Dirk Meyer
89f4196789 - update to 20210301 2021-04-06 11:21:31 +02:00
Muhammad Moinur Rahman
b52bb28f94 net/libdaq: Update version 3.0.0=>3.0.2
Relnotes:	https://github.com/snort3/libdaq/releases/tag/v3.0.2
2021-04-06 09:11:01 +00:00
Guido Falsi
ac4859e8ae Update php-composer2 to 2.0.12
PR:		254746
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2021-04-06 11:05:02 +02:00
Guido Falsi
ea108a19fe Update php-composer to 1.10.21
PR:		254745
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2021-04-06 11:04:03 +02:00
Rene Ladan
88a97c4742 Tools/scripts/tindex: update for git
Reviewed by:	uqs
Differential Revision:	https://reviews.freebsd.org/D29451
2021-04-06 11:01:21 +02:00
Rene Ladan
5952f85233 Add vuln-flat.xml to the ignore list and remove the one committed by accident 2021-04-06 10:49:52 +02:00
Rene Ladan
1227b53ed1 www/chromium: update to 89.0.4389.114
Submitted by:	Matthias Wolf via github
Security:	https://www.vuxml.org/freebsd/bddadaa4-9227-11eb-99c5-e09467587c17.html
2021-04-06 10:46:52 +02:00
Rene Ladan
a8416100c4 Document new vulnerabilities in www/chromium < 89.0.4389.114
Obtained from:  https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop_30.html
2021-04-06 10:46:51 +02:00
Tobias C. Berner
8072578a04 misc/hwdata: update to 0.346 2021-04-06 10:40:52 +02:00
Guido Falsi
23ca3be3a9 Update mousepad to 0.5.4 2021-04-06 10:37:12 +02:00
Jan Beich
848355ff18 graphics/mesa-devel: update to 21.0.b.4158
Changes:	ba8ddc0c68...00fc85a011
2021-04-06 08:11:44 +00:00
Jan Beich
1e8c41d070 emulators/citra: update to s20210403
Changes:	8e3c7674d...b3cab3c45
2021-04-06 08:11:44 +00:00
Jan Beich
a67b6931f1 emulators/yuzu: update to s20210404
Changes:	fb7dcbf7a...7feb490f8
2021-04-06 08:11:44 +00:00