CVS: cvs.openbsd.org: ports

2023-04-02 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/04/02 23:41:31

Modified files:
editors/libreoffice: Makefile distinfo 
editors/libreoffice/patches: 
 patch-basic_source_classes_sbxmod_cxx 
 patch-configure 
editors/libreoffice/pkg: PLIST-main 

Log message:
update to 7.5.2.2



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/04/02 21:10:28

Modified files:
audio/faudio   : Makefile distinfo 
games/fna  : Makefile distinfo 
graphics/fna3d : Makefile distinfo 
Removed files:
graphics/fna3d/patches: patch-MojoShader_mojoshader_internal_h 

Log message:
update FNA ports to 23.04; tested with Rogue Legacy and Blossom Tales II 
without issues



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2023/04/02 19:16:55

Modified files:
databases/p5-Rose-DB: Makefile distinfo 
databases/p5-Rose-DB/patches: 
  patch-lib_Rose_DB_Registry_Entry_pm 
  patch-lib_Rose_DB_pm 
databases/p5-Rose-DB/pkg: PLIST 

Log message:
update p5-Rose-DB to 0.778
from wen heping



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2023/04/02 18:12:32

Modified files:
devel/p5-Exporter-Tiny: Makefile distinfo 

Log message:
update p5-Exporter-Tiny to 1.006002



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/04/02 16:11:17

Modified files:
security/vault : Makefile distinfo 

Log message:
Update vault 1.13.0 -> 1.13.1
Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#1131



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/04/02 16:02:35

Modified files:
databases/pgbackrest: Makefile distinfo 

Log message:
Update pgbackrest 2.44 -> 2.45
Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.45



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/04/02 16:00:14

Modified files:
databases/patroni: Makefile distinfo 
databases/patroni/patches: patch-patroni_validator_py 

Log message:
Update patroni 3.0.1 -> 3.0.2
Changelog: 
https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-302



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/04/02 15:41:01

Modified files:
sysutils/ansible: Makefile distinfo 
sysutils/ansible/pkg: PLIST 

Log message:
Update ansible 7.3.0 -> 7.4.0
Changelog: 
https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst#v7-4-0



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/04/02 15:40:34

Modified files:
sysutils/ansible-core: Makefile distinfo 

Log message:
Update ansible-core 2.14.3 -> 2.14.4
Changelog: 
https://github.com/ansible/ansible/blob/stable-2.14/changelogs/CHANGELOG-v2.14.rst#v2-14-4



Re: [Maintainer Update] lang/erlang/erlang.port.mk

2023-04-02 Thread Volker Schlecht



it's missing a ${MODERL_DIST_SUBDIR} in between


So does your fix :-)


you've lost the .if here so...


+DISTFILES += ${MODERL_DISTFILES}
+.  endif


...this .endif is dangling :)


True, thanks ... WTF, How did that slip through?


I still had the previous patch locally so I'm reattaching it
integrated the first hunk (erlang21) that I was missing.  I'm also
re-attaching lang/lfe.  Both are ok op@ to be committed/imported :-)


There was one more change - in the meantime I figures out why the go 
MASTER_SITE was called "ATHENS", and I think we should rather call it "HEX".


I think I got it right this time... everything rebuilds, including lfe, 
and the distfiles are in their subdir.
Index: erlang.port.mk
===
RCS file: /cvs/ports/lang/erlang/erlang.port.mk,v
retrieving revision 1.32
diff -u -p -r1.32 erlang.port.mk
--- erlang.port.mk	15 Mar 2023 09:21:20 -	1.32
+++ erlang.port.mk	2 Apr 2023 19:29:07 -
@@ -19,12 +19,8 @@ FLAVORS +=		erlang25
 FLAVOR?=		# empty
 
 # When no flavor is explicitly set, assume MODERL_DEFAULT_VERSION
-.if ${FLAVOR:Merlang21}
-ERRORS +=		"Invalid FLAVOR set: ${FLAVOR}."
-.else
 MODERL_VERSION ?=	${MODERL_DEFAULT_VERSION}
 _MODERL_FLAVOR ?=	# empty
-.endif
 
 .if ${MODERL_VERSION} == 25
 _MODERL_FLAVOR =	erlang25
@@ -127,6 +123,34 @@ pre-build:
 	@perl -pi -e 'BEGIN{undef $$/;} s/{deps,.*?]}.//smg' ${WRKSRC}/rebar.config
 .  endif
 .endif
+
+# Add possibility to include additional build or test dependencies from 
+# https://hex.pm.
+MASTER_SITE_HEX =	https://repo.hex.pm/tarballs/
+
+MODERL_MASTER_SITEN =	9
+MASTER_SITES${MODERL_MASTER_SITEN} ?= ${MASTER_SITE_HEX}
+MODERL_DIST_SUBDIR ?=	hex_modules
+
+.  for _m _v in ${MODERL_MODULES}
+MODERL_DISTFILES += ${MODERL_DIST_SUBDIR}/{}${_m}-${_v}.tar:${MODERL_MASTER_SITEN}
+.  endfor
+
+.  if ! empty(MODERL_MODULES)
+.for _m _v in ${MODERL_MODULES}
+MODERL_SETUP_WORKSPACE += mkdir -p ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}; \
+		tar xf ${FULLDISTDIR}/${MODERL_DIST_SUBDIR}/${_m}-${_v}.tar -C ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}; \
+		mkdir -p ${WRKSRC}/_checkouts/${_m}; \
+		mkdir -p ${WRKSRC}/_build/default/lib; \
+		tar xzf ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}/contents.tar.gz -C ${WRKSRC}/_checkouts/${_m}; \
+		cp -r ${WRKSRC}/_checkouts/${_m} ${WRKSRC}/_build/default/lib/;
+.endfor
+MODERLANG_post-extract += ${MODERL_SETUP_WORKSPACE}
+.  endif
+
+.  if defined(MODERL_DISTFILES)
+DISTFILES += ${MODERL_DISTFILES}
+.  endif
 
 # Regression test handling:
 # If nothing is explicitly set, then MODERL_TEST=Yes and default


CVS: cvs.openbsd.org: ports

2023-04-02 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/04/02 13:22:09

Modified files:
fonts/font-awesome: Makefile distinfo 

Log message:
Update font-awesome to 6.4.0



Re: [Maintainer Update] lang/erlang/erlang.port.mk

2023-04-02 Thread Omar Polo
On 2023/03/31 19:52:41 +0200, Volker Schlecht  
wrote:
> * Remove explicit handling of erlang/21 which has been moved to the attic
> * Adds a MODERL_MODULES mechanism to fetch erlang/elixir libs from
> hex.pm like we do for go and rust. First consumer could be lang/lfe
> if accepted.
> 
> I'll look into adapting devel/rebar3 (from which most of the ideas were
> taken) if this gets accepted.
> 
> Copying op@ - I included his most recent suggestions before the 7.3
> lock.
>
> Index: erlang.port.mk
> [...]
> +.  if ! empty(MODERL_MODULES)
> +.for _m _v in ${MODERL_MODULES}
> +MODERL_SETUP_WORKSPACE += mkdir -p ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}; \
> + tar xf ${FULLDISTDIR}/${_m}-${_v}.tar -C 
> ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}; \
   ^^^

it's missing a ${MODERL_DIST_SUBDIR} in between

> + mkdir -p ${WRKSRC}/_checkouts/${_m}; \
> + mkdir -p ${WRKSRC}/_build/default/lib; \
> + tar xzf ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}/contents.tar.gz 
> -C ${WRKSRC}/_checkouts/${_m}; \
> + cp -r ${WRKSRC}/_checkouts/${_m} ${WRKSRC}/_build/default/lib/;
> +.endfor
> +MODERLANG_post-extract += ${MODERL_SETUP_WORKSPACE}
> +.  endif
> +

you've lost the .if here so...

> +DISTFILES += ${MODERL_DISTFILES}
> +.  endif

...this .endif is dangling :)


I still had the previous patch locally so I'm reattaching it
integrated the first hunk (erlang21) that I was missing.  I'm also
re-attaching lang/lfe.  Both are ok op@ to be committed/imported :-)

(I'd like for someone else with more experience with the
infrastructure to review the erlang.port.mk changes)

Thanks!

Index: erlang.port.mk
===
RCS file: /home/cvs/ports/lang/erlang/erlang.port.mk,v
retrieving revision 1.32
diff -u -p -r1.32 erlang.port.mk
--- erlang.port.mk  15 Mar 2023 09:21:20 -  1.32
+++ erlang.port.mk  15 Mar 2023 09:25:25 -
@@ -118,15 +118,39 @@ pre-configure:
 .if ${CONFIGURE_STYLE:L} == "rebar3"
 # Some modules bundle their own rebar escript, force them to use the system
 # rebar instead.
-# While here, remove the deps{} block from rebar.config, we cannot download
-# dependencies on the fly (blocked by systrace) and it obfuscates dependency
-# management from the ports Makefile.
 .  if ! target(pre-build)
 pre-build:
@cp -f ${REBAR_BIN} ${WRKSRC}/rebar3
-   @perl -pi -e 'BEGIN{undef $$/;} s/{deps,.*?]}.//smg' 
${WRKSRC}/rebar.config
 .  endif
 .endif
+
+# Add possibility to include additional build or test dependencies from 
+# https://hex.pm. Ripped from go.port.mk and devel/rebar3.
+MASTER_SITE_ATHENS =   https://repo.hex.pm/tarballs/
+
+MODERL_MASTER_SITEN =  9
+MASTER_SITES${MODERL_MASTER_SITEN} ?= ${MASTER_SITE_ATHENS}
+MODERL_DIST_SUBDIR ?=  hex_modules
+
+.  for _m _v in ${MODERL_MODULES}
+MODERL_DISTFILES += 
${MODERL_DIST_SUBDIR}/{}${_m}-${_v}.tar:${MODERL_MASTER_SITEN}
+.  endfor
+
+.  if ! empty(MODERL_MODULES)
+.for _m _v in ${MODERL_MODULES}
+MODERL_SETUP_WORKSPACE += mkdir -p ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}; \
+   tar xf ${FULLDISTDIR}/${_m}-${_v}.tar -C 
${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}; \
+   mkdir -p ${WRKSRC}/_checkouts/${_m}; \
+   mkdir -p ${WRKSRC}/_build/default/lib; \
+   tar xzf ${WRKDIR}/${MODERL_DIST_SUBDIR}/${_m}/contents.tar.gz 
-C ${WRKSRC}/_checkouts/${_m}; \
+   cp -r ${WRKSRC}/_checkouts/${_m} ${WRKSRC}/_build/default/lib/;
+.endfor
+MODERLANG_post-extract += ${MODERL_SETUP_WORKSPACE}
+.  endif
+
+.  if defined(MODERL_DISTFILES)
+DISTFILES += ${MODERL_DISTFILES}
+.  endif
 
 # Regression test handling:
 # If nothing is explicitly set, then MODERL_TEST=Yes and default




lfe.tar.gz
Description: GNU Zip compressed data


Re: [Maintainer Update] devel/difftastic 0.46.0

2023-04-02 Thread Omar Polo
On 2023/04/02 13:05:59 +0200, Volker Schlecht  
wrote:
> Update to devel/difftastic 0.46.0
> Adds support for Ada, and improves support for Bash, C, C++, C#,
> Clojure, CMake, Elixir, Go, Java, JavaScript, OCaml, Perl, QML
> and TypeScript.

Tested with some clojure files, works fine :)

Committed, thanks!



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/04/02 11:52:53

Modified files:
devel/difftastic: Makefile distinfo 

Log message:
update devel/difftastic to 0.46.0, from maintainer Volker Schlecht



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/04/02 11:46:12

Modified files:
devel/kf5  : kf5.port.mk 
devel/kf5/attica: distinfo 
devel/kf5/baloo: distinfo 
devel/kf5/baloo/pkg: PLIST 
devel/kf5/bluez-qt: distinfo 
devel/kf5/breeze-icons: distinfo 
devel/kf5/breeze-icons/pkg: PLIST 
devel/kf5/extra-cmake-modules: Makefile distinfo 
devel/kf5/frameworkintegration: distinfo 
devel/kf5/kactivities: distinfo 
devel/kf5/kactivities-stats: distinfo 
devel/kf5/kapidox: distinfo 
devel/kf5/karchive: distinfo 
devel/kf5/karchive/pkg: PLIST 
devel/kf5/kauth: distinfo 
devel/kf5/kbookmarks: distinfo 
devel/kf5/kcalendarcore: distinfo 
devel/kf5/kcmutils: distinfo 
devel/kf5/kcodecs: distinfo 
devel/kf5/kcompletion: distinfo 
devel/kf5/kconfig: distinfo 
devel/kf5/kconfigwidgets: distinfo 
devel/kf5/kcontacts: distinfo 
devel/kf5/kcoreaddons: distinfo 
devel/kf5/kcrash: distinfo 
devel/kf5/kdav : distinfo 
devel/kf5/kdbusaddons: distinfo 
devel/kf5/kdeclarative: distinfo 
devel/kf5/kded : distinfo 
devel/kf5/kdelibs4support: distinfo 
devel/kf5/kdesignerplugin: distinfo 
devel/kf5/kdesu: distinfo 
devel/kf5/kdewebkit: distinfo 
devel/kf5/kdnssd: distinfo 
devel/kf5/kdoctools: distinfo 
devel/kf5/kdoctools/pkg: PLIST 
devel/kf5/kemoticons: distinfo 
devel/kf5/kfilemetadata: distinfo 
devel/kf5/kglobalaccel: distinfo 
devel/kf5/kguiaddons: distinfo 
devel/kf5/kholidays: distinfo 
devel/kf5/khtml: distinfo 
devel/kf5/ki18n: distinfo 
devel/kf5/kiconthemes: distinfo 
devel/kf5/kidletime: distinfo 
devel/kf5/kimageformats: Makefile distinfo 
devel/kf5/kinit: distinfo 
devel/kf5/kio  : distinfo 
devel/kf5/kirigami2: distinfo 
devel/kf5/kitemmodels: distinfo 
devel/kf5/kitemviews: distinfo 
devel/kf5/kjobwidgets: distinfo 
devel/kf5/kjs  : distinfo 
devel/kf5/kjsembed: distinfo 
devel/kf5/kmediaplayer: distinfo 
devel/kf5/knewstuff: distinfo 
devel/kf5/knotifications: distinfo 
devel/kf5/knotifyconfig: distinfo 
devel/kf5/kpackage: distinfo 
devel/kf5/kparts: distinfo 
devel/kf5/kpeople: distinfo 
devel/kf5/kpeople/pkg: PLIST 
devel/kf5/kplotting: distinfo 
devel/kf5/kpty : distinfo 
devel/kf5/kquickcharts: distinfo 
devel/kf5/kross: distinfo 
devel/kf5/krunner: distinfo 
devel/kf5/kservice: Makefile distinfo 
devel/kf5/ktexteditor: distinfo 
devel/kf5/ktextwidgets: distinfo 
devel/kf5/kunitconversion: distinfo 
devel/kf5/kwallet: distinfo 
devel/kf5/kwayland: distinfo 
devel/kf5/kwidgetsaddons: distinfo 
devel/kf5/kwindowsystem: distinfo 
devel/kf5/kxmlgui: distinfo 
devel/kf5/kxmlrpcclient: distinfo 
devel/kf5/oxygen-icons: distinfo 
devel/kf5/plasma-framework: distinfo 
devel/kf5/prison: distinfo 
devel/kf5/purpose: distinfo 
devel/kf5/purpose/pkg: PLIST 
devel/kf5/qqc2-desktop-style: distinfo 
devel/kf5/solid: distinfo 
devel/kf5/sonnet: distinfo 
devel/kf5/syndication: distinfo 
devel/kf5/syntax-highlighting: distinfo 
devel/kf5/threadweaver: distinfo 

Log message:
Update KDE Frameworks 5.104.0

https://kde.org/announcements/frameworks/5/5.104.0/



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/04/02 11:21:12

Modified files:
net/tdesktop   : Makefile distinfo 

Log message:
udpate to tdesktop 4.7.1



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/04/02 11:21:08

Modified files:
net/tg_owt : Makefile distinfo 

Log message:
update to latest tg_owt



Re: [new] f3 - test real flash memory capacity - ok?

2023-04-02 Thread Omar Polo
On 2023/04/02 13:14:40 +0200, Alexander Klimov  wrote:
> 7.3 is approaching. Would be cool if this little one gets included.

It won't make in time for 7.3 anymore.  The port tree was already
locked for the release and re-opened, and we're now happily hacking on
7.3-current.  It could make 7.4 however! :-)


P.S.: when pinging on old threads it's often a good idea to re-attach
the diff/tarball so it's easier for folks to rieview/test it without
having to search in the archives.



mips64 bulk build report

2023-04-02 Thread visa
bulk build on octeon.ports.openbsd.org
started on  Sat Mar 25 16:54:49 UTC 2023
finished at Sun Apr 2 10:58:39 UTC 2023
lasted 08D18h03m
done with kern.version=OpenBSD 7.3 (GENERIC.MP) #1241: Sat Mar 25 02:49:58 MDT 
2023

built packages:9014
Mar 25:1727
Mar 26:1093
Mar 27:561
Mar 28:508
Mar 29:617
Mar 30:1392
Mar 31:841
Apr 1:1974
Apr 2:300


build failures: 74
http://build-failures.rhaalovely.net/mips64/2023-03-25/audio/audacity.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/audio/espeak.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/chinese/libpinyin.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/databases/postgresql-pllua.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/devel/clang-tools-extra.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/devel/py-thrift,python3.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/devel/py-unicorn,python3.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/devel/sdcc.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/emulators/openmsx.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/emulators/spike.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/games/astromenace.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/games/cataclysm-dda.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/games/goldberg_emulator.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/games/hyperrogue.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/games/unknown-horizons.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/games/wesnoth.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/games/witchblast.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/geo/gpstk.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/graphics/enblend-enfuse.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/graphics/openvdb.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/inputmethods/ibus.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/lang/STk.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/lang/gambit.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/lang/gforth.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/lang/librep.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/lang/pfe.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/lang/php/8.1.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/lang/php/8.2.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/mail/opensmtpd-filters/rspamd.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/math/gbc.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/math/lean.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/math/lrs.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/math/mlpack,-main.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/math/ntl.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/misc/remind.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/multimedia/assimp.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/net/eduvpn/vpn-daemon.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/net/gtk-gnutella.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/net/icinga/core2.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/net/minio/client.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/net/minio/server.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/net/powerdns_recursor.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/net/syncthing.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/net/utox.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/plan9/drawterm.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/security/botan2.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/security/step-cli.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/security/vault.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/shells/elvish.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/amazon-ecs-cli.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/beats/filebeat.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/beats/heartbeat.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/beats/metricbeat.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/beats/packetbeat.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/dep.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/direnv.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/gitlab-runner.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/kubectl.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/nix.log
http://build-failures.rhaalovely.net/mips64/2023-03-25/sysutils/nomad.log

Re: UPDATE: sysutils/vultr-cli-2.16.2

2023-04-02 Thread Daniel Jakots
On Sat, 1 Apr 2023 12:13:17 -0400, Adriano Barbosa
 wrote:

> Hi.
> Update for sysutils/vultr-cli-2.16.2

Committed, thanks!
 
> Changelog: https://github.com/vultr/vultr-cli/releases/tag/v2.16.2
> 
> 84d6067 Quote go version in github workflow config (#308)
> 75ad0c5 Release v2.16.2 #patch
> 
> Obrigado!
> --
> Adriano
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/sysutils/vultr-cli/Makefile,v
> retrieving revision 1.12
> diff -u -p -r1.12 Makefile
> --- Makefile  15 Mar 2023 01:39:40 -  1.12
> +++ Makefile  1 Apr 2023 15:22:26 -
> @@ -1,7 +1,7 @@
>  COMMENT =Vultr Command Line Interface
>  
>  MODGO_MODNAME =  github.com/vultr/vultr-cli/v2
> -MODGO_VERSION =  v2.15.1
> +MODGO_VERSION =  v2.16.2
>  
>  DISTNAME =   vultr-cli-${MODGO_VERSION}
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/sysutils/vultr-cli/distinfo,v
> retrieving revision 1.9
> diff -u -p -r1.9 distinfo
> --- distinfo  15 Mar 2023 01:39:40 -  1.9
> +++ distinfo  1 Apr 2023 15:22:27 -
> @@ -183,7 +183,6 @@ SHA256 (go_modules/github.com/googleapis
>  SHA256
> (go_modules/github.com/googleapis/google-cloud-go-testing/@v/v0.0.0-20200911160855-bcd43fbb19e8.zip)
> = r3CocsiwEH4vx7MqlWLhW+iFeTRU32Hcaq48d0OHyn0= SHA256
> (go_modules/github.com/hashicorp/consul/api/@v/v1.18.0.mod) =
> iAfUfb8USe4QD2HioQYxFvEAZcey1uLD6xTlJuTvSkg= SHA256
> (go_modules/github.com/hashicorp/consul/api/@v/v1.18.0.zip) =
> DcbPyoCivhZmPDnzd2kbSWglzQ347aduRR1HlSA/90M= -SHA256
> (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod) =
> Ow708ZiEPkyaaPdLRW2a4lxOtQmMPlJmWxkVMXbAgN8= SHA256
> (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.mod) =
> XwLShnLRvAyOofyVaZWCx1lUlbT4YGvVUVkc6+PaoBE= SHA256
> (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.zip) =
> 6fPc/LMxcrpJm0+OiIFpJS1/HgcgghghJKbiBTUj998= SHA256
> (go_modules/github.com/hashicorp/go-hclog/@v/v0.9.2.mod) =
> 5sRuDH9/ZWGfnwItcNL7suu8Tq60b0aZeEb+pDueR8w= @@ -191,8 +190,8 @@
> SHA256 (go_modules/github.com/hashicorp/ SHA256
> (go_modules/github.com/hashicorp/go-hclog/@v/v1.2.0.zip) =
> PfUDnFhgVlNHWO7LMWTHLDsQ5HODsvZp3iuzKbqnjXk= SHA256
> (go_modules/github.com/hashicorp/go-immutable-radix/@v/v1.3.1.mod) =
> FxqS33DrUZYp/sNWbDemfKZ9zaZph45SNXG3iIYXtIc= SHA256
> (go_modules/github.com/hashicorp/go-immutable-radix/@v/v1.3.1.zip) =
> R/PXm1cILV2z+WZUetTeKgBUTfs2J5D78s7xoWG03j8= -SHA256
> (go_modules/github.com/hashicorp/go-retryablehttp/@v/v0.7.1.mod) =
> UjzeAp4LRWnIhHDCozb3d6ZERLkm4XNagdX5aQ8grE4= -SHA256
> (go_modules/github.com/hashicorp/go-retryablehttp/@v/v0.7.1.zip) =
> Juheho4zbTMRBbkqLr64lcVSYi60rRFuu6HuwLNGAj0= +SHA256
> (go_modules/github.com/hashicorp/go-retryablehttp/@v/v0.7.2.mod) =
> xjZcmWZKgniQRqAjUTow55779TfaRFk9R52+j4EmIR4= +SHA256
> (go_modules/github.com/hashicorp/go-retryablehttp/@v/v0.7.2.zip) =
> sSjIdJAL5C6VLZ6a1eCjgODO0fnVBGW0EpAGvXTxsFs= SHA256
> (go_modules/github.com/hashicorp/go-rootcerts/@v/v1.0.2.mod) =
> NaHPdeJMsG8rYBPBb9+7E7dAqN0on8MyFLDAOymXZRM= SHA256
> (go_modules/github.com/hashicorp/go-rootcerts/@v/v1.0.2.zip) =
> hkpI5kLoeic/te9guzV1vXSnCQUQ+TFDFj+mcAvjGUg= SHA256
> (go_modules/github.com/hashicorp/golang-lru/@v/v0.5.0.mod) =
> 7MVj0/TOy1MabwKUAdRbpsHQQzDhBLxFNdhKUYckmrA= @@ -284,8 +283,8 @@
> SHA256 (go_modules/github.com/stretchr/t SHA256
> (go_modules/github.com/stretchr/testify/@v/v1.8.1.zip) =
> NvZOTyKfh2cu+N4cdWZIxBZedqvQNDYlF1eDl+gkhWw= SHA256
> (go_modules/github.com/subosito/gotenv/@v/v1.4.2.mod) =
> dFutIu7CAHc/LeADutL79Pal4JTOcjmwWph+tVVJXbg= SHA256
> (go_modules/github.com/subosito/gotenv/@v/v1.4.2.zip) =
> W6qqp9iKRKV5XHqO2Ob//7jX+yf6nBRn7KVEwWE2tWE= -SHA256
> (go_modules/github.com/vultr/govultr/v2/@v/v2.17.2.mod) =
> 8M1JxIcmYvnjoIioCUGkKY3uQ/SMl+itpTgZjM8E35k= -SHA256
> (go_modules/github.com/vultr/govultr/v2/@v/v2.17.2.zip) =
> PI+UV11QkWRhSzZKdVKbHauJXCKKW1UWt7YzTJblCUo= +SHA256
> (go_modules/github.com/vultr/govultr/v3/@v/v3.0.2.mod) =
> cC9PzoBsJ+IYISMF5Ck42ktD3EFflm8UgVmjTzfYYOc= +SHA256
> (go_modules/github.com/vultr/govultr/v3/@v/v3.0.2.zip) =
> qjwbosHjLWmsbpezDv7rqKWyfSfD+dOpGaQkrwuXgUc= SHA256
> (go_modules/github.com/yuin/goldmark/@v/v1.1.25.mod) =
> 4sdj+GGtoFxhUMMvgEvKMclqGLlEMg4O6bvw1sYHWtc= SHA256
> (go_modules/github.com/yuin/goldmark/@v/v1.1.27.mod) =
> 4sdj+GGtoFxhUMMvgEvKMclqGLlEMg4O6bvw1sYHWtc= SHA256
> (go_modules/github.com/yuin/goldmark/@v/v1.1.32.mod) =
> 4sdj+GGtoFxhUMMvgEvKMclqGLlEMg4O6bvw1sYHWtc= @@ -657,7 +656,7 @@
> SHA256 (go_modules/rsc.io/quote/v3/@v/v3 SHA256
> (go_modules/rsc.io/quote/v3/@v/v3.1.0.zip) =
> tDTLv8MsF7UijQsO3erqib707JvZC1yPxVtk+M4T7rk= SHA256
> (go_modules/rsc.io/sampler/@v/v1.3.0.mod) =
> oq5uhUCkC4XldwPMYYuZxbEHU4bZWOiZmg4tTALzpwU= SHA256
> (go_modules/rsc.io/sampler/@v/v1.3.0.zip) =
> 2iArDagDqyZhq5imgLuk9kEjoyblQMJVgrbNu53BFKo= -SHA256
> (vultr-cli-v2.15.1.zip) =
> Gv3h9/8VH16iX/vVGmIfY8ErtBn1Tr6ISbA3OTYx4tI= 

CVS: cvs.openbsd.org: ports

2023-04-02 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2023/04/02 08:45:33

Modified files:
sysutils/vultr-cli: Makefile distinfo modules.inc 

Log message:
Update to vultr-cli-2.16.2

>From Adriano Barbosa (maintainer).



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2023/04/02 08:37:43

Modified files:
net/haproxy: Makefile distinfo 

Log message:
Update to haproxy-2.6.12



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2023/04/02 05:47:15

Modified files:
devel/py-vulture: Makefile distinfo 
devel/py-vulture/pkg: PLIST 

Log message:
Update py-vulture to 2.7.



Re: [new] f3 - test real flash memory capacity - ok?

2023-04-02 Thread Alexander Klimov

7.3 is approaching. Would be cool if this little one gets included.

On 14.11.22 23:01, Alexander Klimov wrote:



On 14.11.22 10:34, Omar Polo wrote:
On 2022/11/13 16:20:18 +0100, Alexander Klimov 
 wrote:

On 13.11.22 15:06, Omar Polo wrote:

[...]


anyway, with the unveil/pledge == -1 bit fixed the port is ok to me
assuming it works; i haven't run-tested it.

Apropos run-tested! Please could anyone give it a try on non-x86
before committing all this into CVS (if you consider that useful)?




Thanks,





[Maintainer Update] devel/difftastic 0.46.0

2023-04-02 Thread Volker Schlecht

Update to devel/difftastic 0.46.0
Adds support for Ada, and improves support for Bash, C, C++, C#,
Clojure, CMake, Elixir, Go, Java, JavaScript, OCaml, Perl, QML
and TypeScript.Index: Makefile
===
RCS file: /cvs/ports/devel/difftastic/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile	15 Mar 2023 10:26:43 -	1.7
+++ Makefile	2 Apr 2023 11:02:44 -
@@ -2,7 +2,7 @@ COMMENT =		diff tool that compares files
 
 GH_ACCOUNT =		Wilfred
 GH_PROJECT =		difftastic
-GH_TAGNAME =		0.45.0
+GH_TAGNAME =		0.46.0
 
 HOMEPAGE =		https://difftastic.wilfred.me.uk/
 
Index: distinfo
===
RCS file: /cvs/ports/devel/difftastic/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo	15 Mar 2023 10:26:43 -	1.5
+++ distinfo	2 Apr 2023 11:02:44 -
@@ -105,7 +105,7 @@ SHA256 (cargo/windows_x86_64_gnu-0.42.1.
 SHA256 (cargo/windows_x86_64_gnullvm-0.42.1.tar.gz) = Yov98jLaoisNZP22Kwn8w2uwHwWjk54gq3Oq+UcNBGM=
 SHA256 (cargo/windows_x86_64_msvc-0.42.1.tar.gz) = RHZgrTahMoix201CSOhXtRDow6IlyCK6T7dIwKr+z/0=
 SHA256 (cargo/wu-diff-0.1.2.tar.gz) = jj5nNfzeBkMocNuNydfjqxuTcnwU6u8ymWlCYpnyiJM=
-SHA256 (difftastic-0.45.0.tar.gz) = jEzArVCADW5XBddo4q0aMqwKSkQxgQL9jBGYpZQimSs=
+SHA256 (difftastic-0.46.0.tar.gz) = urm4k/b2R2rv0qPdkpjK3HC82uV9TeA6ZRV01xRSKKg=
 SIZE (cargo/aho-corasick-0.7.18.tar.gz) = 112923
 SIZE (cargo/ansi_term-0.12.1.tar.gz) = 24838
 SIZE (cargo/assert_cmd-2.0.5.tar.gz) = 22683
@@ -213,4 +213,4 @@ SIZE (cargo/windows_x86_64_gnu-0.42.1.ta
 SIZE (cargo/windows_x86_64_gnullvm-0.42.1.tar.gz) = 362788
 SIZE (cargo/windows_x86_64_msvc-0.42.1.tar.gz) = 664606
 SIZE (cargo/wu-diff-0.1.2.tar.gz) = 33439
-SIZE (difftastic-0.45.0.tar.gz) = 52126132
+SIZE (difftastic-0.46.0.tar.gz) = 54963804


CVS: cvs.openbsd.org: ports

2023-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/04/02 04:41:12

Modified files:
x11/ruby-dbus  : Makefile distinfo 
x11/ruby-dbus/pkg: PLIST 

Log message:
Update to ruby-dbus-0.20.0.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/04/02 04:40:14

Modified files:
www/liferea: Makefile distinfo 

Log message:
Update to liferea-1.14.4.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/04/02 04:31:23

Modified files:
www/seamonkey  : Makefile 
Added files:
www/seamonkey/patches: patch-media_ffvpx_libavcodec_x86_fft_asm 

Log message:
seamonkey: add a working version of the fft.asm patch

With skia neutered in the update, this allows us to drop USE_NOEXECONLY.

ok landry



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/04/02 04:29:48

Modified files:
inputmethods/ibus-typing-booster: Makefile distinfo 
inputmethods/ibus-typing-booster/pkg: PLIST 

Log message:
Update to ibus-typing-booster-2.22.1.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 04:28:04

Modified files:
geo/libosmium  : Makefile distinfo 
geo/libosmium/pkg: PLIST 

Log message:
geo/libosmium: update to 2.19.0.

see https://github.com/osmcode/libosmium/releases/tag/v2.19.0



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/04/02 04:26:53

Modified files:
graphics/tesseract/tesseract: Makefile distinfo 

Log message:
Update to tesseract-5.3.1.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 04:17:49

Modified files:
geo/py-planet  : Makefile distinfo 

Log message:
geo/py-planet: update to 1.5.2.

note that development on this branch is done; future work will be on a 2.0.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 04:14:30

Modified files:
geo/py-osmium  : Makefile distinfo 
geo/py-osmium/pkg: PLIST 

Log message:
geo/py-osmium: update to 3.6.0.

see https://github.com/osmcode/pyosmium/releases/tag/v3.6.0 &
https://github.com/osmcode/pyosmium/releases/tag/v3.5.0



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 04:12:36

Modified files:
geo/py-fiona   : Makefile distinfo 
geo/py-fiona/pkg: PLIST 

Log message:
geo/py-fiona: update to 1.9.2.

see https://fiona.readthedocs.io/en/stable/README.html#id1 for all the
changes since 1.8.21.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 04:08:25

Modified files:
geo/osm2pgsql  : Makefile distinfo 
geo/osm2pgsql/patches: patch-CMakeLists_txt 
   patch-docs_osm2pgsql_1 
   patch-src_options_hpp 

Log message:
geo/osm2pgsql: update to 1.8.1.

see https://github.com/openstreetmap/osm2pgsql/releases/tag/1.8.0 &
https://github.com/openstreetmap/osm2pgsql/releases/tag/1.8.1



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 04:03:20

Modified files:
geo/py-owslib  : Makefile distinfo 
geo/py-owslib/pkg: PLIST 

Log message:
geo/py-owslib: update to 0.28.1.

see https://github.com/geopython/OWSLib/releases/tag/0.28.0 &
https://github.com/geopython/OWSLib/releases/tag/0.28.1



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 03:59:40

Modified files:
geo/py-laspy   : Makefile distinfo 

Log message:
geo/py-laspy: update to 2.4.1



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/04/02 03:58:16

Modified files:
devel/liblouis : Makefile distinfo 
devel/liblouis/patches: patch-python_louis_Makefile_in 
devel/liblouis/pkg: PLIST 

Log message:
Update to liblouis-3.25.0.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 03:56:02

Modified files:
geo/gpxsee : Makefile distinfo 

Log message:
geo/gpxsee: update to 12.3



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 03:53:18

Modified files:
geo/pgpointcloud: Makefile distinfo 
geo/pgpointcloud/pkg: PLIST 

Log message:
geo/pgpointcloud: update to 1.2.4.

see https://github.com/pgpointcloud/pointcloud/blob/v1.2.4/NEWS#L1



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/04/02 03:18:55

Modified files:
security/c2sp-testvectors: Makefile distinfo 
security/c2sp-testvectors/pkg: PLIST 

Log message:
Update to c2sp-testvectors 20230402

Upstream shuffled files around, so this now bundles the whole thing
including age instead of only the test vectors for simplicity.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 03:15:18

Modified files:
www/nextcloud/24: Tag: OPENBSD_7_2 Makefile distinfo 
www/nextcloud/24/pkg: Tag: OPENBSD_7_2 PLIST 

Log message:
www/nextcloud/24: MFC update to 24.0.11.

see https://nextcloud.com/changelog/#latest24
ok gonzalo@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 03:13:37

Modified files:
www/nextcloud  : Makefile 
Removed files:
www/nextcloud/23: Makefile distinfo 
www/nextcloud/23/pkg: PLIST 

Log message:
drop nextcloud 23 branch, it's now unsupported upstream

discussed with gonzalo@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 03:11:46

Modified files:
www/nextcloud/24: Makefile distinfo 
www/nextcloud/24/pkg: PLIST 

Log message:
www/nextcloud/24: update to 24.0.11.

see https://nextcloud.com/changelog/#latest24
add @pkgpath so that users of 23 are upgraded to 24
discussed with & ok gonzalo@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 03:10:42

Modified files:
www/nextcloud/25: Makefile distinfo 
www/nextcloud/25/pkg: PLIST 

Log message:
www/nextcloud/25: update to 25.0.5.

see https://nextcloud.com/changelog/#latest25
ok gonzalo@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 02:57:45

Modified files:
www/nextcloud_notify_push: Makefile crates.inc distinfo 

Log message:
www/nextcloud_notify_push: update to 0.6.2

see https://github.com/nextcloud/notify_push/releases/tag/v0.6.1 &
https://github.com/nextcloud/notify_push/releases/tag/v0.6.2



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/04/02 02:55:44

Modified files:
www/seamonkey  : Makefile distinfo 
www/seamonkey/patches: patch-build_moz_configure_init_configure 
www/seamonkey-i18n: Makefile.inc distinfo 
Added files:
www/seamonkey/patches: patch-gfx_skia_moz_build 

Log message:
www/seamonkey: update to 2.53.16.

see https://www.seamonkey-project.org/releases/seamonkey2.53.16/

disable SK_JUMPER_USE_ASSEMBLY on all arches, allows seamonkey to run on
PKU machines without noexeconly, until you hit the fft inline asm crash
in avcodec, which means we keep USE_NOEXECONLY=Yes for now, but that's a
step in the right direction.

tested by tb@, thanks !



nextcloud 24.0.11 & 25.0.5

2023-04-02 Thread Landry Breuil
Hi,

here are updates to latest nextcloud releases
cf https://nextcloud.com/changelog/#latest25 &
https://nextcloud.com/changelog/#latest24

24.0.11 working fine for me on 7.2.

Landry
Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/24/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile27 Feb 2023 17:15:35 -  1.10
+++ Makefile2 Apr 2023 07:50:09 -
@@ -1,3 +1,3 @@
-NC_VERSION=24.0.10
+NC_VERSION=24.0.11
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/24/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo27 Feb 2023 17:15:35 -  1.9
+++ distinfo2 Apr 2023 07:50:09 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-24.0.10.tar.bz2) = 
B6+0gO9wn39BpcR0IsIuMa81DH8TWuDOlTZR9O1qRbk=
-SIZE (nextcloud-24.0.10.tar.bz2) = 124303994
+SHA256 (nextcloud-24.0.11.tar.bz2) = 
ipsg4rulhRnatEW9VwUJLvOEtX5ZiK7MXK3AU8Q9qIo=
+SIZE (nextcloud-24.0.11.tar.bz2) = 124651413
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/24/pkg/PLIST,v
retrieving revision 1.10
diff -u -r1.10 PLIST
--- pkg/PLIST   27 Feb 2023 17:15:35 -  1.10
+++ pkg/PLIST   2 Apr 2023 07:50:11 -
@@ -9072,6 +9072,8 @@
 nextcloud/apps/admin_audit/l10n/hr.json
 nextcloud/apps/admin_audit/l10n/hu.js
 nextcloud/apps/admin_audit/l10n/hu.json
+nextcloud/apps/admin_audit/l10n/hy.js
+nextcloud/apps/admin_audit/l10n/hy.json
 nextcloud/apps/admin_audit/l10n/id.js
 nextcloud/apps/admin_audit/l10n/id.json
 nextcloud/apps/admin_audit/l10n/it.js
@@ -9903,6 +9905,8 @@
 nextcloud/apps/cloud_federation_api/l10n/sl.json
 nextcloud/apps/cloud_federation_api/l10n/sr.js
 nextcloud/apps/cloud_federation_api/l10n/sr.json
+nextcloud/apps/cloud_federation_api/l10n/sv.js
+nextcloud/apps/cloud_federation_api/l10n/sv.json
 nextcloud/apps/cloud_federation_api/l10n/tr.js
 nextcloud/apps/cloud_federation_api/l10n/tr.json
 nextcloud/apps/cloud_federation_api/l10n/uk.js
@@ -10221,6 +10225,8 @@
 nextcloud/apps/contactsinteraction/l10n/sk.json
 nextcloud/apps/contactsinteraction/l10n/sl.js
 nextcloud/apps/contactsinteraction/l10n/sl.json
+nextcloud/apps/contactsinteraction/l10n/sr.js
+nextcloud/apps/contactsinteraction/l10n/sr.json
 nextcloud/apps/contactsinteraction/l10n/sv.js
 nextcloud/apps/contactsinteraction/l10n/sv.json
 nextcloud/apps/contactsinteraction/l10n/tr.js
@@ -10364,6 +10370,8 @@
 nextcloud/apps/dashboard/l10n/sk.json
 nextcloud/apps/dashboard/l10n/sl.js
 nextcloud/apps/dashboard/l10n/sl.json
+nextcloud/apps/dashboard/l10n/sr.js
+nextcloud/apps/dashboard/l10n/sr.json
 nextcloud/apps/dashboard/l10n/sv.js
 nextcloud/apps/dashboard/l10n/sv.json
 nextcloud/apps/dashboard/l10n/th.js
@@ -14457,6 +14465,8 @@
 nextcloud/apps/lookup_server_connector/l10n/sl.json
 nextcloud/apps/lookup_server_connector/l10n/sr.js
 nextcloud/apps/lookup_server_connector/l10n/sr.json
+nextcloud/apps/lookup_server_connector/l10n/sv.js
+nextcloud/apps/lookup_server_connector/l10n/sv.json
 nextcloud/apps/lookup_server_connector/l10n/tr.js
 nextcloud/apps/lookup_server_connector/l10n/tr.json
 nextcloud/apps/lookup_server_connector/l10n/uk.js
@@ -15181,6 +15191,8 @@
 nextcloud/apps/password_policy/l10n/fa.json
 nextcloud/apps/password_policy/l10n/fi.js
 nextcloud/apps/password_policy/l10n/fi.json
+nextcloud/apps/password_policy/l10n/fo.js
+nextcloud/apps/password_policy/l10n/fo.json
 nextcloud/apps/password_policy/l10n/fr.js
 nextcloud/apps/password_policy/l10n/fr.json
 nextcloud/apps/password_policy/l10n/gl.js
@@ -15407,8 +15419,6 @@
 nextcloud/apps/photos/l10n/ast.json
 nextcloud/apps/photos/l10n/az.js
 nextcloud/apps/photos/l10n/az.json
-nextcloud/apps/photos/l10n/be.js
-nextcloud/apps/photos/l10n/be.json
 nextcloud/apps/photos/l10n/bg.js
 nextcloud/apps/photos/l10n/bg.json
 nextcloud/apps/photos/l10n/bn_BD.js
@@ -15481,8 +15491,6 @@
 nextcloud/apps/photos/l10n/fi.json
 nextcloud/apps/photos/l10n/fr.js
 nextcloud/apps/photos/l10n/fr.json
-nextcloud/apps/photos/l10n/gd.js
-nextcloud/apps/photos/l10n/gd.json
 nextcloud/apps/photos/l10n/gl.js
 nextcloud/apps/photos/l10n/gl.json
 nextcloud/apps/photos/l10n/he.js
@@ -15491,8 +15499,6 @@
 nextcloud/apps/photos/l10n/hr.json
 nextcloud/apps/photos/l10n/hu.js
 nextcloud/apps/photos/l10n/hu.json
-nextcloud/apps/photos/l10n/hy.js
-nextcloud/apps/photos/l10n/hy.json
 nextcloud/apps/photos/l10n/ia.js
 nextcloud/apps/photos/l10n/ia.json
 nextcloud/apps/photos/l10n/id.js
@@ -15537,8 +15543,6 @@
 nextcloud/apps/photos/l10n/oc.json
 nextcloud/apps/photos/l10n/pl.js
 nextcloud/apps/photos/l10n/pl.json
-nextcloud/apps/photos/l10n/ps.js
-nextcloud/apps/photos/l10n/ps.json
 nextcloud/apps/photos/l10n/pt_BR.js
 nextcloud/apps/photos/l10n/pt_BR.json
 nextcloud/apps/photos/l10n/pt_PT.js
@@ -15575,8 +15579,6 @@
 nextcloud/apps/photos/l10n/ug.json
 nextcloud/apps/photos/l10n/uk.js
 

Re: [update] Lagrange to 1.15.5

2023-04-02 Thread Omar Polo
On 2023/03/17 15:12:17 +0100, Florian Viehweger  
wrote:
> Hi,
> 
> this is an update for Lagrange to 1.15.5.
> 
> Some testing done on amd64. No issues found.
> 
> portcheck and 'make port-lib-depends-check' are happy.
> 
> Changes listed here [1].
> 
> 
> Comments?

works fine here.  Committed, thanks!




CVS: cvs.openbsd.org: ports

2023-04-02 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/04/02 01:16:42

Modified files:
net/lagrange   : Makefile distinfo 

Log message:
update net/lagrange to 1.15.5; from MAINTAINER Florian Viehweger, thanks!



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2023/04/02 00:14:01

Modified files:
devel/git-cola : Makefile distinfo 
devel/git-cola/pkg: PLIST 

Log message:
Update to git-cola-4.2.1

Changes: https://github.com/git-cola/git-cola/blob/v4.2.1/CHANGES.rst



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/04/02 00:06:39

Modified files:
graphics/gegl04: Makefile distinfo 

Log message:
Update to gegl04-0.4.44.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/04/02 00:06:18

Modified files:
sysutils/libvirt-python: Makefile distinfo 

Log message:
Update to py3-libvirt-9.2.0.



CVS: cvs.openbsd.org: ports

2023-04-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/04/02 00:06:00

Modified files:
sysutils/libvirt: Makefile distinfo 
sysutils/libvirt/patches: patch-meson_build 

Log message:
Update to libvirt-9.2.0.