Re: CVS: cvs.openbsd.org: ports

2023-12-08 Thread Antoine Jacoutot
On Thu, Dec 07, 2023 at 04:08:29AM -0700, Stuart Henderson wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   st...@cvs.openbsd.org   2023/12/07 04:08:29
> 
> Modified files:
>   security/step-cli: Makefile distinfo modules.inc 
> 
> Log message:
> update to step-cli-0.25.1

Failed in my bulkd:


===>  Faking installation for step-cli-0.25.1
/exopi-obj/pobj/step-cli-0.25.1/bin/install -d -m 755 
/exopi-obj/pobj/step-cli-0.25.1/fake-amd64/usr/local/bin &&  
/exopi-obj/pobj/step-cli-0.25.1/bin/install -c  -m 755 
/exopi-obj/pobj/step-cli-0.25.1/go/bin/*  
/exopi-obj/pobj/step-cli-0.25.1/fake-amd64/usr/local/bin;
/exopi-obj/pobj/step-cli-0.25.1/bin/install -d -m 755  
/exopi-obj/pobj/step-cli-0.25.1/fake-amd64/usr/local/share/bash-completion/completions
  /exopi-obj/pobj/step-cli-0.25.1/fake-amd64/usr/local/share/zsh/site-functions 
 
/exopi-obj/pobj/step-cli-0.25.1/fake-amd64/usr/local/share/fish/vendor_completions.d
/exopi-obj/pobj/step-cli-0.25.1/go/bin/step completion bash >  
/exopi-obj/pobj/step-cli-0.25.1/fake-amd64/usr/local/share/bash-completion/completions/step
open /root/.step/contexts.json failed: permission denied
*** Error 1 in security/step-cli (Makefile:31 'post-install')
*** Error 2 in security/step-cli 
(/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:3148 
'/exopi-obj/pobj/step-cli-0.25.1/fake-amd64/.fake_done')
*** Error 2 in security/step-cli 
(/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2702 'fake': 
@lock=step-cli-0.25.1;  export _LOCKS_HELD=" s...)
===> Exiting security/step-cli with an error


-- 
Antoine



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/12/09 00:12:02

Modified files:
devel/qcoro: Makefile distinfo 
devel/qcoro/pkg: PLIST 
Removed files:
devel/qcoro/patches: patch-qcoro_coroutine_h 

Log message:
Update qcoro to 0.10.0



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/jenkins/devel: Makefile distinfo 
devel/jenkins/stable: Makefile distinfo 

Log message:
Update Jenkins -devel -stable to the latest versions



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/12/08 20:41:47

Modified files:
security/qca-qt5: Makefile 
security/qca-qt5/patches: patch-plugins_qca-ossl_qca-ossl_cpp 

Log message:
qca-qc5: simplify LibreSSL patching

We've had TLSv1.3 support for a while and HKDF via EVP has also been
available for a few releases. Redirect SSL_CIPHER_standard_name()
through SSL_CIHPER_get_name() via a #define rather than multiple #ifdef.



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2023/12/08 15:50:43

Modified files:
devel/xtensa-elf/binutils: Makefile 
devel/xtensa-elf/binutils/pkg: PLIST 

Log message:
Comment out info/as.info as we do all other info files to avoid conflicting
with devel/binutils. Bump revision.
Notified by aja@ during the first bulk build with harelang. ok op@



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2023/12/08 10:04:07

Modified files:
security/ruby-argon2: Makefile distinfo 
security/ruby-argon2/pkg: PLIST 

Log message:
Update to argon2 2.3.0

Mostly from wen heping 



CVS: cvs.openbsd.org: ports

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

Modified files:
wayland/libei  : Makefile 

Log message:
Missing BDEP on x11/xkbcommon.

breakage reported by tb@



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/12/08 08:10:56

Modified files:
devel/qt-creator: Makefile distinfo 
devel/qt-creator/patches: 
  
patch-src_libs_3rdparty_libptyqt_unixptyprocess_cpp 
  patch-src_libs_3rdparty_sqlite_sqlite3_c 
  patch-src_plugins_qmldesigner_CMakeLists_txt 
  patch-src_tools_qml2puppet_CMakeLists_txt 
devel/qt-creator/pkg: PLIST 
Added files:
devel/qt-creator/patches: patch-cmake_QtCreatorAPIInternal_cmake 
  patch-src_libs_3rdparty_sqlite_config_h 

Log message:
Update qt-creator to 12.0.0



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/08 07:08:27

Modified files:
devel/epoll-shim: Makefile distinfo 

Log message:
Update to epoll-shim-0.0.20230411.



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2023/12/08 06:03:22

Modified files:
devel/got  : Tag: OPENBSD_7_4 Makefile distinfo 

Log message:
7.4-stable: update to got 0.95

Fixes a regression from the 0.94 update where the 'chroot' option in
gotwebd.conf was broken. Also adds more gotwebd features.



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2023/12/08 06:00:22

Modified files:
devel/got  : Makefile distinfo 

Log message:
update to got 0.95

see git repository history for per-change authorship information
- plug memory leaks in checkout, update, and status commands
- gotwebd: repair the "chroot" option in /etc/gotwebd.conf; regression from 0.94
- gotwebd: add breadcumbs to navigate paths in tree/blob/commits/blame views
- gotwebd: add a dark mode, enabled based on web-browser preferences
- gotwebd: add History/Blob/Raw-File links to blob and blame views
- gotwebd: adjust blob line numbers for text-mode browsers
- gotwebd: make the blame view work in text-mode browsers
- gotwebd: add a Patch action to serve diffs in plain text
- gotwebd: add Patch and Tree links to the diff view
- gotwebd: display README files in tree views
- gotwebd: display a tree-listing and README files in the summary view
- gotwebd: render less tags in the summary page to make space for other content
- gotwebd: swap order of tags and branch listings on the summary page
- gotwebd: display 'More' link instead of 'prev/next' links in the tag listing



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2023/12/08 05:20:45

Modified files:
devel/p5-Sub-Override: Makefile distinfo 
devel/p5-Sub-Override/pkg: PLIST 

Log message:
Update to p5-Sub-Override-0.10.



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2023/12/08 05:07:21

Modified files:
x11/polybar: Makefile distinfo 
x11/polybar/patches: patch-lib_i3ipcpp_src_ipc_cpp 
Removed files:
x11/polybar/patches: patch-include_common_hpp 

Log message:
update to polybar-3.7.1



CVS: cvs.openbsd.org: ports

2023-12-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2023/12/08 04:57:16

Modified files:
security/rp++  : Makefile distinfo 
Removed files:
security/rp++/patches: patch-src_rp_elf_struct_hpp 
   patch-src_rp_platform_h 

Log message:
update to rp++-2.1.3



CVS: cvs.openbsd.org: ports

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

Modified files:
sysutils/kubectl: Makefile distinfo 

Log message:
Update kubectl to 1.28.4



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/kf5/kcoreaddons: Makefile 
devel/kf5/kcoreaddons/patches: 
   patch-src_lib_util_kprocesslist_unix_cpp 

Log message:
Sync with upstream PR398



CVS: cvs.openbsd.org: ports

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

Modified files:
www/seamonkey  : Makefile distinfo 
www/seamonkey/patches: patch-widget_nsPrintSettingsImpl_cpp 
www/seamonkey-i18n: Makefile.inc distinfo 
Added files:
www/seamonkey/patches: patch-intl_lwbrk_LineBreaker_cpp 

Log message:
www/seamonkey: update to 2.53.18 and unbreak

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

- add patch to fix build with systemwide ICU 74
- the build failure with recent rust about packed_simd was fixed upstream
via #1849874 & #1860935

thanks semarie@ for the RUSTC_BOOTSTRAP hint