Re: CVS: cvs.openbsd.org: ports

2023-02-15 Thread Kevin Lo
On Tue, Feb 14, 2023 at 12:09:09PM +0100, Antoine Jacoutot wrote:
> 
> On Wed, Feb 08, 2023 at 06:02:06AM -0700, Patrick Wildt wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: patr...@cvs.openbsd.org 2023/02/08 06:02:06
> > 
> > Modified files:
> > devel/riscv-elf/binutils: Makefile distinfo 
> > devel/riscv-elf/binutils/patches: patch-gprof_Makefile_in 
> >   patch-ld_Makefile_in 
> >   
> > patch-ld_emulparams_elf32lriscv-defs_sh 
> >   patch-libiberty_Makefile_in 
> > devel/riscv-elf/binutils/pkg: PLIST 
> > Added files:
> > devel/riscv-elf/binutils/patches: patch-bfd_Makefile_in 
> >   patch-binutils_Makefile_in 
> >   patch-gas_Makefile_in 
> > sysutils/u-boot/patches: patch-arch_riscv_Makefile 
> > Removed files:
> > devel/riscv-elf/binutils/patches: patch-bfd_doc_Makefile_in 
> >   patch-binutils_doc_Makefile_in 
> >   patch-gas_doc_Makefile_in 
> > 
> > Log message:
> > Update riscv-elf-binutils to 2.40
> > 
> > Since some defaults in binutils changed, U-Boot needs a diff to continue
> > to build which has been pulled from U-Boot upstream.
> > 
> > ok kevlo@
> 
> Failed to build in my last bulk.

I cannot reproduce the issue on amd64 or arm64.  Both of them are fresh install
of snapshots.  According to your build log, it seems that you have
archivers/zstd installed, is this patch helpful?  Thanks.

Index: devel/riscv-elf/binutils/Makefile
===
RCS file: /cvs/ports/devel/riscv-elf/binutils/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- devel/riscv-elf/binutils/Makefile   8 Feb 2023 13:02:06 -   1.4
+++ devel/riscv-elf/binutils/Makefile   15 Feb 2023 08:04:09 -
@@ -1,6 +1,7 @@
 COMMENT=   binutils for riscv-elf cross-development
 
 V= 2.40
+REVISION=  0
 DISTNAME=  binutils-${V}
 
 HOMEPAGE=  https://www.gnu.org/software/binutils/
@@ -15,7 +16,8 @@ USE_LIBTOOL=  No
 
 CONFIGURE_ARGS+=--enable-commonbfdlib=no \
--enable-interwork   \
-   --enable-multilib
+   --enable-multilib   \
+   --without-zstd
 
 SUBST_VARS +=  CONFIG
 



Re: CVS: cvs.openbsd.org: ports

2023-02-15 Thread Antoine Jacoutot
On Wed, Feb 15, 2023 at 04:16:46PM +0800, Kevin Lo wrote:
> On Tue, Feb 14, 2023 at 12:09:09PM +0100, Antoine Jacoutot wrote:
> > 
> > On Wed, Feb 08, 2023 at 06:02:06AM -0700, Patrick Wildt wrote:
> > > CVSROOT:  /cvs
> > > Module name:  ports
> > > Changes by:   patr...@cvs.openbsd.org 2023/02/08 06:02:06
> > > 
> > > Modified files:
> > >   devel/riscv-elf/binutils: Makefile distinfo 
> > >   devel/riscv-elf/binutils/patches: patch-gprof_Makefile_in 
> > > patch-ld_Makefile_in 
> > > 
> > > patch-ld_emulparams_elf32lriscv-defs_sh 
> > > patch-libiberty_Makefile_in 
> > >   devel/riscv-elf/binutils/pkg: PLIST 
> > > Added files:
> > >   devel/riscv-elf/binutils/patches: patch-bfd_Makefile_in 
> > > patch-binutils_Makefile_in 
> > > patch-gas_Makefile_in 
> > >   sysutils/u-boot/patches: patch-arch_riscv_Makefile 
> > > Removed files:
> > >   devel/riscv-elf/binutils/patches: patch-bfd_doc_Makefile_in 
> > > patch-binutils_doc_Makefile_in 
> > > patch-gas_doc_Makefile_in 
> > > 
> > > Log message:
> > > Update riscv-elf-binutils to 2.40
> > > 
> > > Since some defaults in binutils changed, U-Boot needs a diff to continue
> > > to build which has been pulled from U-Boot upstream.
> > > 
> > > ok kevlo@
> > 
> > Failed to build in my last bulk.
> 
> I cannot reproduce the issue on amd64 or arm64.  Both of them are fresh 
> install
> of snapshots.  According to your build log, it seems that you have
> archivers/zstd installed, is this patch helpful?  Thanks.

Probably, it's during a bulk, so archivers/zstd might be installed at
configure time and junked by dpb(1). This is a feature to find hidden
dependencies.

Your patch looks ok.


> 
> Index: devel/riscv-elf/binutils/Makefile
> ===
> RCS file: /cvs/ports/devel/riscv-elf/binutils/Makefile,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 Makefile
> --- devel/riscv-elf/binutils/Makefile 8 Feb 2023 13:02:06 -   1.4
> +++ devel/riscv-elf/binutils/Makefile 15 Feb 2023 08:04:09 -
> @@ -1,6 +1,7 @@
>  COMMENT= binutils for riscv-elf cross-development
>  
>  V=   2.40
> +REVISION=0
>  DISTNAME=binutils-${V}
>  
>  HOMEPAGE=https://www.gnu.org/software/binutils/
> @@ -15,7 +16,8 @@ USE_LIBTOOL=No
>  
>  CONFIGURE_ARGS+=--enable-commonbfdlib=no \
>   --enable-interwork   \
> - --enable-multilib
> + --enable-multilib   \
> + --without-zstd
>  
>  SUBST_VARS +=CONFIG
>  
> 

-- 
Antoine



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Kevin Lo
CVSROOT:/cvs
Module name:ports
Changes by: ke...@cvs.openbsd.org   2023/02/15 01:45:14

Modified files:
devel/riscv-elf/binutils: Makefile 

Log message:
Adding --without-zstd to the configure options, so that build doesn't fail
for porters who have archivers/zstd installed.

Build failure reported by aja@, thanks.
Looks ok to aja@



Re: CVS: cvs.openbsd.org: ports

2023-02-15 Thread Kevin Lo
On Wed, Feb 15, 2023 at 09:23:56AM +0100, Antoine Jacoutot wrote:
> On Wed, Feb 15, 2023 at 04:16:46PM +0800, Kevin Lo wrote:
> > On Tue, Feb 14, 2023 at 12:09:09PM +0100, Antoine Jacoutot wrote:
> > > 
> > > On Wed, Feb 08, 2023 at 06:02:06AM -0700, Patrick Wildt wrote:
> > > > CVSROOT:/cvs
> > > > Module name:ports
> > > > Changes by: patr...@cvs.openbsd.org 2023/02/08 06:02:06
> > > > 
> > > > Modified files:
> > > > devel/riscv-elf/binutils: Makefile distinfo 
> > > > devel/riscv-elf/binutils/patches: patch-gprof_Makefile_in 
> > > >   patch-ld_Makefile_in 
> > > >   
> > > > patch-ld_emulparams_elf32lriscv-defs_sh 
> > > >   patch-libiberty_Makefile_in 
> > > > devel/riscv-elf/binutils/pkg: PLIST 
> > > > Added files:
> > > > devel/riscv-elf/binutils/patches: patch-bfd_Makefile_in 
> > > >   patch-binutils_Makefile_in 
> > > >   patch-gas_Makefile_in 
> > > > sysutils/u-boot/patches: patch-arch_riscv_Makefile 
> > > > Removed files:
> > > > devel/riscv-elf/binutils/patches: patch-bfd_doc_Makefile_in 
> > > >   
> > > > patch-binutils_doc_Makefile_in 
> > > >   patch-gas_doc_Makefile_in 
> > > > 
> > > > Log message:
> > > > Update riscv-elf-binutils to 2.40
> > > > 
> > > > Since some defaults in binutils changed, U-Boot needs a diff to continue
> > > > to build which has been pulled from U-Boot upstream.
> > > > 
> > > > ok kevlo@
> > > 
> > > Failed to build in my last bulk.
> > 
> > I cannot reproduce the issue on amd64 or arm64.  Both of them are fresh 
> > install
> > of snapshots.  According to your build log, it seems that you have
> > archivers/zstd installed, is this patch helpful?  Thanks.
> 
> Probably, it's during a bulk, so archivers/zstd might be installed at
> configure time and junked by dpb(1). This is a feature to find hidden
> dependencies.

I see, thanks!

> Your patch looks ok.

Just committed the patch :)



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/02/15 02:06:39

Modified files:
lang/php/8.2   : Makefile distinfo 

Log message:
update to php-8.2.3



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/02/15 02:06:42

Modified files:
lang/php/8.1   : Makefile distinfo 

Log message:
update to php-8.1.16



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/02/15 02:06:45

Modified files:
lang/php/8.0   : Makefile distinfo 

Log message:
update to php-8.0.28



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/02/15 02:07:24

Modified files:
lang/php/8.0   : Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
update to php-8.0.28



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/02/15 02:07:32

Modified files:
lang/php/8.1   : Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
update to php-8.1.16



CVS: cvs.openbsd.org: ports

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

Modified files:
games/freedroidrpg: Makefile distinfo 
games/freedroidrpg/pkg: PLIST 
Removed files:
games/freedroidrpg/patches: patch-src_Makefile_in 
patch-src_global_h 
patch-src_lvledit_lvledit_tools_h 
patch-src_mapgen_mapgen_h 
patch-src_struct_h 
games/freedroidrpg/pkg: MESSAGE 

Log message:
Update to freedroidrpg-1.0.



CVS: cvs.openbsd.org: ports

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

Modified files:
mail/sendmail  : Makefile distinfo 
mail/sendmail/patches: patch-cf_m4_proto_m4 

Log message:
Update to sendmail-8.17.1.26.



CVS: cvs.openbsd.org: ports

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

Modified files:
www/mozilla-firefox: Makefile distinfo 
www/mozilla-firefox/patches: 
 patch-media_ffvpx_libavcodec_x86_fft_asm 
 
patch-toolkit_components_downloads_DownloadIntegration_sys_mjs 
www/firefox-i18n: Makefile.inc distinfo 
Added files:
www/mozilla-firefox/patches: 
 patch-media_libcubeb_src_cubeb_sndio_c 

Log message:
www/mozilla-firefox: update to 110.0.

see https://www.mozilla.org/en-US/firefox/110.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-05/

- fix mistake in patch-media_ffvpx_libavcodec_x86_fft_asm, from tb@
- add patch from ratchov@ to switch sndio to 24-bits, being upstreamed
in #1814359

wont be backported to 7.2, as it requires a newer rust and a newer icu,
and after trying a bit to patch out/loosen some dependencies i gave up.



CVS: cvs.openbsd.org: ports

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

Modified files:
www/firefox-esr: Makefile distinfo 

Log message:
www/firefox-esr: update to 102.8.0.

see https://www.mozilla.org/en-US/firefox/102.8.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-06/



CVS: cvs.openbsd.org: ports

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

Modified files:
www/firefox-esr: Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
www/firefox-esr: MFC update to 102.8.0.

see https://www.mozilla.org/en-US/firefox/102.8.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-06/



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/02/15 03:09:07

Modified files:
x11/gnome/mutter: Makefile distinfo 
x11/gnome/mutter/patches: 
  patch-clutter_clutter_clutter-frame-clock_c 
  patch-src_backends_meta-backend_c 

Log message:
Update to mutter-43.3.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/02/15 03:09:24

Modified files:
x11/gnome/shell: Makefile distinfo 
x11/gnome/shell/pkg: PLIST 

Log message:
Update to gnome-shell-43.3.



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/vte3 : Makefile distinfo 

Log message:
Update to vte3-0.70.3.



CVS: cvs.openbsd.org: ports

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

Modified files:
www/firefox-esr/patches: 
 patch-media_ffvpx_libavcodec_x86_fft_asm 

Log message:
www/firefox-esr: fix tb@'s patch as applied to mozilla-firefox



CVS: cvs.openbsd.org: ports

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

Modified files:
www/tor-browser/browser/patches: 
 
patch-media_ffvpx_libavcodec_x86_fft_asm 

Log message:
www/tor-browser/browser: fix tb@'s patch as applied to mozilla-firefox



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/02/15 03:20:11

Modified files:
sysutils/google-cloud-sdk: Makefile distinfo 
sysutils/google-cloud-sdk/pkg: PLIST 

Log message:
Update to google-cloud-sdk-418.0.0.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/02/15 03:22:01

Modified files:
devel/subversion: Makefile 
Added files:
devel/subversion/patches: 
  
patch-subversion_bindings_swig_include_proxy_swg 

Log message:
backport fix to unbreak py-subversion with swig 4.x
https://svn.apache.org/r1904167 / https://svn.apache.org/r1905173
ok stsp@



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/02/15 07:19:35

ports/mail/grommunio/admin-api/files

Update of /cvs/ports/mail/grommunio/admin-api/files
In directory cvs.openbsd.org:/tmp/cvs-serv46100/files

Log Message:
Directory /cvs/ports/mail/grommunio/admin-api/files added to the repository



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/02/15 07:20:19

Modified files:
mail/grommunio/admin-api: Makefile 
mail/grommunio/admin-api/pkg: PLIST 
Added files:
mail/grommunio/admin-api/files: database.yaml 
mail/grommunio/admin-api/patches: patch-data_yaml2json_py 
  patch-main_py 
  patch-tools_logs_py 
mail/grommunio/admin-api/pkg: grommunio_admin_api.rc 

Log message:
add an example configuration file and an rc script for the API service



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/02/15 07:21:49

Modified files:
mail/grommunio/sync: Makefile 

Log message:
fixup pecl-redis dependency



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/02/15 07:22:13

Modified files:
mail/grommunio/web/patches: patch-Makefile 

Log message:
unbreak build by pointing to the correct php binary



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/02/15 07:22:27

ports/mail/grommunio/gromox/files

Update of /cvs/ports/mail/grommunio/gromox/files
In directory cvs.openbsd.org:/tmp/cvs-serv72798/files

Log Message:
Directory /cvs/ports/mail/grommunio/gromox/files added to the repository



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/02/15 07:29:53

Modified files:
mail/grommunio/gromox: Makefile 
mail/grommunio/gromox/pkg: PLIST-main README-main 
   gromox_delivery.rc 
Added files:
mail/grommunio/gromox/files: http.cfg mysql_adaptor.cfg smtp.cfg 

Log message:
add some missing example configuration files and some instructions in the readme
on setting up grommunio



Re: CVS: cvs.openbsd.org: ports

2023-02-15 Thread Antoine Jacoutot
On Tue, Feb 14, 2023 at 06:37:57AM -0700, Brian Callahan wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   bcal...@cvs.openbsd.org 2023/02/14 06:37:57
> 
> Modified files:
>   sysutils/trash-d: Makefile 
> Added files:
>   sysutils/trash-d/patches: patch-dub_json 
> patch-source_trash_ver_d 
> 
> Log message:
> Newer versions of dub have very strong opinions of what a version string
> looks like, which breaks assumptions and the build in trash-d.
> Fix those assumptions and get it building and working again.
> Spotted by aja@, thanks and sorry.

Fails in a different way:

===>  Compiler link: clang -> /usr/bin/clang
===>  Compiler link: clang++ -> /usr/bin/clang++
===>  Compiler link: cc -> /usr/bin/cc
===>  Compiler link: c++ -> /usr/bin/c++
===>  Generating configure for trash-d-18p0
===>  Configuring for trash-d-18p0
===>  Building for trash-d-18p0
cd /hack/cvs/ports/pobj/trash-d-18/trash-d-18 && dub build -b release 
--cache=local --compiler=dmd
 Warning /hack/cvs/ports/pobj/trash-d-18/trash-d-18/dub.json(5:1): 
shortVersion: Key is not a valid member of this section. There are 53 valid 
keys: name, description, homepage, authors, copyright, license, 
toolchainRequirements, configurations, buildTypes, -ddoxFilterArgs, -ddoxTool, 
subPackages, version, dependencies, systemDependencies, targetType, targetPath, 
targetName, workingDirectory, mainSourceFile, subConfigurations, dflags, 
lflags, libs, sourceFiles, sourcePaths, excludedSourceFiles, injectSourceFiles, 
copyFiles, extraDependencyFiles, versions, debugVersions, versionFilters, 
debugVersionFilters, importPaths, stringImportPaths, preGenerateCommands, 
postGenerateCommands, preBuildCommands, postBuildCommands, preRunCommands, 
postRunCommands, environments, buildEnvironments, runEnvironments, 
preGenerateEnvironments, postGenerateEnvironments, preBuildEnvironments, 
postBuildEnvironments, preRunEnvironments, postRunEnvironments, 
buildRequirements, buildOptions
 Warning /hack/cvs/ports/pobj/trash-d-18/trash-d-18/dub.json(6:1): 
versionName: Key is not a valid member of this section. Did you mean: version, 
versions, versionFilters
Starting Performing "release" build using dmd for x86_64.
Error /nonexistent: Permission denied
*** Error 2 in . (Makefile:31 'do-build')
*** Error 2 in . (/hack/cvs/ports/infrastructure/mk/bsd.port.mk:2956 
'/hack/cvs/ports/pobj/trash-d-18/.build_done': @cd /usr/ports/sysutils/...)
*** Error 2 in /usr/ports/sysutils/trash-d 
(/hack/cvs/ports/infrastructure/mk/bsd.port.mk:2600 'all': @lock=trash-d-18p0;  
export _LOCKS_HEL...)


-- 
Antoine



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/git  : Makefile distinfo 

Log message:
security update to git 2.39.2

https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.30.8.txt



CVS: cvs.openbsd.org: ports

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

Modified files:
sysutils/trash-d: Makefile 

Log message:
Give up on using dub until I can work out the breaking changes with
upstream. Should fix the build.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/02/15 08:30:58

Modified files:
sysutils/opensbi: Makefile 

Log message:
opensbi now needs python to build



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/02/15 08:31:57

Modified files:
devel/vte3 : Makefile distinfo 

Log message:
Use official source tarball.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/02/15 09:14:28

Modified files:
www/py-soupsieve: Makefile distinfo 

Log message:
update to py3-soupsieve-2.4



CVS: cvs.openbsd.org: ports

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

Modified files:
meta/gnome : Makefile 

Log message:
Welcome GNOME 43.3.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Kurt Miller
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/02/15 09:55:39

Modified files:
devel/jdk/11   : Makefile 

Log message:
Be sure to use system awk and not pickup a silent depend on gawk. Fixes
build failures when gawk was junked as noted by tb@.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Joel Sing
CVSROOT:/cvs
Module name:ports
Changes by: js...@cvs.openbsd.org   2023/02/15 10:03:52

Modified files:
lang/go: Makefile distinfo 
lang/go/patches: patch-src_cmd_asm_internal_asm_endtoend_test_go 
 patch-src_cmd_dist_build_go 
 patch-src_cmd_internal_objabi_reloctype_go 
 patch-src_cmd_internal_objabi_reloctype_string_go 
 patch-src_cmd_link_internal_arm64_asm_go 
 patch-src_cmd_link_internal_ld_config_go 
 patch-src_cmd_link_internal_ld_data_go 
 patch-src_cmd_link_internal_ld_elf_go 
 patch-src_cmd_link_internal_ld_lib_go 
 patch-src_cmd_link_internal_ld_main_go 
 patch-src_cmd_link_internal_loadelf_ldelf_go 
 patch-src_cmd_link_internal_mips64_obj_go 
 patch-src_cmd_link_internal_ppc64_asm_go 
 patch-src_cmd_link_internal_riscv64_obj_go 
 patch-src_cmd_link_internal_s390x_asm_go 
 patch-src_runtime_asm_riscv64_s 
 patch-src_runtime_defs_openbsd_mips64_go 
 patch-src_runtime_defs_openbsd_riscv64_go 
 patch-src_runtime_os_openbsd_syscall2_go 
 patch-src_runtime_os_openbsd_syscall_go 
 patch-src_runtime_proc_go 
 patch-src_runtime_signal_riscv64_go 
 patch-src_runtime_sys_openbsd_mips64_s 
 patch-src_syscall_mkall_sh 
 patch-src_syscall_zsyscall_openbsd_riscv64_go 
 patch-src_syscall_zsyscall_openbsd_riscv64_s 
lang/go/pkg: PLIST 
Removed files:
lang/go/patches: 
 
patch-src_cmd_vendor_golang_org_x_sys_unix_asm_openbsd_riscv64_s 
 
patch-src_cmd_vendor_golang_org_x_sys_unix_syscall_openbsd_riscv64_go 
 
patch-src_cmd_vendor_golang_org_x_sys_unix_zerrors_openbsd_riscv64_go 
 
patch-src_cmd_vendor_golang_org_x_sys_unix_zsyscall_openbsd_riscv64_go 
 
patch-src_cmd_vendor_golang_org_x_sys_unix_zsysctl_openbsd_riscv64_go 
 
patch-src_cmd_vendor_golang_org_x_sys_unix_zsysnum_openbsd_riscv64_go 
 
patch-src_cmd_vendor_golang_org_x_sys_unix_ztypes_openbsd_riscv64_go 
 patch-src_internal_cpu_cpu_arm64_openbsd_go 
 patch-src_internal_cpu_cpu_arm64_other_go 
 patch-src_runtime_os_openbsd_go 
 patch-src_sync_atomic_atomic_test_go 
 patch-src_sync_atomic_type_go 
 
patch-src_vendor_golang_org_x_sys_cpu_cpu_other_riscv64_go 

Log message:
Update lang/go to 1.20.1.

Thanks to tb@ for putting an earlier version through a bulk build.

ok tb@



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/02/15 10:18:09

Modified files:
net/dendrite   : Makefile 
net/syncthing  : Makefile 
net/go-ipfs: Makefile 

Log message:
dendrite, syncthing, go-ipfs: mark broken after Go update

Upstreams need to unhibernate and update their vendored quic-go

github.com/lucas-clemente/quic-go/internal/qtls
# github.com/lucas-clemente/quic-go/internal/qtls
../../../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.30.0/internal/qtls/go120.go:5:13:
 cannot use "The version of quic-go you're using can't be built on Go1.20 yet. 
For more details, please 
seehttps://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions.";
(untyped string constant "The version of quic-go you're using can't be built 
onGo 1.20 yet. F...) as int value in variable declaration



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/github-cli: Makefile distinfo modules.inc 
devel/github-cli/pkg: PLIST 

Log message:
update to github-cli 2.23.0

built/tested with go 1.20
take maintainer



CVS: cvs.openbsd.org: ports

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

Modified files:
sysutils/gitlab-cli: Makefile distinfo modules.inc 
sysutils/gitlab-cli/pkg: PLIST 

Log message:
update to gitlab-cli 1.25.3

built/tested with go 1.20
take maintainer



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/02/15 11:40:25

Modified files:
security/py-tlsfuzzer: Makefile distinfo 

Log message:
Udpate to tlsfuzzer 20230215



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:ports
Changes by: an...@cvs.openbsd.org   2023/02/15 12:59:44

Modified files:
devel/robsd: Makefile 

Log message:
Fix build on sparc64, thanks to tb@ for the fix.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:ports
Changes by: an...@cvs.openbsd.org   2023/02/15 13:00:06

Modified files:
mail/mdsort: Makefile 

Log message:
Fix build on sparc64, thanks to tb@ for the fix.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2023/02/15 13:09:11

Modified files:
net/curl   : Makefile distinfo 

Log message:
net/curl: security update to 7.88.0

Includes fixes for
CVE-2023-23914: HSTS ignored on multiple requests
CVE-2023-23915: HSTS amnesia with --parallel
CVE-2023-23916: HTTP multi-header compression denial of service



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:ports
Changes by: an...@cvs.openbsd.org   2023/02/15 13:24:33

Modified files:
devel/knfmt: Makefile distinfo 

Log message:
update to knfmt-4.0.0



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/02/15 13:32:34

Modified files:
devel/knfmt: Makefile 

Log message:
knfmt: fix build on sparc64.

Same arithmetic.h header using __builtin_{add,mul}_overflow() as in mdsort.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2023/02/15 13:58:23

Log message:
Import ruby-puppetserver_ca

This gem provides the functionality behind the Puppet Server CA
interactions. The actual CLI executable lives within the Puppet Server
project.

testing, feedback etc. rsadowski@, kn@, giovanni@

OK giovanni@

Status:

Vendor Tag: sebastia
Release Tags:   sebastia_20230215

N ports/sysutils/ruby-puppetserver-ca/Makefile
N ports/sysutils/ruby-puppetserver-ca/distinfo
N ports/sysutils/ruby-puppetserver-ca/pkg/DESCR
N ports/sysutils/ruby-puppetserver-ca/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2023/02/15 14:01:08

Modified files:
sysutils   : Makefile 

Log message:
hook up ruby-puppetserver-ca



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2023/02/15 14:03:39

Log message:
import puppetserver

Puppet is configured in an agent-server architecture, in which a primary
server node manages the configuration information for a fleet of agent
nodes. Puppet Server acts as the primary server node. Puppet Server is a
Ruby and Clojure application that runs on the Java Virtual Machine
(JVM). Puppet Server runs Ruby code for compiling Puppet catalogs and
for serving files in several JRuby interpreters. It also provides a
certificate authority through Clojure.

see the pkg/README for initial bootstrapping requirements

feedback, and testing giovanni@, kn@, rsadowski@

OK giovanni@

Status:

Vendor Tag: sebastia
Release Tags:   sebastia_20230215

N ports/sysutils/puppetserver/Makefile
N ports/sysutils/puppetserver/7/Makefile
N ports/sysutils/puppetserver/7/distinfo
N ports/sysutils/puppetserver/7/patches/patch-ext_bin_puppetserver
N ports/sysutils/puppetserver/7/patches/patch-ext_cli_foreground
N ports/sysutils/puppetserver/7/patches/patch-ext_cli_reload
N ports/sysutils/puppetserver/7/patches/patch-ext_cli_start
N ports/sysutils/puppetserver/7/patches/patch-ext_default
N ports/sysutils/puppetserver/7/patches/patch-ext_ezbake-functions_sh
N 
ports/sysutils/puppetserver/7/patches/patch-ext_config_conf_d_puppetserver_conf
N ports/sysutils/puppetserver/7/pkg/DESCR
N ports/sysutils/puppetserver/7/pkg/PLIST
N ports/sysutils/puppetserver/7/pkg/puppetserver.rc
N ports/sysutils/puppetserver/7/pkg/README

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2023/02/15 14:05:15

Modified files:
sysutils   : Makefile 

Log message:
hook up puppetserver



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/02/15 14:07:22

Modified files:
net/lagrange   : Makefile distinfo 

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



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2023/02/15 14:10:27

Log message:
import puppetdb7

PuppetDB is the fast, scalable, and reliable data warehouse for Puppet.
It caches data generated by Puppet, and gives you advanced features at
awesome speed with a powerful API.

feedback and testing giovanni@, rsadowski@, kn@

OK giovanni@

Status:

Vendor Tag: sebastia
Release Tags:   sebastia_20230215

N ports/databases/puppetdb/7/Makefile
N ports/databases/puppetdb/7/distinfo
N ports/databases/puppetdb/7/patches/patch-Makefile
N ports/databases/puppetdb/7/patches/patch-ext_bin_puppetdb
N ports/databases/puppetdb/7/patches/patch-ext_cli_delete-reports
N ports/databases/puppetdb/7/patches/patch-ext_cli_foreground
N ports/databases/puppetdb/7/patches/patch-ext_cli_reload
N ports/databases/puppetdb/7/patches/patch-ext_cli_ssl-setup
N ports/databases/puppetdb/7/patches/patch-ext_default
N ports/databases/puppetdb/7/patches/patch-ext_cli_start
N ports/databases/puppetdb/7/patches/patch-ext_cli_upgrade
N ports/databases/puppetdb/7/patches/patch-ext_config_conf_d_config_ini
N ports/databases/puppetdb/7/patches/patch-ext_config_conf_d_jetty_ini
N ports/databases/puppetdb/7/patches/patch-ext_ezbake-functions_sh
N ports/databases/puppetdb/7/pkg/DESCR-main
N ports/databases/puppetdb/7/pkg/DESCR-plugin
N ports/databases/puppetdb/7/pkg/PLIST-main
N ports/databases/puppetdb/7/pkg/PLIST-plugin
N ports/databases/puppetdb/7/pkg/puppetdb.rc

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2023/02/15 14:11:56

Modified files:
databases  : Makefile 
Added files:
databases/puppetdb: Makefile 

Log message:
hook up puppetdb 7



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/02/15 14:13:58

Modified files:
archivers/zpaqfranz: Makefile distinfo 

Log message:
update archivers/zpaqfranz to 57.3; from MAINTAINER tux0r, thanks!



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2023/02/15 14:15:07

Modified files:
net/curl   : Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
net/curl: security update to 7.88.0

Includes fixes for
CVE-2023-23914: HSTS ignored on multiple requests
CVE-2023-23915: HSTS amnesia with --parallel
CVE-2023-23916: HTTP multi-header compression denial of service



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/02/15 14:35:25

Modified files:
net/dendrite   : Makefile distinfo modules.inc 

Log message:
Update for Dendrite to 0.11.1 to make it place nice with Go 1.20

OK tb@



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2023/02/15 14:38:44

Modified files:
fonts/spleen   : Makefile distinfo 

Log message:
Update spleen to 1.9.2.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2023/02/15 14:39:39

Modified files:
textproc/ruby-rouge: Makefile distinfo 
textproc/ruby-rouge/pkg: PLIST 

Log message:
Update ruby-rouge to 4.1.0.



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2023/02/15 17:47:25

Modified files:
net/p5-POE-Component-IRC: Makefile distinfo 

Log message:
Update p5-POE-Component-IRC to 6.93

Fixes an issue with DCC on OpenBSD with Socket >= 2.031.

OK bluhm@



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/02/15 19:46:48

Modified files:
games/scummvm  : Makefile distinfo 
games/scummvm/patches: patch-Makefile_common patch-configure 
games/scummvm/pkg: PLIST 
Added files:
games/scummvm/patches: patch-engines_saga2_cmisc_h 

Log message:
update to scummvm 2.7.0
from Donovan Watteau



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/02/15 19:48:02

Modified files:
games/scummvm-tools: Makefile distinfo 
games/scummvm-tools/patches: patch-configure 
games/scummvm-tools/pkg: PLIST 

Log message:
update to scummvm-tools 2.7.0



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2023/02/15 20:26:49

Modified files:
devel/dub  : Makefile distinfo 

Log message:
Update to dub-1.31.1
Reverts the change in dub-1.31.0 that was causing the trash-d build faulure



CVS: cvs.openbsd.org: ports

2023-02-15 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/02/15 21:44:44

Modified files:
sysutils/firmware/intel: Makefile distinfo 
sysutils/firmware/intel/pkg: PLIST 

Log message:
update intel microcode to 20230214

release notes:
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230214



Re: CVS: cvs.openbsd.org: ports

2023-02-15 Thread Antoine Jacoutot
On Wed, Feb 08, 2023 at 06:03:04AM -0700, Patrick Wildt wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   patr...@cvs.openbsd.org 2023/02/08 06:03:04
> 
> Modified files:
>   devel/riscv-elf/gcc: Makefile distinfo 
>   devel/riscv-elf/gcc/patches: patch-Makefile_in 
>patch-gcc_Makefile_in 
>patch-gcc_configure 
>patch-libgcc_Makefile_in 
>patch-libiberty_Makefile_in 
>   devel/riscv-elf/gcc/pkg: PLIST 
> Removed files:
>   devel/riscv-elf/gcc/patches: patch-gcc_tree-vect-stmts_c 
> 
> Log message:
> Update riscv-elf-gcc to 12.2.0
> 
> ok kevlo@

Fails to build because dpb junks libzstd.


c++  -fno-PIE -c  -DIN_GCC_FRONTEND -O2 -pipe -DIN_GCC  
-DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti 
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings 
-Wcast-qual -Wmissing-format-attr
ibute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros 
-Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. 
-I/exopi-obj/pobj/riscv-elf-gcc-12.2.0/gcc-12.2.0/gcc 
-I/exopi-obj/pobj/riscv-elf-gcc-12.2.0/gcc-12.2.0/gcc/. -I/ex
opi-obj/pobj/riscv-elf-gcc-12.2.0/gcc-12.2.0/gcc/../include 
-I/exopi-obj/pobj/riscv-elf-gcc-12.2.0/gcc-12.2.0/gcc/../libcpp/include 
-I/exopi-obj/pobj/riscv-elf-gcc-12.2.0/gcc-12.2.0/gcc/../libcody 
-I/usr/local/include  -I/exopi-obj/pobj/r
iscv-elf-gcc-12.2.0/gcc-12.2.0/gcc/../libdecnumber 
-I/exopi-obj/pobj/riscv-elf-gcc-12.2.0/gcc-12.2.0/gcc/../libdecnumber/dpd 
-I../libdecnumber 
-I/exopi-obj/pobj/riscv-elf-gcc-12.2.0/gcc-12.2.0/gcc/../libbacktrace  
-I/usr/local/include -o
cc1-checksum.o -MT cc1-checksum.o -MMD -MP -MF ./.deps/cc1-checksum.TPo 
cc1-checksum.cc
c++ -nopie   -O2 -pipe -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  
-fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W 
-Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Woverloaded-virt
ual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   
-DHAVE_CONFIG_H -L/usr/local/lib -o cc1 c/c-lang.o c-family/stub-objc.o 
attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o 
c/c-objc-commo
n.o c/c-parser.o c/c-fold.o c/gimple-parser.o c-family/c-common.o 
c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o 
c-family/c-gimplify.o c-family/c-indentation.o c-family/c-lex.o 
c-family/c-omp.o c-family/c-opts.o c-family/c-
pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o 
c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-ubsan.o 
c-family/known-headers.o c-family/c-attribs.o c-family/c-warn.o 
c-family/c-spellcheck.o default-c.o
\
  cc1-checksum.o libbackend.a main.o libcommon-target.a libcommon.a 
../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a 
../libcpp/libcpp.a  /usr/local/lib/libiconv.a 
../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a   -L/usr/local/lib -lmpc -lmpfr -lgmp -rdynamic  
-L./../zlib -lz -lzstd
ld: error: unable to find library -lzstd


-- 
Antoine