CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/02 00:43:22

Modified files:
sysutils/consul: Makefile 

Log message:
Fix licence marker.



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2023/12/02 00:17:36

Modified files:
databases/p5-Catalyst-Model-DBIC-Schema: Makefile distinfo 

Log message:
Update to p5-Catalyst-Model-DBIC-Schema-0.66.



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2023/12/02 00:01:19

Modified files:
astro/py-jplephem: Makefile distinfo 

Log message:
Update to py-jplephem-2.21.



Re: [new] net/iamb, a terminal-based matrix client for vim addicts

2023-12-01 Thread Hukadan
On 12/1/23 21:37, Theo Buehler wrote:
> On Fri, Dec 01, 2023 at 09:29:42PM +0100, Stefan Hagen wrote:
>> Landry Breuil wrote (2023-12-01 09:26 CET):
>>> hi,
>>>
>>> here's a quick port for http://iamb.chat/, written in rust. untested yet
>>> but starts fine. since gomuks is half-broken, might aswell have a rust
>>> one..
>>>
>>> feedback welcome, oks too
>>
>> It fell on its nose pretty fast here.
> 
> add an RDEP on security/rust-ring
> 
>>
>> ===>  Extracting for iamb-0.0.8
>> [modcargo] moving crates to 
>> /usr/ports/pobj/iamb-0.0.8/iamb-0.0.8/modcargo-crates
>> [modcargo] Removing libsrc for onig_sys-69.8.1
>> [modcargo] Replacing libsrc for ring-0.16.20
>> cp: /usr/local/share/ring-0.16.20: No such file or directory
>> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2810 
>> '_post-extract-finalize': @echo "[modcargo] moving crates to 
>> /usr/ports/pobj...)
>> *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2803 
>> '/usr/ports/pobj/iamb-0.0.8/.extract_done': @cd /usr/ports/net/iamb && 
>> PKGPA...)
>> *** Error 2 in /usr/ports/net/iamb 
>> (/usr/ports/infrastructure/mk/bsd.port.mk:2702 'all': @lock=iamb-0.0.8;  
>> export _LOCKS_HELD=" iamb-0.0.8"...)
>>
>>
> 
Hi,

I think two build dependencies were missing:
security/rust-ring and textproc/oniguruma.

Attached the modified version.

Builds and works fine on amd64.

Regards

Hukadan

iamb-0.0.8.tgz
Description: Binary data


CVS: cvs.openbsd.org: ports

2023-12-01 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:ports
Changes by: matth...@cvs.openbsd.org2023/12/01 13:52:37

Modified files:
wayland/sway   : Makefile 
wayland/sway/pkg: DESCR PLIST 
Added files:
wayland/sway/files: startsway.sh 
wayland/sway/patches: patch-config_in 

Log message:
wayland/sway: remove rdep on foot and remove UNLINKED
- patch the default config to launch xterm instead
- add rdeps on swaybg and dmenu-wayland for default config to work
- add a startsway.sh script
with tweaks and ok from semarie@ and landry@



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:ports
Changes by: matth...@cvs.openbsd.org2023/12/01 13:49:07

ports/wayland/sway/files

Update of /cvs/ports/wayland/sway/files
In directory cvs.openbsd.org:/tmp/cvs-serv98086/files

Log Message:
Directory /cvs/ports/wayland/sway/files added to the repository



Re: [new] net/iamb, a terminal-based matrix client for vim addicts

2023-12-01 Thread Theo Buehler
On Fri, Dec 01, 2023 at 09:29:42PM +0100, Stefan Hagen wrote:
> Landry Breuil wrote (2023-12-01 09:26 CET):
> > hi,
> > 
> > here's a quick port for http://iamb.chat/, written in rust. untested yet
> > but starts fine. since gomuks is half-broken, might aswell have a rust
> > one..
> > 
> > feedback welcome, oks too
> 
> It fell on its nose pretty fast here.

add an RDEP on security/rust-ring

> 
> ===>  Extracting for iamb-0.0.8
> [modcargo] moving crates to 
> /usr/ports/pobj/iamb-0.0.8/iamb-0.0.8/modcargo-crates
> [modcargo] Removing libsrc for onig_sys-69.8.1
> [modcargo] Replacing libsrc for ring-0.16.20
> cp: /usr/local/share/ring-0.16.20: No such file or directory
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2810 
> '_post-extract-finalize': @echo "[modcargo] moving crates to 
> /usr/ports/pobj...)
> *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2803 
> '/usr/ports/pobj/iamb-0.0.8/.extract_done': @cd /usr/ports/net/iamb && 
> PKGPA...)
> *** Error 2 in /usr/ports/net/iamb 
> (/usr/ports/infrastructure/mk/bsd.port.mk:2702 'all': @lock=iamb-0.0.8;  
> export _LOCKS_HELD=" iamb-0.0.8"...)
> 
> 



Re: [new] net/iamb, a terminal-based matrix client for vim addicts

2023-12-01 Thread Stefan Hagen
Landry Breuil wrote (2023-12-01 09:26 CET):
> hi,
> 
> here's a quick port for http://iamb.chat/, written in rust. untested yet
> but starts fine. since gomuks is half-broken, might aswell have a rust
> one..
> 
> feedback welcome, oks too

It fell on its nose pretty fast here.

===>  Extracting for iamb-0.0.8
[modcargo] moving crates to 
/usr/ports/pobj/iamb-0.0.8/iamb-0.0.8/modcargo-crates
[modcargo] Removing libsrc for onig_sys-69.8.1
[modcargo] Replacing libsrc for ring-0.16.20
cp: /usr/local/share/ring-0.16.20: No such file or directory
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2810 
'_post-extract-finalize': @echo "[modcargo] moving crates to /usr/ports/pobj...)
*** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2803 
'/usr/ports/pobj/iamb-0.0.8/.extract_done': @cd /usr/ports/net/iamb && PKGPA...)
*** Error 2 in /usr/ports/net/iamb 
(/usr/ports/infrastructure/mk/bsd.port.mk:2702 'all': @lock=iamb-0.0.8;  export 
_LOCKS_HELD=" iamb-0.0.8"...)




Re: qt5/qtscript crash fix

2023-12-01 Thread Stuart Henderson

Do you need -O0 or does -O1 also work?

The last opt level on the command line is used, or doesn't really matter if 
the existing one is present when you're overriding the default.


--
 Sent from a phone, apologies for poor formatting.

On 1 December 2023 14:26:01 Jonathan Armani  wrote:


Hi,

I hit an identical crash than QCAD in QT Script while playing with Mixxx.

After trying some upstream fixes I found this solution in FreeBSD port.
Hope it will fix QCAD too, I'm not using it.

I'm not sure this is the best way to overide with CXXFLAGS as both -O2 & -O0
are present in the generated build command.

Index: Makefile
===
RCS file: /cvs/ports/x11/qt5/qtscript/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile 13 Jul 2022 15:48:58 - 1.13
+++ Makefile 30 Nov 2023 20:29:46 -
@@ -1,5 +1,9 @@
QT5NAME = QtScript
COMMENT-main = ECMAScript language for Qt5
+REVISION-main = 1
+
+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265989
+CXXFLAGS += -O0

MULTI_PACKAGES = -main -examples
SHARED_LIBS +=  Qt5Script 3.0 # 5.9




CVS: cvs.openbsd.org: ports

2023-12-01 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2023/12/01 11:39:24

Modified files:
devel/p5-String-Tagged-Terminal: Makefile distinfo 

Log message:
update p5-String-Tagged-Terminal to 0.07



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/01 11:20:31

Modified files:
print/hplip: Makefile distinfo 
print/hplip/patches: patch-Makefile_in 
print/hplip/pkg: PLIST-hpijs 
Removed files:
print/hplip/patches: patch-prnt_hpps_hppsfilter_c 

Log message:
Update to hplip-3.23.12.



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/01 10:33:18

Modified files:
mail/evolution-ews: Makefile distinfo 

Log message:
Update to evolution-ews-3.50.2.



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/01 10:33:05

Modified files:
mail/evolution : Makefile distinfo 

Log message:
Update to evolution-3.50.2.



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/01 10:32:20

Modified files:
databases/evolution-data-server: Makefile distinfo 
databases/evolution-data-server/pkg: PLIST 

Log message:
Update to evolution-data-server-3.50.2.



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Volker Schlecht
CVSROOT:/cvs
Module name:ports
Changes by: vol...@cvs.openbsd.org  2023/12/01 10:27:39

Modified files:
sysutils/eza   : Makefile crates.inc distinfo 
sysutils/eza/pkg: PLIST 

Log message:
sysutils/eza: Update to version 0.16.2

ok sdk@



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Volker Schlecht
CVSROOT:/cvs
Module name:ports
Changes by: vol...@cvs.openbsd.org  2023/12/01 10:26:14

Modified files:
games/widelands: Makefile distinfo 
games/widelands/patches: patch-CMakeLists_txt 
 patch-src_graphic_texture_cc 
 patch-xdg_CMakeLists_txt 
games/widelands/pkg: PLIST 
Removed files:
games/widelands/patches: patch-cmake_WlFunctions_cmake 
 
patch-src_logic_map_objects_world_terrain_description_cc 
 patch-src_network_bufferedconnection_h 

Log message:
games/widelands: Update to version 1.1

ok sdk@



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Greg Steuck
CVSROOT:/cvs
Module name:ports
Changes by: gne...@cvs.openbsd.org  2023/12/01 10:10:51

Modified files:
devel/bazel: Makefile 
Added files:
devel/bazel/files: patch-absl_base_internal_raw_logging_cc 
   patch-absl_base_internal_unscaledcycleclock_config_h 
   patch-absl_status_status_cc 
Removed files:
devel/bazel/patches/abseil: 
patch-absl_base_internal_raw_logging_cc 

patch-absl_base_internal_unscaledcycleclock_config_h 
patch-absl_status_status_cc 

Log message:
Move special devel/bazel/patches to files

Problem noticed by ajacoutot@, ok sthen@



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Greg Steuck
CVSROOT:/cvs
Module name:ports
Changes by: gne...@cvs.openbsd.org  2023/12/01 10:10:46

ports/devel/bazel/files

Update of /cvs/ports/devel/bazel/files
In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/bazel/files

Log Message:
Directory /cvs/ports/devel/bazel/files added to the repository



mips64 bulk build report

2023-12-01 Thread visa
bulk build on octeon.ports.openbsd.org
started on  Thu Nov 23 15:05:58 UTC 2023
finished at Fri Dec 1 15:57:51 UTC 2023
lasted 09D00h51m
done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #5: Wed Nov 22 17:42:01 
MST 2023

built packages:8759
Nov 23:1865
Nov 24:1002
Nov 25:616
Nov 26:433
Nov 27:593
Nov 28:853
Nov 29:770
Nov 30:1137
Dec 1:1489


build failures: 53
http://build-failures.rhaalovely.net/mips64/2023-11-23/astro/gnuastro.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/databases/postgresql-pllua.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/devel/arm-none-eabi/gcc,aarch64.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/devel/clang-tools-extra.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/devel/objfw.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/devel/py-thrift,python3.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/devel/py-unicorn,python3.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/devel/sdcc.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/emulators/desmume.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/emulators/libretro-pcsx-rearmed.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/emulators/openmsx.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/games/astromenace.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/games/cataclysm-dda.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/games/gnukem.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/games/goldberg_emulator.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/games/hyperrogue.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/games/nblood.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/games/wesnoth.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/games/witchblast.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/graphics/openvdb.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/inputmethods/ibus.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/lang/STk.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/lang/gambit.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/lang/gforth.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/lang/go.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/lang/librep.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/lang/moarvm.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/math/gbc.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/math/lean.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/math/lrs.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/math/matio.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/math/mlpack,-main.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/math/ntl.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/meta/kde,-accessibility.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/misc/remind.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/multimedia/assimp.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/net/gtk-gnutella.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/net/icinga/core2.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/net/powerdns_recursor.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/net/utox.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/plan9/drawterm.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/security/botan2.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/security/distorm3.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/security/gpgme.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/shells/nsh,static.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/sysutils/borgmatic.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/sysutils/libvirt.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/sysutils/nix.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/textproc/aspell/core.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/textproc/p5-SWISH-API.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/x11/jgmenu.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/x11/qt5/qtbase.log
http://build-failures.rhaalovely.net/mips64/2023-11-23/x11/qt6/qtbase.log



qt5/qtscript crash fix

2023-12-01 Thread Jonathan Armani
Hi,

I hit an identical crash than QCAD in QT Script while playing with Mixxx.

After trying some upstream fixes I found this solution in FreeBSD port.
Hope it will fix QCAD too, I'm not using it.

I'm not sure this is the best way to overide with CXXFLAGS as both -O2 & -O0 
are present in the generated build command.

Index: Makefile
===
RCS file: /cvs/ports/x11/qt5/qtscript/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile13 Jul 2022 15:48:58 -  1.13
+++ Makefile30 Nov 2023 20:29:46 -
@@ -1,5 +1,9 @@
 QT5NAME =  QtScript
 COMMENT-main = ECMAScript language for Qt5
+REVISION-main =1
+
+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265989
+CXXFLAGS +=-O0
 
 MULTI_PACKAGES =   -main -examples
 SHARED_LIBS +=  Qt5Script 3.0 # 5.9



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/01 06:33:22

Modified files:
sysutils/terragrunt: Makefile distinfo 

Log message:
Update to terragrunt-0.53.8.



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/12/01 06:27:36

Modified files:
lang/rust  : Makefile distinfo 

Log message:
Update riscv64 boostrap for rust-1.74



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/01 06:23:32

Modified files:
devel/libvirt-glib: Makefile distinfo 
devel/libvirt-glib/patches: patch-meson_build 
devel/libvirt-glib/pkg: PLIST 
Removed files:
devel/libvirt-glib/patches: patch-examples_meson_build 

patch-libvirt-gconfig_libvirt-gconfig-domain-capabilities-os_c 
patch-libvirt-gconfig_tests_meson_build 
patch-tests_meson_build 

Log message:
Update to libvirt-glib-5.0.0.



Re: CVS: cvs.openbsd.org: ports

2023-12-01 Thread Stuart Henderson
that's ok with me.

On 2023/12/01 14:11, Theo Buehler wrote:
> On Fri, Dec 01, 2023 at 12:34:23PM +, Stuart Henderson wrote:
> > On 2023/12/01 13:32, Antoine Jacoutot wrote:
> > > On Tue, Nov 28, 2023 at 06:03:34PM -0700, Greg Steuck wrote:
> > > > CVSROOT:/cvs
> > > > Module name:ports
> > > > Changes by: gne...@cvs.openbsd.org  2023/11/28 18:03:34
> > > > 
> > > > Modified files:
> > > > devel/bazel: Makefile 
> > > > devel/bazel/patches: patch-distdir_deps_bzl 
> > > > Added files:
> > > > devel/bazel/patches/abseil: 
> > > > 
> > > > patch-absl_base_internal_raw_logging_cc 
> > > > 
> > > > patch-absl_base_internal_unscaledcycleclock_config_h 
> > > > patch-absl_status_status_cc 
> > > > 
> > > > Log message:
> > > > Copy relevant patches from devel/abseil to devel/bazel
> > > > 
> > > > ok tb@
> > > > 
> > > 
> > > cp /exopi-cvs/ports/distfiles/abseil-abseil-cpp-20230802.1.tar.gz  
> > > /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/derived/distdir/20230802.1.tar.gz
> > > mkdir /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/third_party/abseil
> > > cp /exopi-cvs/ports/devel/bazel/patches/abseil/* 
> > > /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/third_party/abseil
> > > cp: /exopi-cvs/ports/devel/bazel/patches/abseil/CVS is a directory (not 
> > > copied).
> > 
> > I don't think that using a subdirectory of patches is a good place
> > for these files either.
> > 
> 
> I didn't look closely enough... How about moving the patches to files/
> and doing this instead?
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/bazel/Makefile,v
> diff -u -p -r1.4 Makefile
> --- Makefile  29 Nov 2023 01:04:40 -  1.4
> +++ Makefile  1 Dec 2023 13:01:42 -
> @@ -44,7 +44,7 @@ post-patch:
>   cp ${FULLDISTDIR}/abseil-abseil-cpp-${ABSEIL_VER}.tar.gz \
>   ${WRKSRC}/derived/distdir/${ABSEIL_VER}.tar.gz
>   mkdir ${WRKSRC}/third_party/abseil
> - cp ${PATCHDIR}/abseil/* ${WRKSRC}/third_party/abseil
> + cp ${FILESDIR}/patch-* ${WRKSRC}/third_party/abseil
>  
>  do-build:
>   cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
> 



Re: CVS: cvs.openbsd.org: ports

2023-12-01 Thread Theo Buehler
On Fri, Dec 01, 2023 at 12:34:23PM +, Stuart Henderson wrote:
> On 2023/12/01 13:32, Antoine Jacoutot wrote:
> > On Tue, Nov 28, 2023 at 06:03:34PM -0700, Greg Steuck wrote:
> > > CVSROOT:  /cvs
> > > Module name:  ports
> > > Changes by:   gne...@cvs.openbsd.org  2023/11/28 18:03:34
> > > 
> > > Modified files:
> > >   devel/bazel: Makefile 
> > >   devel/bazel/patches: patch-distdir_deps_bzl 
> > > Added files:
> > >   devel/bazel/patches/abseil: 
> > >   patch-absl_base_internal_raw_logging_cc 
> > >   
> > > patch-absl_base_internal_unscaledcycleclock_config_h 
> > >   patch-absl_status_status_cc 
> > > 
> > > Log message:
> > > Copy relevant patches from devel/abseil to devel/bazel
> > > 
> > > ok tb@
> > > 
> > 
> > cp /exopi-cvs/ports/distfiles/abseil-abseil-cpp-20230802.1.tar.gz  
> > /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/derived/distdir/20230802.1.tar.gz
> > mkdir /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/third_party/abseil
> > cp /exopi-cvs/ports/devel/bazel/patches/abseil/* 
> > /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/third_party/abseil
> > cp: /exopi-cvs/ports/devel/bazel/patches/abseil/CVS is a directory (not 
> > copied).
> 
> I don't think that using a subdirectory of patches is a good place
> for these files either.
> 

I didn't look closely enough... How about moving the patches to files/
and doing this instead?

Index: Makefile
===
RCS file: /cvs/ports/devel/bazel/Makefile,v
diff -u -p -r1.4 Makefile
--- Makefile29 Nov 2023 01:04:40 -  1.4
+++ Makefile1 Dec 2023 13:01:42 -
@@ -44,7 +44,7 @@ post-patch:
cp ${FULLDISTDIR}/abseil-abseil-cpp-${ABSEIL_VER}.tar.gz \
${WRKSRC}/derived/distdir/${ABSEIL_VER}.tar.gz
mkdir ${WRKSRC}/third_party/abseil
-   cp ${PATCHDIR}/abseil/* ${WRKSRC}/third_party/abseil
+   cp ${FILESDIR}/patch-* ${WRKSRC}/third_party/abseil
 
 do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/01 05:59:19

Modified files:
sysutils   : Makefile 

Log message:
+opentofu



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/01 05:58:16

Log message:
Import opentofu-1.6.0beta1

OpenTofu is an OSS tool for building, changing, and versioning 
infrastructure
safely and efficiently. OpenTofu can manage existing and popular service
providers as well as custom in-house solutions.

ok robert@

Status:

Vendor Tag: ajacoutot
Release Tags:   ajacoutot_20231201

N ports/sysutils/opentofu/Makefile
N ports/sysutils/opentofu/modules.inc
N ports/sysutils/opentofu/distinfo
N ports/sysutils/opentofu/pkg/DESCR
N ports/sysutils/opentofu/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/01 05:56:29

Modified files:
sysutils/terraform: Makefile distinfo modules.inc 

Log message:
Update to terraform-1.6.5.



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/12/01 05:37:31

Modified files:
www/gitea  : Makefile 
www/gitea/patches: patch-custom_conf_app_example_ini 
www/gitea/pkg  : MESSAGE 

Log message:
Quickfix: use db issue indexer instead of the default bleve
indexer which causes high CPU usage after direct syscall() usage was disabled



Re: CVS: cvs.openbsd.org: ports

2023-12-01 Thread Stuart Henderson
On 2023/12/01 13:32, Antoine Jacoutot wrote:
> On Tue, Nov 28, 2023 at 06:03:34PM -0700, Greg Steuck wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: gne...@cvs.openbsd.org  2023/11/28 18:03:34
> > 
> > Modified files:
> > devel/bazel: Makefile 
> > devel/bazel/patches: patch-distdir_deps_bzl 
> > Added files:
> > devel/bazel/patches/abseil: 
> > patch-absl_base_internal_raw_logging_cc 
> > 
> > patch-absl_base_internal_unscaledcycleclock_config_h 
> > patch-absl_status_status_cc 
> > 
> > Log message:
> > Copy relevant patches from devel/abseil to devel/bazel
> > 
> > ok tb@
> > 
> 
> cp /exopi-cvs/ports/distfiles/abseil-abseil-cpp-20230802.1.tar.gz  
> /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/derived/distdir/20230802.1.tar.gz
> mkdir /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/third_party/abseil
> cp /exopi-cvs/ports/devel/bazel/patches/abseil/* 
> /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/third_party/abseil
> cp: /exopi-cvs/ports/devel/bazel/patches/abseil/CVS is a directory (not 
> copied).

I don't think that using a subdirectory of patches is a good place
for these files either.



Re: CVS: cvs.openbsd.org: ports

2023-12-01 Thread Antoine Jacoutot
On Tue, Nov 28, 2023 at 06:03:34PM -0700, Greg Steuck wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   gne...@cvs.openbsd.org  2023/11/28 18:03:34
> 
> Modified files:
>   devel/bazel: Makefile 
>   devel/bazel/patches: patch-distdir_deps_bzl 
> Added files:
>   devel/bazel/patches/abseil: 
>   patch-absl_base_internal_raw_logging_cc 
>   
> patch-absl_base_internal_unscaledcycleclock_config_h 
>   patch-absl_status_status_cc 
> 
> Log message:
> Copy relevant patches from devel/abseil to devel/bazel
> 
> ok tb@
> 

cp /exopi-cvs/ports/distfiles/abseil-abseil-cpp-20230802.1.tar.gz  
/exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/derived/distdir/20230802.1.tar.gz
mkdir /exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/third_party/abseil
cp /exopi-cvs/ports/devel/bazel/patches/abseil/* 
/exopi-obj/pobj/bazel-6.3.2/bazel-6.3.2/third_party/abseil
cp: /exopi-cvs/ports/devel/bazel/patches/abseil/CVS is a directory (not copied).
*** Error 1 in devel/bazel (Makefile:47 'post-patch')
*** Error 2 in devel/bazel (/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2933 
'/exopi-obj/pobj/bazel-6.3.2/.patch_done': @cd /exopi-cvs/po...)
*** Error 2 in devel/bazel (/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2702 
'patch': @lock=bazel-6.3.2;  export _LOCKS_HELD=" bazel-6.3)
===> Exiting devel/bazel with an error

-- 
Antoine



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/12/01 05:22:05

Modified files:
net/samba  : Tag: OPENBSD_7_4 Makefile distinfo 
net/samba/patches: Tag: OPENBSD_7_4 
   patch-buildtools_wafsamba_samba_autoconf_py 
   patch-python_samba_provision___init___py 

Log message:
Update to samba-4.19.3

Release notes:
https://www.samba.org/samba/history/samba-4.19.3.html
This release contains instructions for a CVE that doesn't affect us (no
AD DC support).

Tested by and ok bket@ Ian McWilliam (maintainer)



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/12/01 05:21:07

Modified files:
net/samba  : Makefile distinfo 
net/samba/patches: patch-buildtools_wafsamba_samba_autoconf_py 
   patch-python_samba_provision___init___py 

Log message:
Update to samba-4.19.3

Release notes:
https://www.samba.org/samba/history/samba-4.19.3.html
This release contains instructions for a CVE that doesn't affect us (no
AD DC support).

Tested by and ok bket@ Ian McWilliam (maintainer)



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/01 05:18:19

Modified files:
www/newsraft   : Makefile distinfo 

Log message:
update to newsraft-0.22, from Justin Berthault



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2023/12/01 04:38:37

Modified files:
net/py-tinytuya: Makefile distinfo 

Log message:
Update py-tinytuya to 1.13.1.



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2023/12/01 04:34:53

Modified files:
net/ntfy   : Makefile distinfo modules.inc 
net/ntfy/pkg   : PLIST ntfy.rc 
Added files:
net/ntfy/files : app.html index.html 
net/ntfy/patches: patch-server_server_yml 

Log message:
Update ntfy to 2.8.0.

>From Lucas Gabriel Vuotto with minor tweaks. Thanks!



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2023/12/01 04:33:39

ports/net/ntfy/patches

Update of /cvs/ports/net/ntfy/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20853/patches

Log Message:
Directory /cvs/ports/net/ntfy/patches added to the repository



CVS: cvs.openbsd.org: ports

2023-12-01 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2023/12/01 04:32:52

ports/net/ntfy/files

Update of /cvs/ports/net/ntfy/files
In directory cvs.openbsd.org:/tmp/cvs-serv25772/files

Log Message:
Directory /cvs/ports/net/ntfy/files added to the repository



[Update] editors/neovim-qt

2023-12-01 Thread Laurence Tratt
At last, neovim-qt-0.2.18 is out! I've been testing this for a couple of
days and haven't noticed any regressions. Note that we can now all of
the patches for this port, as they are part of 0.2.18.


Laurie


diff --git editors/neovim-qt/Makefile editors/neovim-qt/Makefile
index 727b5258375..83732a979af 100644
--- editors/neovim-qt/Makefile
+++ editors/neovim-qt/Makefile
@@ -2,7 +2,7 @@ COMMENT =   Qt5 GUI front-end for neovim
 
 GH_ACCOUNT = equalsraf
 GH_PROJECT = neovim-qt
-GH_TAGNAME = v0.2.17
+GH_TAGNAME = v0.2.18
 
 CATEGORIES = editors
 
@@ -25,6 +25,7 @@ MODPY_RUNDEP =Yes
 BUILD_DEPENDS =editors/neovim
 
 LIB_DEPENDS =  devel/msgpack \
+   x11/qt5/qtbase \
x11/qt5/qtsvg
 
 RUN_DEPENDS =  devel/desktop-file-utils \
@@ -34,6 +35,7 @@ RUN_DEPENDS = devel/desktop-file-utils \
 
 CONFIGURE_ARGS =   -DUSE_SYSTEM_MSGPACK=On \
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=On
+CONFIGURE_ENV =QT_DIR=${LOCALBASE}/lib/qt5/cmake/Qt5/
 
 TEST_IS_INTERACTIVE = X11
 
diff --git editors/neovim-qt/distinfo editors/neovim-qt/distinfo
index 13a1ccea2a3..b3cc86e590a 100644
--- editors/neovim-qt/distinfo
+++ editors/neovim-qt/distinfo
@@ -1,2 +1,2 @@
-SHA256 (neovim-qt-0.2.17.tar.gz) = rFOMLl1jVy3QVDwT+vtNQo5nEo6mdkZ/zaaJZbKqzaE=
-SIZE (neovim-qt-0.2.17.tar.gz) = 1076230
+SHA256 (neovim-qt-0.2.18.tar.gz) = seHgGZRuyxBrOuqONfxuNn0u/ORMocFZmizN+zWihjU=
+SIZE (neovim-qt-0.2.18.tar.gz) = 1078273
diff --git editors/neovim-qt/patches/patch-src_gui_input_cpp 
editors/neovim-qt/patches/patch-src_gui_input_cpp
deleted file mode 100644
index 7c50d217540..000
--- editors/neovim-qt/patches/patch-src_gui_input_cpp
+++ /dev/null
@@ -1,28 +0,0 @@
-From 0dfa20e481edbc582caa29c608195d3a206f21d7 Mon Sep 17 00:00:00 2001
-From: John Gehrig 
-Date: Tue, 21 Feb 2023 21:51:46 -0500
-Subject: [PATCH] Issue 999: Replace Issue 728 with key remap
-
-Many users find the shift-space and shift-backspace behavior in terminal
-frustrating. However, some users still want to map these sequences.
-
-Applying the runtime re-map workaround, since Neovim is unable to fix
-this issue upstream. Neovim still does not report `:terminal` mode.
-
-Index: src/gui/input.cpp
 src/gui/input.cpp.orig
-+++ src/gui/input.cpp
-@@ -191,13 +191,6 @@ QString convertKey(const QKeyEvent& ev) noexcept
-   const QMap& specialKeys { GetSpecialKeysMap() };
- 
-   if (specialKeys.contains(key)) {
--  // Issue#728: Shift + Space inserts ;2u in `:terminal`. 
Incorrectly sent as .
--  // Issue#259: Shift + BackSpace inserts 7;2u in `:terminal`. 
Incorrectly sent as .
--  if (key == Qt::Key_Space
--  || key == Qt::Key_Backspace) {
--  mod &= ~Qt::ShiftModifier;
--  }
--
-   return ToKeyString(GetModifierPrefix(mod), 
specialKeys.value(key));
-   }
- 
diff --git 
editors/neovim-qt/patches/patch-src_gui_runtime_plugin_nvim_gui_shim_vim 
editors/neovim-qt/patches/patch-src_gui_runtime_plugin_nvim_gui_shim_vim
deleted file mode 100644
index 1c15c08ef76..000
--- editors/neovim-qt/patches/patch-src_gui_runtime_plugin_nvim_gui_shim_vim
+++ /dev/null
@@ -1,31 +0,0 @@
-From 0dfa20e481edbc582caa29c608195d3a206f21d7 Mon Sep 17 00:00:00 2001
-From: John Gehrig 
-Date: Tue, 21 Feb 2023 21:51:46 -0500
-Subject: [PATCH] Issue 999: Replace Issue 728 with key remap
-
-Many users find the shift-space and shift-backspace behavior in terminal
-frustrating. However, some users still want to map these sequences.
-
-Applying the runtime re-map workaround, since Neovim is unable to fix
-this issue upstream. Neovim still does not report `:terminal` mode.
-
-Index: src/gui/runtime/plugin/nvim_gui_shim.vim
 src/gui/runtime/plugin/nvim_gui_shim.vim.orig
-+++ src/gui/runtime/plugin/nvim_gui_shim.vim
-@@ -278,3 +278,16 @@ function! s:GuiWindowOpacityCommand(value) abort
-   call rpcnotify(0, 'Gui', 'WindowOpacity', a:value)
- endfunction
- command! -nargs=1 GuiWindowOpacity call s:GuiWindowOpacityCommand("")
-+
-+" Issue 728: Terminal reports ';2u' for key sequences such as 
-+" Force-mapping keys is a less-than ideal workaround, but it is the only
-+" option that appeases everyone. Neovim does not report terminal mode.
-+"
-+" See issues:
-+"  - https://github.com/neovim/neovim/issues/20325
-+"  - https://github.com/neovim/neovim/issues/19265
-+"  - https://github.com/equalsraf/neovim-qt/issues/999
-+tnoremap  
-+tnoremap  
-+tnoremap  
-+tnoremap  
diff --git editors/neovim-qt/patches/patch-test_tst_input_common_cpp 
editors/neovim-qt/patches/patch-test_tst_input_common_cpp
deleted file mode 100644
index f00a7d15347..000
--- editors/neovim-qt/patches/patch-test_tst_input_common_cpp
+++ /dev/null
@@ -1,50 +0,0 @@
-From 0dfa20e481edbc582caa29c608195d3a206f21d7 Mon Sep 17 00:00:00 2001
-From: John Gehrig 
-Date: Tue, 21 Feb 2023 21:51:46 -0500
-Subject: [PATCH] Issue 999: Replace Issue 728 

[update] www/newsraft to 0.22

2023-12-01 Thread Justin Berthault
Hi ports@

Update for newsraft to 0.22

Built and working on arm64.


diff /usr/ports
commit - c6455d83750343da26274e4e92e2f3f863afa136
path + /usr/ports
blob - c338dea1d111344a043ffea2a3e3eb45dd850426
file + www/newsraft/Makefile
--- www/newsraft/Makefile
+++ www/newsraft/Makefile
@@ -1,6 +1,6 @@
 COMMENT=   lightweight feed reader for text terminals
 
-DISTNAME=  newsraft-0.21
+DISTNAME=  newsraft-0.22
 WRKDIST=   ${WRKDIR}/newsraft
 
 CATEGORIES=www
blob - 7b2c67694fe87f064e5e3f0907b86e8592339e1c
file + www/newsraft/distinfo
--- www/newsraft/distinfo
+++ www/newsraft/distinfo
@@ -1,2 +1,2 @@
-SHA256 (newsraft-0.21.tar.gz) = 0SL+4YLYyWjgM+b+Oh+LcBmXgDlhpk0Yx9M8jf03Rp8=
-SIZE (newsraft-0.21.tar.gz) = 188176
+SHA256 (newsraft-0.22.tar.gz) = COs+4iLjaPEqQq0q6QwPTtQGDjGROydX1rMs66rG1Bg=
+SIZE (newsraft-0.22.tar.gz) = 188879

-- 
~Justin



security/qtkeychain: add Qt6 FLAVOR

2023-12-01 Thread Kirill Bychkov
Hi!
Attached diff adds Qt6 FLAVOR to qtkeychain. It is
needed for upcoming net/owncloudclient update.
OK?

qtkeychain-flavored.diff
Description: Binary data


[new] net/iamb, a terminal-based matrix client for vim addicts

2023-12-01 Thread Landry Breuil
hi,

here's a quick port for http://iamb.chat/, written in rust. untested yet
but starts fine. since gomuks is half-broken, might aswell have a rust
one..

feedback welcome, oks too

Landry


iamb-0.0.8.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2023-12-01 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/01 01:00:18

Modified files:
net/arp-scan   : Makefile distinfo 

Log message:
update OUI list