UPDATE: Nextcloud-24.0.4

2022-08-16 Thread Gonzalo L. Rodriguez
Hello, Update for Nextcloud to 24.0.4: https://nextcloud.com/changelog/#latest24 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/www/nextcloud/24/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Ma

UPDATE: Nextcloud-23.0.8

2022-08-16 Thread Gonzalo L. Rodriguez
Hello, Update for Nextcloud to 23.0.8: https://nextcloud.com/changelog/#latest23 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/www/nextcloud/23/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile ---

Re: sparc64 bulk build report

2022-08-16 Thread Martin Reindl
Am 15.08.22 um 17:12 schrieb Stuart Henderson: > On 2022/08/15 11:06, Kurt Mosiejczuk wrote: >> On Fri, Aug 12, 2022 at 10:21:18AM +0100, Stuart Henderson wrote: >>> I think that wants "COMPILER_LANGS= c" as well >> >> Nope. It uses C++ as well. ok kmos for Martin's version. It fixed the build >> f

Re: Update from Maintainer: games/mvdsv 0.34 -> 0.35

2022-08-16 Thread Nam Nguyen
Tom Murphy writes: > Hi, > > Here is a diff to update games/mvdsv from 0.34 to 0.35. > A few notable changes: > > * meson build dropped -- only uses cmake > * devel/pcre no longer used -- dropped in favor of wraps wraps was part of meson and not cmake. Since it has moved to cmake, it now

math/pspp: Update to 1.6.2

2022-08-16 Thread wen heping
Hi, Here is a patch for math/pspp : i) Update to 1.6.2 ii) Update DEPENDS It build well on amd64-current system, 4 tests failed in all 1500 tests. Cheers ! wenIndex: Makefile === RCS file: /cvs/ports/math/pspp/Makefil

lang/jruby 9.3.7.0

2022-08-16 Thread Jeremy Evans
This updates to the latest version of JRuby. Release announcement at https://www.jruby.org/2022/08/16/jruby-9-3-7-0.html Tested on amd64, the only supported arch. Will be committing in a couple days unless I hear objections. Thanks, Jeremy Index: Makefile ===

Re: Update py-qt5 and friends

2022-08-16 Thread Stuart Henderson
On 2022/08/16 22:28, Landry Breuil wrote: > Le Tue, Aug 16, 2022 at 09:53:01PM +0200, Landry Breuil a écrit : > > Le Tue, Aug 16, 2022 at 05:16:58PM +0100, Stuart Henderson a écrit : > > > I hit this on a test build I'm doing on i386. It has updated py-setuptools > > > but I don't think that will a

Re: update graphics/imv to 4.3.1 (+dep)

2022-08-16 Thread Omar Polo
Now with the tarball for real On 2022/08/16 23:17:50 +0200, Omar Polo wrote: > frindly ping + attaching the new dependency that i forgot last time > (sorry!) > > On 2022/08/06 10:44:37 +0200, Omar Polo wrote: > > hello, > > > > The major issue for this update is that upstream started to use >

Re: update graphics/imv to 4.3.1 (+dep)

2022-08-16 Thread Omar Polo
frindly ping + attaching the new dependency that i forgot last time (sorry!) On 2022/08/06 10:44:37 +0200, Omar Polo wrote: > hello, > > The major issue for this update is that upstream started to use > wordexp(3) and some workaround are needed. (The added patches are > pending upstream.) > >

update net/bwm-ng to 0.6.3

2022-08-16 Thread Omar Polo
first time playing with bwm-ng, but as far as i can tell the update seems to be working fine. The changelog mention mostly minor bugfixes and minor tweaks. https://www.gropp.org/bwm-ng/changelog patch-src_help_c is not needed anymore. The tarball now doesn't contain a configure script,

Re: Update py-qt5 and friends

2022-08-16 Thread Landry Breuil
Le Tue, Aug 16, 2022 at 09:53:01PM +0200, Landry Breuil a écrit : > Le Tue, Aug 16, 2022 at 05:16:58PM +0100, Stuart Henderson a écrit : > > I hit this on a test build I'm doing on i386. It has updated py-setuptools > > but I don't think that will affect this (I can run a clean one to make sure > >

Re: Update py-qt5 and friends

2022-08-16 Thread Landry Breuil
Le Tue, Aug 16, 2022 at 05:16:58PM +0100, Stuart Henderson a écrit : > I hit this on a test build I'm doing on i386. It has updated py-setuptools > but I don't think that will affect this (I can run a clean one to make sure > when the machines are free) > > Errors are like this: > > ld: error: /u

Re: ipython update; new ports needed

2022-08-16 Thread Bjorn Ketelaars
On Tue 16/08/2022 14:45, Stuart Henderson wrote: > I'm trying to prepare the tree to update setuptools. > > Doing a test bulk build with 64.0.3 I found that it breaks ipython > packaging. Here's an update to 8.4.0 which fixes that. It needs a few > ports adding (tgz attached, I've put them all in

UPDATE archivers/lz4-1.9.4

2022-08-16 Thread Bjorn Ketelaars
LZ4 1.9.4 is a maintenance release, featuring minor fixes and improvements. The stable portion of liblz4 API is unmodified, making this release a drop-in replacement for existing features. Changelog can be found at https://github.com/lz4/lz4/releases/tag/v1.9.4. Minor of liblz4 has been bumped as

Re: UPDATE mail/notmuch-0.36

2022-08-16 Thread Bjorn Ketelaars
On Wed 03/08/2022 18:58, Bjorn Ketelaars wrote: > Diff below updates notmuch to 0.36. Changes: > https://notmuchmail.org/news/release-0.36/ > > 'make test' passes all but 2 tests. These test are known to fail. Run > tested on amd64. > > OK? Ping Diff enclosed again. Index: Makefile.inc ==

Re: Update py-qt5 and friends

2022-08-16 Thread Stuart Henderson
I hit this on a test build I'm doing on i386. It has updated py-setuptools but I don't think that will affect this (I can run a clean one to make sure when the machines are free) Errors are like this: ld: error: /usr/local/lib/libqscintilla2_qt5.so.1.0: undefined reference to Scintilla::RunStyle

Re: ipython update; new ports needed

2022-08-16 Thread Stuart Henderson
Here's the missing attachment On 2022/08/16 14:45, Stuart Henderson wrote: > I'm trying to prepare the tree to update setuptools. > > Doing a test bulk build with 64.0.3 I found that it breaks ipython > packaging. Here's an update to 8.4.0 which fixes that. It needs a few > ports adding (tgz att

[maintainer update] remind 4.0.2 -> 4.0.3

2022-08-16 Thread Martin Ziemer
This patch updates remind from 4.0.2 to 4.0.3. Tested on two amd64 systems. Index: Makefile === RCS file: /cvs/ports/misc/remind/Makefile,v retrieving revision 1.59 diff -u -p -u -p -r1.59 Makefile --- Makefile3 Aug 2022 16:50:18

ipython update; new ports needed

2022-08-16 Thread Stuart Henderson
I'm trying to prepare the tree to update setuptools. Doing a test bulk build with 64.0.3 I found that it breaks ipython packaging. Here's an update to 8.4.0 which fixes that. It needs a few ports adding (tgz attached, I've put them all in devel which seems the most appropriate place - stack_data i

math/spread-sheet-widget: Update to 0.8

2022-08-16 Thread wen heping
Hi, Here is a patch for math/spread-sheet-widget to update to 0.8, it is required by the update of pspp. Cheers ! wenIndex: Makefile === RCS file: /cvs/ports/math/spread-sheet-widget/Makefile,v retrieving revision 1.6 diff -u -p