Re: CVS: cvs.openbsd.org: ports

2023-05-05 Thread Stuart Henderson
Fails on i386:

i/pobj/qbs-2.0.0/qbs-src-2.0.0/src/shared/quickjs/quickjs.c:54231:24: error: 
use of undeclared identifier 'JSValueUnion'

   return (JSValue){ (JSValueUnion){ .int32 = val }, tag };

  ^

Lots of implicit declarations too

On 2023/04/10 00:38, Rafael Sadowski wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   rsadow...@cvs.openbsd.org   2023/04/10 00:38:53
> 
> Modified files:
>   devel/qbs  : Makefile distinfo 
>   devel/qbs/patches: patch-cmake_QbsBuildConfig_cmake 
>   devel/qbs/pkg  : PLIST 
> Added files:
>   devel/qbs/patches: patch-src_lib_corelib_jsextensions_domxml_cpp 
>  patch-src_shared_quickjs_quickjs_c 
> Removed files:
>   devel/qbs/patches: patch-doc_man_man_pri 
> 
> Log message:
> Update QBS to 2.0.0
> 
> Switch from qmake/qt5 to cmake/qt6 to unbreak the build.
> 



Re: CVS: cvs.openbsd.org: ports

2023-05-05 Thread Stuart Henderson
Fails on i386:

c++  -DGTK -DNDEBUG -I ./../include -I ./../src --std=c++17 -fPIC -Wpedantic 
-Wall -O3 -I/usr/local/include/gtk-3.0 -I/usr/local/include/at-spi2-atk/2.0 
-I/usr/local/include/at-spi-2.0 -I/usr/X11R6/include 
-I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include 
-I/usr/local/include -I/usr/local/include/gio-unix-2.0 
-I/usr/X11R6/include/libdrm -I/usr/local/include/pango-1.0 
-I/usr/local/include/harfbuzz -I/usr/local/include/fribidi 
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo 
-I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 
-I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng16 -pthread 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe   -c 
./../src/CellBuffer.cxx

./../src/CellBuffer.cxx:216:39: error: cannot initialize a parameter of type 
'const int *' with an lvalue of type 'const Sci::Position *' (aka 'const long 
*')

   starts.InsertPartitions(lineAsPos, positions, lines);

  ^

On 2023/04/25 23:50, Landry Breuil wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   lan...@cvs.openbsd.org  2023/04/25 23:50:34
> 
> Modified files:
>   editors/scintilla: Makefile distinfo 
>   editors/scintilla/patches: patch-gtk_makefile 
>   editors/scintilla/pkg: PLIST 
> Removed files:
>   editors/scintilla/patches: patch-gtk_ScintillaGTKAccessible_cxx 
> 
> Log message:
> editors/scintilla: update to 5.3.4.
> 
> in v5 scintilla lexers were moved to their own project
> (https://www.scintilla.org/Lexilla.html) but as nothing in the ports
> tree links against them and they're shipped in the scite distfile
> they'll be built statically there.
> 
> vastly simplify gtk/makefile patch while here, and only install the
> shared library.
> 
> ok lraab@ semarie@
> 



CVS: cvs.openbsd.org: ports

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

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py3-botocore-1.29.127.



CVS: cvs.openbsd.org: ports

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

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.26.127.



CVS: cvs.openbsd.org: ports

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

Modified files:
net/py-s3transfer: Makefile distinfo 

Log message:
Update to py3-s3transfer-0.6.1.



CVS: cvs.openbsd.org: ports

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

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.27.127.



CVS: cvs.openbsd.org: ports

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

Modified files:
astro/py-sgp4  : Makefile distinfo 
astro/py-sgp4/pkg: PLIST 

Log message:
Update to py3-sgp4-2.22.



CVS: cvs.openbsd.org: ports

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

Modified files:
x11/icewm  : Makefile distinfo 
x11/icewm/patches: patch-src_yapp_cc 

Log message:
Update to icewm-3.3.4.



CVS: cvs.openbsd.org: ports

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

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

Log message:
Update to packer-1.8.7.



CVS: cvs.openbsd.org: ports

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

Added files:
editors/scintilla/patches: patch-src_CellBuffer_cxx 

Log message:
editors/scintilla: fix build on i386 (and probably 32-bits archs)

./../src/CellBuffer.cxx:216:39: error: cannot initialize a parameter of type 
'const int *' with an lvalue of type 'const Sci::Position *' (aka 'const long 
*')

reported by sthen@; thanks !



Re: CVS: cvs.openbsd.org: ports

2023-05-05 Thread Landry Breuil
Le Fri, May 05, 2023 at 07:59:04AM +0100, Stuart Henderson a écrit :
> Fails on i386:

must have been a copypasto, but reproduces with another error msg:

/build/obj/ports/blender-3.3.6/blender-3.3.6/source/blender/nodes/geometry/nodes/node_geo_uv_unwrap.cc:114:32:
error: non-constant-expression cannot be narrowed from type 'unsigned
int' to 'ParamKey' (aka 'long') in initializer list [-Wc++11-narrowing]
ParamKey vkeys[2]{edge.v1, edge.v2};
   ^~~
/build/obj/ports/blender-3.3.6/blender-3.3.6/source/blender/nodes/geometry/nodes/node_geo_uv_unwrap.cc:114:32:
note: insert an explicit cast to silence this issue
ParamKey vkeys[2]{edge.v1, edge.v2};
   ^~~
   static_cast( )
> 
> On 2023/04/27 00:00, Rafael Sadowski wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: rsadow...@cvs.openbsd.org   2023/04/27 00:00:34
> > 
> > Modified files:
> > graphics/blender: Makefile distinfo 
> > graphics/blender/patches: 
> >   patch-intern_cycles_util_aligned_malloc_cpp 
> >   patch-intern_guardedalloc_intern_mallocn_c 
> >   
> > patch-intern_guardedalloc_intern_mallocn_guarded_impl_c 
> >   
> > patch-intern_guardedalloc_intern_mallocn_intern_h 
> >   
> > patch-release_scripts_addons_io_scene_gltf2_io_com_gltf2_io_draco_compression_extension_py
> >  
> >   
> > patch-release_scripts_startup_bl_ui_space_toolsystem_common_py 
> >   
> > patch-source_blender_blenkernel_intern_packedFile_c 
> >   patch-source_blender_blenlib_BLI_filereader_h 
> >   patch-source_blender_blenlib_BLI_sys_types_h 
> >   patch-source_blender_blenlib_intern_storage_c 
> > graphics/blender/pkg: PLIST 
> > Added files:
> > graphics/blender/patches: patch-intern_ffmpeg_ffmpeg_compat_h 
> >   
> > patch-source_blender_blenkernel_intern_writeffmpeg_c 
> >   
> > patch-source_blender_imbuf_intern_anim_movie_c 
> >   patch-source_blender_imbuf_intern_indexer_c 
> > Removed files:
> > graphics/blender/patches: 
> >   
> > patch-build_files_cmake_Modules_FindOpenEXR_cmake 
> >   patch-intern_cycles_CMakeLists_txt 
> >   patch-source_blender_blenlib_intern_system_c 
> >   
> > patch-source_blender_blenloader_intern_writefile_c 
> >   
> > patch-source_blender_imbuf_intern_openexr_openexr_api_cpp 
> > 
> > Log message:
> > Update blender to 3.3.6
> > 
> > Update diff from Brad
> > 
> 



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/05/05 04:28:43

Modified files:
print/psutils  : Makefile 

Log message:
Missing BDEP on print/libpaper.



Re: CVS: cvs.openbsd.org: ports

2023-05-05 Thread Landry Breuil
Le Fri, May 05, 2023 at 12:18:51PM +0200, Landry Breuil a écrit :
> Le Fri, May 05, 2023 at 07:59:04AM +0100, Stuart Henderson a écrit :
> > Fails on i386:
> 
> must have been a copypasto, but reproduces with another error msg:
> 
> /build/obj/ports/blender-3.3.6/blender-3.3.6/source/blender/nodes/geometry/nodes/node_geo_uv_unwrap.cc:114:32:
> error: non-constant-expression cannot be narrowed from type 'unsigned
> int' to 'ParamKey' (aka 'long') in initializer list [-Wc++11-narrowing]
> ParamKey vkeys[2]{edge.v1, edge.v2};
>^~~
> /build/obj/ports/blender-3.3.6/blender-3.3.6/source/blender/nodes/geometry/nodes/node_geo_uv_unwrap.cc:114:32:
> note: insert an explicit cast to silence this issue
> ParamKey vkeys[2]{edge.v1, edge.v2};
>^~~
>static_cast( )

--- source/blender/nodes/geometry/nodes/node_geo_uv_unwrap.cc.orig
+++ source/blender/nodes/geometry/nodes/node_geo_uv_unwrap.cc
@@ -111,7 +111,7 @@ static VArray construct_uv_gvarray(const
MeshC
   }
   for (const int i : seam) {
 const MEdge &edge = mesh->medge[i];
-ParamKey vkeys[2]{edge.v1, edge.v2};
+ParamKey vkeys[2]{static_cast(edge.v1), 
static_cast(edge.v2)};
 GEO_uv_parametrizer_edge_set_seam(handle, vkeys);
   }
   /* TODO: once field input nodes are able to emit warnings (T94039),
 * emit a

seems to fix the build on i386. checking amd64..
> > 
> > On 2023/04/27 00:00, Rafael Sadowski wrote:
> > > CVSROOT:  /cvs
> > > Module name:  ports
> > > Changes by:   rsadow...@cvs.openbsd.org   2023/04/27 00:00:34
> > > 
> > > Modified files:
> > >   graphics/blender: Makefile distinfo 
> > >   graphics/blender/patches: 
> > > patch-intern_cycles_util_aligned_malloc_cpp 
> > > patch-intern_guardedalloc_intern_mallocn_c 
> > > 
> > > patch-intern_guardedalloc_intern_mallocn_guarded_impl_c 
> > > 
> > > patch-intern_guardedalloc_intern_mallocn_intern_h 
> > > 
> > > patch-release_scripts_addons_io_scene_gltf2_io_com_gltf2_io_draco_compression_extension_py
> > >  
> > > 
> > > patch-release_scripts_startup_bl_ui_space_toolsystem_common_py 
> > > 
> > > patch-source_blender_blenkernel_intern_packedFile_c 
> > > patch-source_blender_blenlib_BLI_filereader_h 
> > > patch-source_blender_blenlib_BLI_sys_types_h 
> > > patch-source_blender_blenlib_intern_storage_c 
> > >   graphics/blender/pkg: PLIST 
> > > Added files:
> > >   graphics/blender/patches: patch-intern_ffmpeg_ffmpeg_compat_h 
> > > 
> > > patch-source_blender_blenkernel_intern_writeffmpeg_c 
> > > 
> > > patch-source_blender_imbuf_intern_anim_movie_c 
> > > patch-source_blender_imbuf_intern_indexer_c 
> > > Removed files:
> > >   graphics/blender/patches: 
> > > 
> > > patch-build_files_cmake_Modules_FindOpenEXR_cmake 
> > > patch-intern_cycles_CMakeLists_txt 
> > > patch-source_blender_blenlib_intern_system_c 
> > > 
> > > patch-source_blender_blenloader_intern_writefile_c 
> > > 
> > > patch-source_blender_imbuf_intern_openexr_openexr_api_cpp 
> > > 
> > > Log message:
> > > Update blender to 3.3.6
> > > 
> > > Update diff from Brad
> > > 
> > 
> 



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/05/05 04:59:20

Modified files:
www/ungoogled-chromium: Makefile distinfo 
www/ungoogled-chromium/files: unveil.gpu unveil.main 
www/ungoogled-chromium/patches: patch-BUILD_gn 
patch-base_BUILD_gn 

patch-base_allocator_partition_allocator_page_allocator_constants_h 

patch-base_allocator_partition_allocator_page_allocator_internals_posix_h 

patch-base_allocator_partition_allocator_partition_alloc_config_h 

patch-base_allocator_partition_allocator_partition_alloc_constants_h 

patch-base_allocator_partition_allocator_partition_alloc_gni 

patch-base_allocator_partition_allocator_partition_page_h 

patch-base_allocator_partition_allocator_partition_root_cc 

patch-base_allocator_partition_allocator_spinning_mutex_cc 
patch-base_base_switches_cc 
patch-base_base_switches_h 
patch-base_files_file_util_posix_cc 
patch-base_files_file_util_unittest_cc 
patch-base_process_launch_h 
patch-base_process_process_unittest_cc 

patch-base_profiler_stack_sampling_profiler_test_util_cc 

patch-base_threading_platform_thread_unittest_cc 
patch-build_config_compiler_BUILD_gn 
patch-build_config_rust_gni 
patch-build_toolchain_gcc_toolchain_gni 
patch-cc_BUILD_gn 
patch-chrome_app_chrome_main_cc 

patch-chrome_app_chrome_main_delegate_cc 
patch-chrome_app_chromium_strings_grd 

patch-chrome_app_generated_resources_grd 
patch-chrome_browser_about_flags_cc 

patch-chrome_browser_background_background_mode_optimizer_cc 

patch-chrome_browser_browser_process_impl_cc 

patch-chrome_browser_browser_process_impl_h 

patch-chrome_browser_chrome_browser_interface_binders_cc 

patch-chrome_browser_chrome_browser_main_cc 

patch-chrome_browser_chrome_browser_main_linux_cc 

patch-chrome_browser_chrome_content_browser_client_cc 

patch-chrome_browser_chrome_content_browser_client_h 

patch-chrome_browser_download_chrome_download_manager_delegate_cc 

patch-chrome_browser_download_download_item_model_cc 

patch-chrome_browser_download_download_prefs_cc 

patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc
 

patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc
 

patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc
 

patch-chrome_browser_extensions_external_provider_impl_cc 

patch-chrome_browser_flag_descriptions_cc 

patch-chrome_browser_flag_descriptions_h 

patch-chrome_browser_media_webrtc_capture_policy_utils_cc 

patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc 

patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc 

patch-chrome_browser_media_webrtc_webrtc_logging_controller_h 

patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc 

patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_h 

patch-chrome_browser_metrics_chrome_metrics_service_client_cc 
   

CVS: cvs.openbsd.org: ports

2023-05-05 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2023/05/05 05:37:59

Added files:
graphics/blender/patches: 
  
patch-source_blender_nodes_geometry_nodes_node_geo_uv_unwrap_cc 

Log message:
graphics/blender: add cast to fix build on i386

reported by sthen@



CVS: cvs.openbsd.org: ports

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

Modified files:
textproc/libxml: Makefile distinfo 

Log message:
Update to libxml-2.11.2.



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2023/05/05 11:21:40

Modified files:
www/p5-URI : Makefile distinfo 

Log message:
update p5-URI to 5.19



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/05/05 11:39:05

Modified files:
sysutils/terragrunt: Makefile distinfo 

Log message:
Update to terragrunt-0.45.9.



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2023/05/05 14:17:55

Modified files:
math/netcdf: Makefile 

Log message:
Fortran support was split from netcdf-c a few releases ago.
Remove Fortran from the port and enable full NCZarr libzip support.



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2023/05/05 15:10:36

Modified files:
security/lego  : Makefile distinfo modules.inc 

Log message:
Update to lego-4.11.0

>From Horia Racoviceanu (maintainer)



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2023/05/05 15:25:47

Modified files:
devel  : Makefile 

Log message:
-p5-Test-Group



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2023/05/05 15:33:31

Removed files:
devel/p5-Test-Group: Makefile distinfo 
devel/p5-Test-Group/pkg: DESCR PLIST 

Log message:
Remove devel/p5-Test-Group as it does not work with modern Perl.
Make test fails with: "Module 'Test::Group' is known to be broken
in version 0.20 and below, newer versions have not been tested.
You have: 0.20".  It has been abandoned upstream since 2016.  No
reverse dependencies are left.



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2023/05/05 15:40:24

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
remove p5-Test-Group



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/05/05 18:19:53

Log message:
Import lang/deno

Deno is a simple, modern and secure runtime for JavaScript and
TypeScript that uses V8 and is built in Rust.

From Volker Schlecht
Input kn
OK rsadowski sthen

Status:

Vendor Tag: kn
Release Tags:   kn_20230506

N ports/lang/deno/Makefile
N ports/lang/deno/crates.inc
N ports/lang/deno/distinfo
N ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_build_rs
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_build_config_BUILDCONFIG_gn
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_build_config_BUILD_gn
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_build_config_compiler_BUILD_gn
N ports/lang/deno/patches/patch-cli_tools_standalone_rs
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_base_platform_memory_h
N ports/lang/deno/patches/patch-cli_standalone_rs
N ports/lang/deno/patches/patch-runtime_ops_os_mod_rs
N ports/lang/deno/patches/patch-core_Cargo_toml
N ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_BUILD_gn
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_base_platform_platform-openbsd_cc
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_build_toolchain_gcc_toolchain_gni
N ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_api_api_cc
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_base_atomicops_h
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_base_sys-info_cc
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_diagnostics_perf-jit_cc
N ports/lang/deno/patches/patch-ext_ffi_Cargo_toml
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_diagnostics_perf-jit_h
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_execution_isolate_cc
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_sandbox_sandbox_cc
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_snapshot_embedded_platform-embedded-file-writer-base_cc
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_snapshot_embedded_platform-embedded-file-writer-base_h
N ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_tools_run_py
N ports/lang/deno/patches/patch-cli_tools_upgrade_rs
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_snapshot_embedded_platform-embedded-file-writer-generic_cc
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_trap-handler_handler-inside-posix_cc
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_trap-handler_handler-inside-posix_h
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_trap-handler_trap-handler_h
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_include_v8-internal_h
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_include_v8config_h
N ports/lang/deno/patches/patch-cli_build_rs
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_v8_src_base_platform_platform-posix_cc
N 
ports/lang/deno/patches/patch-modcargo-crates_deno_task_shell-0_11_0_src_shell_commands_executable_rs
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_build_config_sysroot_gni
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_third_party_zlib_BUILD_gn
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_build_config_linux_BUILD_gn
N 
ports/lang/deno/patches/patch-modcargo-crates_libffi-sys-2_1_0_build_not_msvc_rs
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_third_party_zlib_cpu_features_c
N ports/lang/deno/patches/patch-ext_fs_std_fs_rs
N ports/lang/deno/patches/patch-ext_fs_30_fs_js
N ports/lang/deno/patches/patch-runtime_ops_signal_rs
N ports/lang/deno/patches/patch-runtime_ops_os_sys_info_rs
N 
ports/lang/deno/patches/patch-cli_napi_generated_symbol_exports_list_openbsd_def
N ports/lang/deno/patches/patch-tools_napi_generate_symbols_lists_js
N ports/lang/deno/patches/patch-tools_wpt_utils_ts
N ports/lang/deno/patches/patch-runtime_ops_tty_rs
N ports/lang/deno/patches/patch-ext_node_polyfills_os_ts
N ports/lang/deno/patches/patch-ext_node_polyfills__util_os_ts
N ports/lang/deno/patches/patch-ext_node_polyfills_internal_binding_uv_ts
N 
ports/lang/deno/patches/patch-modcargo-crates_v8-0_68_0_build_detect_host_arch_py
N ports/lang/deno/pkg/DESCR
N ports/lang/deno/pkg/PLIST
N ports/lang/deno/pkg/README

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/05/05 18:20:22

Modified files:
lang   : Makefile 

Log message:
+ deno



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/05/05 23:10:33

Log message:
Import qt6-qtgrpc-6.5.0, feedback and ok kn@

Comment:
gRPC support for Qt6

Required by:
debug-qt6-qtgrpc-6.5.0

Description:
The Qt GRPC and Qt Protobuf modules together allow you to define data and
messages in proto files, and then use the code generators, which generate 
code
allowing accessors for fields and gRPC services in the Qt framework. Such 
code
allows users to communicate with the server by sending calls or stream
messages.

Maintainer: Rafael Sadowski 

WWW: https://www.qt.io/

Status:

Vendor Tag: rsadowski
Release Tags:   rsadowski_20230506

N ports/x11/qt6/qtgrpc/Makefile
N ports/x11/qt6/qtgrpc/distinfo
N ports/x11/qt6/qtgrpc/pkg/DESCR
N ports/x11/qt6/qtgrpc/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/05/05 23:11:47

Log message:
Import qt6-qthttpserver-6.5.0, ok kn@

Comment:
HTTP Server support for Qt6

Required by:
debug-qt6-qthttpserver-6.5.0

Description:
Qt HTTP Server supports building HTTP server functionality into an 
application.
Common use cases are exposing the application's functionality through REST
APIs, or making devices in a trusted environment configurable also via HTTP.
The limitations are described in Limitations & Security.

Maintainer: Rafael Sadowski 

WWW: https://www.qt.io/

Status:

Vendor Tag: rsadowski
Release Tags:   rsadowski_20230506

N ports/x11/qt6/qthttpserver/Makefile
N ports/x11/qt6/qthttpserver/distinfo
N ports/x11/qt6/qthttpserver/pkg/DESCR
N ports/x11/qt6/qthttpserver/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/05/05 23:12:51

Log message:
Import qt6-qtquickeffectmaker-6.5.0, ok kn@

Comment:
Qt6 module for Qt Quick Effect Maker

Required by:
debug-qt6-qtquickeffectmaker-6.5.0

Description:
Qt Quick Effect Maker is a tool for creating shader effects for Qt Quick 
with
high productivity and performance.

Maintainer: Rafael Sadowski 

WWW: https://www.qt.io/

Status:

Vendor Tag: rsadowski
Release Tags:   rsadowski_20230506

N ports/x11/qt6/qtquickeffectmaker/Makefile
N ports/x11/qt6/qtquickeffectmaker/distinfo
N ports/x11/qt6/qtquickeffectmaker/pkg/DESCR
N ports/x11/qt6/qtquickeffectmaker/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/05/05 23:14:17

Log message:
Import qt6-qtquick3dphysics-6.5.0, tweaks, comments and OK kn@

Comment:
Quick 3D Physics support for Qt6

Required by:
debug-qt6-qtquick3dphysics-6.5.0

Description:
Qt Quick 3D Physics provides a high-level API for physics simulation. It
supports simulating interactive rigid bodies as well as static meshes and
non-colliding bodies used for detecting overlaps. Every simulated body can 
have
its own physical properties like mass, density and friction.

Maintainer: Rafael Sadowski 

WWW: https://www.qt.io/

Status:

Vendor Tag: rsadowski
Release Tags:   rsadowski_20230506

N ports/x11/qt6/qtquick3dphysics/Makefile
N ports/x11/qt6/qtquick3dphysics/distinfo
N ports/x11/qt6/qtquick3dphysics/pkg/DESCR
N ports/x11/qt6/qtquick3dphysics/pkg/PLIST
N 
ports/x11/qt6/qtquick3dphysics/patches/patch-src_3rdparty_PhysX_pxshared_include_foundation_PxPreprocessor_h
N 
ports/x11/qt6/qtquick3dphysics/patches/patch-src_3rdparty_PhysX_source_foundation_include_PsAllocator_h
N 
ports/x11/qt6/qtquick3dphysics/patches/patch-src_3rdparty_PhysX_source_foundation_src_unix_PsUnixThread_cpp
N 
ports/x11/qt6/qtquick3dphysics/patches/patch-src_3rdparty_PhysX_include_extensions_PxDefaultAllocator_h
N 
ports/x11/qt6/qtquick3dphysics/patches/patch-src_3rdparty_PhysX_source_physxmetadata_extensions_include_PxExtensionAutoGeneratedMetaDataObjects_h
N 
ports/x11/qt6/qtquick3dphysics/patches/patch-src_3rdparty_PhysX_source_physxvehicle_src_physxmetadata_include_PxVehicleAutoGeneratedMetaDataObjects_h
N 
ports/x11/qt6/qtquick3dphysics/patches/patch-src_3rdparty_PhysX_source_physxmetadata_core_include_PxAutoGeneratedMetaDataObjects_h

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/05/05 23:15:11

Modified files:
x11/qt6: Makefile 

Log message:
Enable new Qt ports



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2023/05/05 23:20:32

Modified files:
infrastructure/bin: dpb 
infrastructure/lib/DPB: Affinity.pm AffinityStub.pm 
BasePkgPath.pm Clock.pm Config.pm 
Core.pm Distfile.pm Engine.pm 
ErrorList.pm External.pm Fetch.pm 
Grabber.pm Heuristics.pm Host.pm 
HostProperties.pm Job.pm Limiter.pm 
Locks.pm Logger.pm MiniCurses.pm 
PkgPath.pm PortBuilder.pm PortInfo.pm 
Queue.pm Reporter.pm Roach.pm 
Serialize.pm Shell.pm Signature.pm 
State.pm SubEngine.pm Trace.pm User.pm 
Util.pm Vars.pm 
infrastructure/lib/DPB/Core: Distant.pm Init.pm 
infrastructure/lib/DPB/Heuristics: FetchQueue.pm Nosize.pm 
   Size.pm SpeedFactor.pm 
infrastructure/lib/DPB/Job: Fetch.pm Port.pm 
infrastructure/lib/DPB/PortBuilder: Rebuild.pm 
infrastructure/lib/DPB/Reporter: Tty.pm 
infrastructure/lib/DPB/SubEngine: Build.pm Fetch.pm Roach.pm 

Log message:
move dpb to use v5.36; (function signatures for most parts)

tested by tb@ and naddy@ thanks

(I removed the 'use strict' since it's also subsummed by v5.36 as told by
afresh1@)



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2023/05/05 23:21:15

Modified files:
infrastructure/bin: proot 

Log message:
use v5.36, okay tb@
(this also adds an error message in the parser)



CVS: cvs.openbsd.org: ports

2023-05-05 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2023/05/05 23:24:07

Modified files:
infrastructure/bin: dpb-replay 

Log message:
use v5.36;
also adds -C as a synonym for -c, since I tend to mistype it all the time ;)