Commit Graph

609208 Commits

Author SHA1 Message Date
Greg Lewis
fd7028d749 java/openjdk19: Fix the build on aarch64
* Apply a similar patch as was applied to java/openjdk17
2023-02-11 11:08:28 -08:00
Piotr Kubaj
38f20cd9d1 games/sdlpop: update to 1.23 2023-02-11 19:39:41 +01:00
Hiroo Ono
9c7fb31603 devel/mongo-c-driver: update to 1.23.2
ChangeLog: https://github.com/mongodb/mongo-c-driver/releases/tag/1.23.2

PR:		269301
Reported by:	ports@bsdserwis.com
Reviewed by:	hiroo.ono+freebsd@gmail.com
2023-02-11 19:11:53 +01:00
Piotr Kubaj
64e421577f games/fs2open: update to 23.0.0 2023-02-11 18:53:29 +01:00
Alex Kozlov
66b9261790 x11/xloadimage: Fix build with LLVM15 2023-02-11 17:27:18 +00:00
Hiroo Ono
d0a830c779 net/onedrive: remove now unneeded patch
PR:		269451
Reported by:	hiroo.ono+freebsd@gmail.com (maintainer)
2023-02-11 18:16:23 +01:00
Hajimu UMEMOTO
3235838cea shells/tcsh_nls: Remove port which is not required anymore for a long time. 2023-02-12 02:17:10 +09:00
Yuri Victorovich
a5013a29b3 games/iqpuzzle: Update 1.2.8 → 1.2.9
Reported by:	portscout
2023-02-11 08:51:34 -08:00
Yuri Victorovich
eee00aae16 devel/gitoxide: Correct PORTSCOUT tag 2023-02-11 08:51:33 -08:00
Cy Schubert
6b4b52c843 sysutils/nut*: Add missing SUB_LIST
a4cc1509a9 failed to add NUT_GROUP to SUB_LIST. This fixes the error.

PR:		269497
Submitted by:	dvl
Reported by:	dvl
Fixes:		a4cc1509a9
2023-02-11 08:15:46 -08:00
Lorenzo Salvadore
1f0293841d math/armadillo: Update to 11.4.4 2023-02-11 17:09:52 +01:00
Jan Beich
9b81c04be8 science/massxpert: drop unused libpthread-stubs
PR:		269468
Approved by:	salvadore (maintainer)
2023-02-11 16:41:00 +01:00
Cy Schubert
91bb18500a x11/xforward: Fix build with LLVM15 and other fixes
In addition to fixing the build with LLVM15, a number of packages xforward
depends on no longer provide static libraries, making building the static
version impossible. Therefore this revision also reverts f6d424b240
(SVN r414578 in May 2016) which added a static build option.
2023-02-11 06:32:18 -08:00
Cy Schubert
57a30ab234 net/tcpview: Fix build with LLVM15 2023-02-11 05:54:07 -08:00
Maksym Sobolyev
8bfca3e68c emulators/qemu: Fix missing LIB_DEPENDS
Add net/libslirp into LIB_DEPENDS, now required for making user
networking functional.

In qemu 7.2 release the slirp code has been moved out of the source
package and is enabled/disabled at the build time based on the
availability of the libslirp shared library. As such, it needs to be
added into LIB_DEPENDS to make this feature available in the quemu
package.

See
https://wiki.qemu.org/ChangeLog/7.2#Removal_of_the_.22slirp.22_submodule_.28affects_.22-netdev_user.22.29
for a reference.

PR:		269475
Reported by:	sobomax
2023-02-11 07:39:24 -06:00
Guido Falsi
8677a1eef4 www/midori: Workaround build issue with llvm 15
New defaults in llvm cause midori to fail to build.

Due to it being coded using the vala language, it is not easy to
fix this specific iussue, so work around it by adding a compiler
flag to disable the warning causing the failure.

Reported by:	pkg-fallout
2023-02-11 14:30:00 +01:00
Guido Falsi
1ef8e1d1b4 deskutils/xfce4-notifyd: Update to 0.8.0 2023-02-11 14:25:53 +01:00
Guido Falsi
dba63e2d81 sysutils/xfce4-settings: Update to 4.18.2 2023-02-11 14:25:21 +01:00
Guido Falsi
14fcfdd777 devel/php-composer2: Update to 2.5.3
PR:		269478
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2023-02-11 14:22:23 +01:00
Muhammad Moinur Rahman
5d3023c9a2 net-mgmt/xymon-server: Fix BUILD with LDAP option
- While converting USE_LDAP=yes to USES=ldap this port was missed. Fix
  this.
- Utilize OPTIONS framework

PR:		269486
Reported by:	dinoex
Approved by:	portmgr (just-fix-it)
Fixes: 6e1233b Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
2023-02-11 06:43:52 -06:00
Muhammad Moinur Rahman
9bce8280df mail/spamass-milter: Fix build
- While converting USE_LDAP=yes to USES=ldap this port was missed. Fix
  this.
- Utilize OPTIONS framework
- Utilize USES=localbase
- Refactor conditional PORTDOCS as by function this is conditional

PR:		269485
Reported by:	dinoex
Approved by:	portmgr (just-fix-it)
Fixes:  6e1233b Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
2023-02-11 06:32:43 -06:00
Piotr Kubaj
958b3c8a6f sysutils/uutils: Cross-platform Rust rewrite of the GNU coreutils 2023-02-11 13:31:47 +01:00
Piotr Kubaj
a1493d244f www/lighttpd: remove USES=libtool
Reported by:	dizzy@
2023-02-11 13:31:47 +01:00
Alexey Dokuchaev
6d2a9d6eff devel/edi: add an option to build the port against libclang
This enables code autocompletion and inline error reporting.
Allow to override LLVM_DEFAULT: contemporary LLVM versions
are quite demanding on machine resources and take long time
to build.  Those who build their own packages can mitigate
this by setting LLVM_VERSION to some lower, saner value e.g.
11, then enabling the option would be less costly.
2023-02-11 12:16:04 +00:00
Jan Beich
3968779d8b emulators/xsystem35: unbreak build with clang 15
nDEMO.c:22:6: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'int *'; dereference with * [-Wint-conversion]
        int p1 = getCaliVariable();
            ^    ~~~~~~~~~~~~~~~~~
                 *
nDEMO.c:28:6: error: incompatible pointer to integer conversion initializing 'int' with an expression of type 'int *'; dereference with * [-Wint-conversion]
        int p1 = getCaliVariable();
            ^    ~~~~~~~~~~~~~~~~~
                 *
nt_msg.c:189:9: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
                char *b = sjis2euc(msg);
                      ^   ~~~~~~~~~~~~~
nt_msg.c:261:10: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
                        char *b = sjis2euc(mbuf);
                              ^   ~~~~~~~~~~~~~~
sactcg.c:211:9: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
                char *b = sjis2euc(cText);
                      ^   ~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2023-02-11 12:09:33 +00:00
Dima Panov
6ef36e437b lang/php80: unbreak build after 6e1233be22 (Convert USE_LDAP to USES=ldap)
Approved by:	portmgr blanket
2023-02-11 14:58:59 +03:00
Matthias Andree
2aad3c6cfb devel/libspice-server: Re-add autoconf-archive BUILD_DEPENDS
to fix
configure.ac:54: error: Missing AX_CXX_COMPILE_STDCXX_11, install autoconf-archive

Related to:
PR:		268819

Approved by:	portmgr@ (blanket just-fix-it for _DEPENDS)
2023-02-11 12:24:38 +01:00
Hajimu UMEMOTO
c7cc2eec7c mail/cyrus-imapd36: fix build on recent 14-CURRENT. 2023-02-11 18:39:01 +09:00
Jan Beich
3469e9f2c8 multimedia/ab-av1: update to 0.7.2
Changes:	https://github.com/alexheretic/ab-av1/releases/tag/v0.7.2
Reported by:	GitHub (watch releases)
2023-02-11 08:46:46 +00:00
Jan Beich
17f6d799d7 multimedia/libvpx: update 1.13.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by:	portscout
2023-02-11 08:46:45 +00:00
Yasuhiro Kimura
cb188cbfd4 databases/db18: Fix build with LLVM15
MFH:		2023Q1
2023-02-11 17:42:26 +09:00
Jan Beich
1566fe1dab cad/openvsp: drop unused libpthread-stubs
PR:		269464
Reported by:	jbeich@FreeBSD.org
2023-02-11 09:20:27 +01:00
Emanuel Haupt
4ce3a08dde finance/electrum: Update to 4.3.4 2023-02-11 08:28:24 +01:00
Hiroki Sato
f0ea8743f2 dns/dnsperf: Update to 2.11.0 2023-02-11 15:58:39 +09:00
Romain Tartière
7e87b3fbc7 www/py-puppetboard: Update to 4.2.6
ChangeLog:
https://github.com/voxpupuli/puppetboard/blob/master/CHANGELOG.md#426

With hat:	puppet
2023-02-10 20:54:58 -10:00
Romain Tartière
b2494073e5 databases/puppetdb7: Update to 7.12.1
Release notes:
https://www.puppet.com/docs/puppetdb/7/release_notes.html#puppetdb-7121

With hat:	puppet
2023-02-10 20:54:57 -10:00
Romain Tartière
1743d428bf sysutils/rubygem-puppetserver-ca: Update to 2.4.0
With hat:	puppet
2023-02-10 20:54:55 -10:00
Romain Tartière
9e93680018 sysutils/puppetserver7: Update to 7.9.5
Release notes:
https://www.puppet.com/docs/puppet/7/server/release_notes.html#puppet-server-795

With hat:	puppet
2023-02-10 20:54:54 -10:00
Romain Tartière
7176b8010f sysutils/puppet7: Update to 7.23.0
Release notes:
https://www.puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet_x-7-23-0

With hat:	puppet
2023-02-10 20:54:48 -10:00
Hiroki Sato
72478310d3 x11-drivers/xf86-video-qxl: Resurrect xf86-video-qxl, driver for QXL GPU 2023-02-11 12:57:57 +09:00
Hiroki Sato
cf16b1c906 devel/libspice-server: Remove "openssl" in spice-server.pc
- The "openssl" package listed in spice-server.pc prevented the
  library checking in the downstream software from working because
  OpenSSL in the base system does not use pkgconfig.

- Eliminate dependency on the old autoconf-archive.

Approved by:	maintainer timeout (1 month)
PR:		268819
2023-02-11 12:46:24 +09:00
Yasuhiro Kimura
029a033e8d mail/snappymail: Update to 2.26.0
ChangeLog:	https://github.com/the-djmaze/snappymail/releases/tag/v2.26.0
MFH:		2023Q1
2023-02-11 14:59:02 +09:00
Yasuhiro Kimura
fc1c752e8b lang/ruby31: Add upstream patch to fix bug of mkmf library
There is bug in mkmf library of Ruby 3.1 that it fails to detect
pkg-config command if it isn't installed in environment that Ruby is
built, and it causes build error of some ports when default version of
Ruby is 3.1. So add upstream patch to fix it.

Reference:	https://bugs.ruby-lang.org/issues/19189
PR:		269197
Approved by:	maintainer timeout
MFH:		2023Q1
2023-02-11 14:59:02 +09:00
Hiroki Sato
e83df13905 security/opencryptoki: Update to 3.19.0 2023-02-11 14:34:26 +09:00
Cy Schubert
5550e3d490 net/44bsd-rdist: Fix build with LLVM15 2023-02-10 20:05:56 -08:00
Cy Schubert
44f86b3060 seecurity/cops: Fix build with LLVM15 2023-02-10 20:05:55 -08:00
Mikhail Teterin
a162c35141 www/tclhttpd: deal with the new clang's hatred for K&R 2023-02-10 21:51:58 -05:00
Lorenzo Salvadore
88dba00f7c lang/gcc11-devel: Update to 11.3.1.s20230210 2023-02-11 02:39:14 +01:00
Piotr Kubaj
b64d2f1e5a www/lighttpd: switch to cmake 2023-02-11 01:48:24 +01:00
Piotr Kubaj
86e132bd05 www/lighttpd: update to 1.4.69
Changelog:	https://www.lighttpd.net/2023/2/10/1.4.69/
2023-02-11 01:46:34 +01:00