1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

596167 Commits

Author SHA1 Message Date
Jochen Neumeister
7120a0670f Mk/bsd.sites.mk: remove mirror pages that no longer exist
Sponsored by:	Netzkommune GmbH
2022-09-22 14:26:41 +02:00
Nuno Teixeira
145eaa96fc graphics/heimer: Use upstream patch for qt6 issue
- Use upstream patch for previous commit ea46396
 - Bump PORTREVISION
2022-09-22 13:09:33 +01:00
Piotr Kubaj
1d6f113006 finance/kmymoney: fix build on powerpc
ld: error: undefined symbol: __multi3
>>> referenced by mymoneyforecast.cpp
>>>               kmymoney/mymoney/CMakeFiles/kmm_mymoney.dir/mymoneyforecast.cpp.o:(MyMoneyForecastPrivate::calculateAccountTrendList())
>>> did you mean: __muldi3
>>> defined in: /usr/lib/libgcc_s.so
2022-09-22 10:14:00 +00:00
Piotr Kubaj
62a1ed42b8 security/snort3: define TSC option everywhere to add it to PLIST_SUB 2022-09-22 10:13:58 +00:00
Piotr Kubaj
cd7257aa17 lang/racket: fix build on powerpc 2022-09-22 10:13:56 +00:00
Piotr Kubaj
191077a3c2 devel/pecl-eio: fix build on big-endian architectures
In file included from /wrkdirs/usr/ports/devel/pecl-eio/work-php74/eio-2.0.4/php7/php_eio.c:70:
In file included from ./libeio/eio.c:45:
./libeio/ecb.h:460:44: warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
  ecb_inline void ecb_unreachable (void) { }
                                           ^
./libeio/ecb.h:481:3: error: use of undeclared identifier 'retrurn'
  retrurn 0x11;
2022-09-22 10:13:54 +00:00
Piotr Kubaj
11b39f5636 lang/ruby*: switch ruby ports to clang on powerpc with the same workaround that arm uses 2022-09-22 10:13:51 +00:00
Piotr Kubaj
ccfb35841e devel/llvm-devel: fix plist on powerpc 2022-09-22 10:13:48 +00:00
Piotr Kubaj
1f5598e6ae math/flexfloat: remove not necessary anymore CFLAGS_powerpc 2022-09-22 10:13:45 +00:00
Piotr Kubaj
127f833847 irc/irssi-xmpp: add -fPIC on all architectures
Fixes build at least on armv7 and powerpc.
2022-09-22 10:13:43 +00:00
Piotr Kubaj
a534aad1ce cad/libredwg: fix build on powerpc64*
Use newer LLVM with sanitizer libraries:
ld: error: cannot open /usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-powerpc64le.a: No such file or directory
2022-09-22 10:13:41 +00:00
Piotr Kubaj
e83f040ee8 lang/ficl: enable on powerpc and powerpc64 2022-09-22 10:13:40 +00:00
Piotr Kubaj
27cb6d67b3 net/beanstalkd: fix build on 32-bits by specifying correct format specifier
net.c:162:21: error: format specifies type 'long' but the argument has type 'unsigned int' [-Werror,-Wformat]
              path, strlen(path), maxlen);
                    ^~~~~~~~~~~~
net.c:162:35: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
              path, strlen(path), maxlen);
                                  ^~~~~~
2022-09-22 10:13:38 +00:00
Jochen Neumeister
0f708f63d0 www/nginx-full: Add 3rd party module
Sponsored by:	Netzkommune GmbH
2022-09-22 12:08:36 +02:00
Tomoaki AOKI
9da64f4913 www/chromium: fix build on 14-CURRENT until llvm14 has wasi support.
PR:		266492
2022-09-22 10:46:30 +02:00
Jimmy Olgeni
62ed16afb4 devel/py-twilio: update to version 7.14.1 2022-09-22 10:31:51 +02:00
Yasuhiro Kimura
08f2c3c809 databases/redis: Update to 7.0.5
ChangeLog:	https://github.com/redis/redis/releases/tag/7.0.5
MFH:		2022Q3
Security:	f1f637d1-39eb-11ed-ab44-080027f5fec9
2022-09-22 16:33:01 +09:00
Yasuhiro Kimura
3c58a32b35 security/vuxml: Document potential remote code execution vulnerability in redis 2022-09-22 16:32:04 +09:00
Yasuhiro Kimura
c2f7a97ce7 mail/snappymail: Update to 2.18.1
ChangeLog:	https://github.com/the-djmaze/snappymail/releases/tag/v2.18.1
2022-09-22 16:31:14 +09:00
Emanuel Haupt
c287becc0f security/git-credential-gopass: Update to 1.14.7 2022-09-22 08:44:15 +02:00
Matthias Andree
b4c7a5e498 graphics/darktable40: bugfix update to 4.0.1
Changelog:
https://github.com/darktable-org/darktable/releases/tag/release-4.0.1
2022-09-22 08:05:02 +02:00
Matthias Andree
80d2d91271 security/putty: add Git patch to fix X11 inclusion
Pull in a fix from upstream's Git to avoid pulling in X11 headers
in no-GTK builds, so we can remove one more local workaround.
2022-09-22 08:04:28 +02:00
Neel Chauhan
2c5a03c458 devel/baobab: Update to 43.0 2022-09-21 20:30:07 -07:00
Samir Noir
73cebd8379 sysutils/chezmoi: Update to 2.23.0
Changelog:	https://github.com/twpayne/chezmoi/releases/tag/v2.23.0

PR:		266539
2022-09-21 22:39:55 -04:00
Alessandro Sagratini
83c45b4856 devel/py-hvac: Update to 1.0.2
Changelog:	https://github.com/hvac/hvac/releases/tag/v1.0.2

PR:		266537
2022-09-21 22:39:34 -04:00
Samir Noir
ef4ad00eaf textproc/py-mkdocs-redirects: Update to 1.2.0
Changelog:	https://github.com/mkdocs/mkdocs-redirects/releases/tag/v1.2.0

PR:		266540
2022-09-21 22:38:57 -04:00
Joseph Mingrone
2119296169
audio/spotify-player: Move CARGO_CRATES list to Makefile.crates
Mk/Uses/cargo.mk looks for Makefile.crates in MASTERDIR, so move the
list of CARGO_CRATES there to have a smaller and cleaner Makefile
and to make updates easier with

             make cargo-crates > Makefile.crates.

Reported by:	eduardo
Approved by:	jfree (maintainer)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D36662
2022-09-21 21:04:20 -03:00
Adam Weinberger
1e9566c8f3 www/caddy: Update to 2.6.1 2022-09-21 17:53:45 -06:00
Nuno Teixeira
ea463968d0 graphics/heimer: Update to 3.6.1
Add workaround patch to prevent building with qt6 on machines with
 qt5 and/or qt6 installed. qt6 is still experimental and not used
 on this port (yet).
 https://github.com/juzzlin/Heimer/pull/223

ChangeLog:	https://github.com/juzzlin/Heimer/blob/master/CHANGELOG
2022-09-22 00:36:53 +01:00
Alexandre C. Guimarães
2678de0023
x11-themes/Kvantum: Update to 1.0.5 2022-09-21 20:07:50 -03:00
Jessica Clarke
5549bc63f6 sysutils/u-boot-sifive-fu740: Add upstream DTS patch for DA9063 RTC support
This allows the DA9063 RTC driver to probe and attach (and exposes other
MFD children too, but we don't have drivers for them). It also includes
a couple of miscellaneous improvements synced from the Linux DTS,
fixing the compatible string for the on-board QSPI flash and adding the
card detect GPIO for the QSPI SD card.

Reviewed by:	manu
Approved by:	manu (uboot, ports)
Differential Revision:	https://reviews.freebsd.org/D36556
2022-09-21 23:12:47 +01:00
Jan Beich
ac931e08b4 graphics/mesa-devel: update to 22.2.b.2620
Changes:	bf8c08a0df...79208d8bf3
2022-09-21 22:05:40 +00:00
Jan Beich
fdbab6ff9b x11-toolkits/wlroots-devel: update to 0.15.0.416
Changes:	0556aa0c5...68c8cef38
2022-09-21 22:05:40 +00:00
Jan Beich
b1bc548aca emulators/rpcs3: update to 0.0.24.14175
Changes:	3dc7b64fa1...238298f695
2022-09-21 22:05:40 +00:00
Jan Beich
46185936c8 devel/vc-intrinsics: update to 0.7.0
Changes:	https://github.com/intel/vc-intrinsics/releases/tag/v0.7.0
Reported by:	GitHub (watch releases)
2022-09-21 22:05:40 +00:00
Cy Schubert
4f95a792a3 net/freebsd-telnetd: Update to 14.0p2
This update fixes a crash due to access to an uninitialized SLC table.

Upstream obtained from:	NetBSD
MFH:			2022Q3
2022-09-21 14:51:00 -07:00
Cy Schubert
fa27a8c7cf net/freebsd-telnetd: Update to 14.0p1
This incorporates the fix for CVE-2020-10188.

Ustream obtained from:	NetBSD.
MFH:		2022Q3
2022-09-21 14:41:48 -07:00
Brooks Davis
91c455fae1 devel/llvm-devel: update to a new version 2022-09-21 21:03:02 +00:00
Brooks Davis
70ba510bcb devel/llvm-devel: enable COMPILER_RT on aarch64 2022-09-21 21:03:01 +00:00
Gleb Smirnoff
862f4564bd x11-clocks/xdaliclock-classic: hint for portscout 2022-09-21 14:01:38 -07:00
Jake Freeland
db8cdd73dc
audio/spotify-player: [New port] Terminal music player
https://github.com/aome510/spotify-player

Reviewed by:	jrm
Differential Revision:	https://reviews.freebsd.org/D36645
2022-09-21 17:29:48 -03:00
Dimitry Andric
8c69fc20e6 lang/perl5*: alternative workaround for lld 15 and dtrace enabled
Modify the workaround committed in 4ae8ff941b by only adding
-Wl,--allow-multiple-definition to the two link command lines that
require it, instead of adding it to hints/freebsd.sh

Otherwise, that linker flag is emitted into perl's global configuration
(/usr/local/lib/perl5/5.xx/mach/Config_heavy.pl), and might be used by
other ports which link in libperl, such as www/mod_perl2, which cannot
correctly handle any unexpected linker flags, leading to errors.

PR:		265516
Reported by:	lev
Approved by:	maintainer timeout (1 month)
Fixes:		4ae8ff941b
MFH:		2022Q3
2022-09-21 22:26:53 +02:00
Nuno Teixeira
8db22477ca security/uacme: Adopt/Update to upstream/1.7.3
ChangeLog:	https://github.com/ndilieto/uacme/blob/master/ChangeLog
2022-09-21 20:17:43 +01:00
Nuno Teixeira
f20d83ac45 devel/argparse: Adopt/Update to 2.8
- Add TEST option

ChangeLog:	https://github.com/p-ranav/argparse/releases/tag/v2.8
2022-09-21 20:17:42 +01:00
Jan Beich
aacf18a3e3 multimedia/aom: update to 3.5.0
Changes:	https://aomedia.googlesource.com/aom/+log/v3.4.0..v3.5.0
2022-09-21 18:43:22 +00:00
Emanuel Haupt
5d22df2faa audio/fasttracker2: Update to 1.58 2022-09-21 19:57:42 +02:00
Jochen Neumeister
80960920ee www/nginx-*: Fix backwards warning
PORTREVISON was set directly with 1. Before that the line did not exist. This leads to a "Ports with version numbers going backwards" warning.
PORTREVISION now set one higher than the master port NGINX.

Discussed with:	tcberner
Sponsored by:	Netzkommune GmbH
2022-09-21 19:40:41 +02:00
Joe Marcus Clarke
cf0ff8e3b4 net-mgmt/mac-telnet: Don't use chown pre-install 2022-09-21 13:12:31 -04:00
Goran Mekić
533b717e53 databases/py-ormar: Bump pydantic version in RUN_DEPENDS
- Fix fallout by bumping pydantic version in RUN_DEPENDS
 - Bump PORTREVISION

PR:		266533
2022-09-21 17:59:42 +01:00
Jan Beich
eb0c3b8bdd graphics/vulkan-extension-layer: update to 1.3.228
Changes:	https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.3.225...v1.3.228
Reported by:	portscout
2022-09-21 16:52:59 +00:00