Re: use Apache cdn on infrastructure/db/network.conf

2021-12-20 Thread Stuart Henderson
On 2021/12/20 18:49, Giovanni Bechis wrote: > Apache mirrors are behind a cdn, ok to use it ? https://archive.apache.org/dist/ should stay in the list as a backup. Otherwise ok. > Cheers > Giovanni > > Index: network.conf > ===

Re: dnsdist segfaults since clang-13

2021-12-20 Thread Jonathan Gray
On Tue, Dec 21, 2021 at 08:25:14AM +0100, Otto Moerbeek wrote: > Hi, > > I noticed dnsdist on amd64 segfaults runtime when compiled with > clang-13. The most recent package snapshot has a broken dnsdist. > > This does not seem to happen on arm64. > > I'm investigating. > > -Otto There

Re: NEW: math/openblas - an optimized BLAS library based on GotoBLAS2

2021-12-20 Thread Stuart Henderson
On 2021/12/21 11:31, Kevin Lo wrote: > My intention was not replace blas and lapack. If porters/users would like > to use openblas instead of blas and lapack, feel free to use it, no? If openblas does not replace existing libraries, then we need to be sure that other ports don't pick up openblas

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2021/12/21 00:38:41 Modified files: www/apache-httpd: Makefile distinfo www/apache-httpd/pkg: PLIST Log message: update to 2.4.52 fixes CVE-2021-44790 and CVE-2021-44224

dnsdist segfaults since clang-13

2021-12-20 Thread Otto Moerbeek
Hi, I noticed dnsdist on amd64 segfaults runtime when compiled with clang-13. The most recent package snapshot has a broken dnsdist. This does not seem to happen on arm64. I'm investigating. -Otto

Re: CVS: cvs.openbsd.org: ports

2021-12-20 Thread Rafael Sadowski
On Tue Dec 14, 2021 at 04:20:56PM -0700, Klemens Nanni wrote: > CVSROOT: /cvs > Module name: ports > Changes by: k...@cvs.openbsd.org2021/12/14 16:20:56 > > Modified files: > multimedia/mpv : Makefile > multimedia/mpv/patches: patch-audio_out_ao_c >

lang/ocaml: fix tests

2021-12-20 Thread Christopher Zimmermann
Hi Daniel, this is for fixing OCaml regression tests. aarch64 has a broken objdump and needs to use llang-objdump. OK? Christopher Index: Makefile === RCS file: /cvs/ports/lang/ocaml/Makefile,v retrieving revision 1.91 diff -u

aarch64 bulk build report

2021-12-20 Thread phessler
bulk build on arm64.ports.openbsd.org started on Mon Dec 20 03:38:26 MST 2021 finished at Mon Dec 20 22:29:47 MST 2021 lasted 0D18h51m done with kern.version=OpenBSD 7.0-current (GENERIC.MP) #1455: Sun Dec 19 14:58:17 MST 2021 built packages:8238 Dec 20:8237 critical path missing pkgs:

Re: NEW: math/openblas - an optimized BLAS library based on GotoBLAS2

2021-12-20 Thread Kevin Lo
On Sat, Dec 18, 2021 at 07:05:20AM -0700, j...@bitminer.ca wrote: > > > Would it make sense to replace blas with openblas? > > > > IMHO, no. And to qualify my opinion, I don't use it much at all. > > OpenBLAS (which includes LAPACK) is a very highly optimized set of > codes with numerous

update to include-what-you-use 0.17

2021-12-20 Thread Jonathan Gray
requires not yet committed ports llvm 13 update Index: Makefile === RCS file: /cvs/ports/devel/include-what-you-use/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile2 Nov 2021 00:00:24 - 1.24

NEW: Intelhex-2.3.0

2021-12-20 Thread Gonzalo L. Rodriguez
Hi, NEW port intelhex that I need for my solokeys port: https://pypi.org/project/intelhex/ "The Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc) as the de facto standard for representation of code to be programmed into microelectronic

Re: UPDATE: libuv-1.42.0

2021-12-20 Thread Edd Barrett
On Fri, Dec 17, 2021 at 12:14:06PM +, Klemens Nanni wrote: > > OK kn Any other comments or further OKs for this? I'd like to commit it soon so that we can update neovim. Cheers. -- Best Regards Edd Barrett https://www.theunixzoo.co.uk

Re: new multimedia/openh264 2.1.1

2021-12-20 Thread Klemens Nanni
On Mon, Dec 20, 2021 at 07:59:38AM +, Stuart Henderson wrote: > On 2021/12/20 00:05, Omar Polo wrote: > > - it enables avx2. I don't know what's going on, I have an i386 that > >should lack avx/avx2 (it's a pentium T2130) but the port builds and > >the test situation is the same as

Re: Fix devel/dune on non-native archs

2021-12-20 Thread Jeremie Courreges-Anglas
On Mon, Dec 20 2021, Christopher Zimmermann wrote: > On Mon, Dec 20, 2021 at 09:02:22PM +0200, Anil Madhavapeddy wrote: > >>This also looks good to me. Is there any infrastructure in the update-plist >>to hook in custom logic for OCaml? The various cmx/cmxs/a files should >>all be routed to a

Re: Fix devel/dune on non-native archs

2021-12-20 Thread Marc Espie
On Mon, Dec 20, 2021 at 08:25:40PM +0100, Christopher Zimmermann wrote: > On Mon, Dec 20, 2021 at 09:02:22PM +0200, Anil Madhavapeddy wrote: > > > This also looks good to me. Is there any infrastructure in the update-plist > > to hook in custom logic for OCaml? The various cmx/cmxs/a files

Re: new multimedia/openh264 2.1.1

2021-12-20 Thread Klemens Nanni
On Mon, Dec 20, 2021 at 07:10:51PM +, Stuart Henderson wrote: > On 2021/12/20 16:41, Klemens Nanni wrote: > > openh264 itself builds with old base-gcc and only the tests need newer > > stuff due to gtest, I figured that's worth a comment. > > If it's just for tests, why is COMPILER_LIBCXX in

Re: Fix devel/dune on non-native archs

2021-12-20 Thread Christopher Zimmermann
On Mon, Dec 20, 2021 at 09:02:22PM +0200, Anil Madhavapeddy wrote: This also looks good to me. Is there any infrastructure in the update-plist to hook in custom logic for OCaml? The various cmx/cmxs/a files should all be routed to a PFRAG.native or PFRAG.dynlink-native file and it would be

Re: new multimedia/openh264 2.1.1

2021-12-20 Thread Stuart Henderson
On 2021/12/20 16:41, Klemens Nanni wrote: > openh264 itself builds with old base-gcc and only the tests need newer > stuff due to gtest, I figured that's worth a comment. If it's just for tests, why is COMPILER_LIBCXX in WANTLIB? If the installed software uses C++ it *must* prefer ports-gcc over

Update www/surf to 2.1

2021-12-20 Thread Crystal Kolipe
Surf 2.1 was released seven months ago, but we still have 2.0 in ports. Patch attached. diff -ur surf.dist/Makefile surf/Makefile --- surf.dist/Makefile Fri Jul 12 17:51:06 2019 +++ surf/Makefile Mon Dec 20 15:19:39 2021 @@ -2,10 +2,10 @@ COMMENT = simple webbrowser based on

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/12/20 12:00:27 Modified files: www/iridium: Makefile www/iridium/files: unveil.main Log message: allow writing to ~/.cache/fontconfig

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/12/20 12:00:04 Modified files: www/chromium : Makefile www/chromium/files: unveil.main Log message: allow writing to ~/.cache/fontconfig

use Apache cdn on infrastructure/db/network.conf

2021-12-20 Thread Giovanni Bechis
Apache mirrors are behind a cdn, ok to use it ? Cheers Giovanni Index: network.conf === RCS file: /cvs/ports/infrastructure/db/network.conf,v retrieving revision 1.18 diff -u -p -r1.18 network.conf --- network.conf7 Feb

Re: a bearable browser

2021-12-20 Thread Mike Larkin
On Mon, Dec 20, 2021 at 11:55:38AM +0100, Jan Stary wrote: > Dear all, > > I know the question keeps repeating here, > but is there a web browser that is at least usable? > > I switched from Firefox to Chrome about a year ago, > but it has become unbearably slow and hungry. > > On a machine with

Re: a bearable browser

2021-12-20 Thread Allan Streib
I have used Firefox from packages, with uBlock Origin, for several years. I used to favor Chrome, it seemed to do better with Google stuff like gmail, docs, sheets, etc. but haven't noticed that lately. Every once in a while some site with some runaway JS garbage will bring Firefox to its

Re: CVS: cvs.openbsd.org: ports

2021-12-20 Thread Amit Kulkarni
Thanks Bryan for figuring and to Robert for fixing it out. On Mon, Dec 20, 2021 at 9:58 AM Robert Nagy wrote: > > CVSROOT:/cvs > Module name:ports > Changes by: rob...@cvs.openbsd.org 2021/12/20 08:57:37 > > Modified files: > www/iridium: Makefile >

Re: new multimedia/openh264 2.1.1

2021-12-20 Thread Omar Polo
Klemens Nanni writes: > On Mon, Dec 20, 2021 at 01:41:15PM +0100, Omar Polo wrote: >> Stuart Henderson writes: >> >> > On 2021/12/20 00:13, Klemens Nanni wrote: >> >> On Mon, Dec 20, 2021 at 12:05:11AM +0100, Omar Polo wrote: >> >> > > # C++ devel/gtest >> >> > > COMPILER = base-clang

[New] sysutils/cmdseq

2021-12-20 Thread Laurence Tratt
Please find attached a port for cmdseq-0.2 : cmdseq allows users to execute interleaved sequences of commands. Assuming the same counts and commands, on each execution cmdseq executes one of the commands, cycling through the sequence and wrapping back

Re: new multimedia/openh264 2.1.1

2021-12-20 Thread Klemens Nanni
On Mon, Dec 20, 2021 at 01:41:15PM +0100, Omar Polo wrote: > Stuart Henderson writes: > > > On 2021/12/20 00:13, Klemens Nanni wrote: > >> On Mon, Dec 20, 2021 at 12:05:11AM +0100, Omar Polo wrote: > >> > > # C++ devel/gtest > >> > > COMPILER = base-clang ports-gcc > >> > > >> > I'm not sure

Re: update ocaml to 4.12.1

2021-12-20 Thread Daniel Dickman
> On Dec 6, 2021, at 2:52 AM, Anil Madhavapeddy wrote: > > A few quick questions: > > - why not bump straight to 4.13.1? Is anything incompatible there? Just to answer this question. There are indeed a number of incompatibilities with 4.13.1. I think I have diffs for all except camlp5.

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/12/20 08:57:37 Modified files: www/iridium: Makefile www/iridium/patches: patch-third_party_boringssl_src_crypto_rand_extra_arc4random_c Log message:

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/12/20 08:52:12 Modified files: www/chromium : Makefile www/chromium/patches: patch-third_party_boringssl_src_crypto_rand_extra_arc4random_c Log message:

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Ricardo Mestre
CVSROOT:/cvs Module name:ports Changes by: mes...@cvs.openbsd.org 2021/12/20 08:23:36 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-src_Makefile_in editors/nano/pkg: PLIST Log message: update to 6.0. ok naddy@

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/12/20 08:06:34 Modified files: net/unifi : Makefile.inc net/unifi/5.14/pkg: PLIST net/unifi/5.6/pkg: PLIST net/unifi/6.0/pkg: PLIST net/unifi/main/pkg: PLIST

Re: [Maintainer Update] mail/p5-Mail-AuthenticationResults: Update to 2.20210915

2021-12-20 Thread Giovanni Bechis
On Sun, Dec 19, 2021 at 10:48:29AM +, wen heping wrote: > Hi, ports@: > >Here is simple patch for mail/p5-Mail-AuthenticationResults to > update to 2.20210915. It build well and pass all tests on 7.0-current > amd54 system. > >Only 1 port depends on it: mail/p5-Mail-DKIM. It build

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2021/12/20 07:46:41 Modified files: mail/p5-Mail-AuthenticationResults: Makefile distinfo Log message: update to 2.20210915 from maintainer Wen Heping

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2021/12/20 07:35:16 Modified files: mail/mimedefang: Makefile distinfo mail/mimedefang/pkg: PLIST Log message: update to 2.86 ok ajacoutot@ (maintainer)

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2021/12/20 06:09:12 Modified files: net/syncthing : Makefile Log message: Re-enable aarch64 building, regress-tests and running tested. ok edd@

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2021/12/20 05:57:45 Modified files: devel/xtensa-esp32-elf/newlib: Makefile Log message: xtensa-esp32-elf/newlib: add gawk build dependency as in sibling ports

Re: new multimedia/openh264 2.1.1

2021-12-20 Thread Omar Polo
Stuart Henderson writes: > On 2021/12/20 00:13, Klemens Nanni wrote: >> On Mon, Dec 20, 2021 at 12:05:11AM +0100, Omar Polo wrote: >> > > # C++ devel/gtest >> > > COMPILER = base-clang ports-gcc >> > >> > I'm not sure what that means. At glance I can't really tell the minimum >> > C++ version

Re: amd64 build failures 2021-12-18

2021-12-20 Thread Jonathan Gray
On Sun, Dec 19, 2021 at 03:19:15PM +0100, Christian Weisgerber wrote: > Now that we have switched to LLVM 13, the remaining build failures > triggered by the compiler update will show up during regular amd64 > package builds: > > devel/qbs ./qbs segfault > lang/libv8

Re: UPDATE: Suricata-6.0.4

2021-12-20 Thread Gonzalo Rodriguez
ping, any love for this animal? On 12/9/21 13:22, Gonzalo L. Rodriguez wrote: Hello, Update for Suricata to 6.0.4: https://github.com/OISF/suricata/releases/tag/suricata-6.0.4 OK? Comments? Cheers.-

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2021/12/20 04:46:42 Modified files: x11/smtube : Makefile distinfo x11/smtube/patches: patch-src_browserwindow_cpp Log message: Update SMTube to 21.10.0

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2021/12/20 04:45:29 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/patches: patch-Makefile patch-src_preferences_cpp x11/smplayer/pkg: PLIST Log message: Update SMPlayer

[New] x11/hk

2021-12-20 Thread Laurence Tratt
Please find attached a port for hk-0.1.0 : hk allows temporary X11 hotkeys to be set. Its usage is: hk [-w] [ ...] where is of the form [Modifier1[+Modifier2[+...]]+]. For example: hk Ctrl+Shift+F6 notify-send "Hello" will execute the

Re: a bearable browser

2021-12-20 Thread Stuart Henderson
On 2021/12/20 11:55, Jan Stary wrote: > Dear all, > > I know the question keeps repeating here, > but is there a web browser that is at least usable? > > I switched from Firefox to Chrome about a year ago, > but it has become unbearably slow and hungry. > > On a machine with Intel(R) Core(TM)2

a bearable browser

2021-12-20 Thread Jan Stary
Dear all, I know the question keeps repeating here, but is there a web browser that is at least usable? I switched from Firefox to Chrome about a year ago, but it has become unbearably slow and hungry. On a machine with Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz, and 8GB of ram, about ten tabs

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/12/20 03:44:01 Modified files: lang/php : Makefile.inc lang/php/7.4 : Makefile lang/php/8.0 : Makefile lang/php/8.1 : Makefile Log message: php: don't pick up

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/12/20 03:03:57 Modified files: x11/kde-applications/kirigami-gallery: Makefile Log message: Add missing build dependency on kpackage Spotted by aja (amd64) and phessler@ (aarch64)

Re: NEW: math/openblas - an optimized BLAS library based on GotoBLAS2

2021-12-20 Thread Kevin Lo
On Sat, Dec 18, 2021 at 09:28:22AM -0500, Daniel Dickman wrote: > > I think that???s an interesting idea. numpy will prefer BLAS libraries in > this order if they???re all present: > > MKL > BLIS > OpenBLAS > ATLAS > BLAS (NetLIB) > So I think it???s a vote for openblas over netlib blas. > >

Re: NEW: math/openblas - an optimized BLAS library based on GotoBLAS2

2021-12-20 Thread Kevin Lo
On Fri, Dec 17, 2021 at 02:43:00PM +0100, Rafael Sadowski wrote: > > On Fri Dec 17, 2021 at 01:03:30PM +0800, Kevin Lo wrote: > > Hi, > > > > Please find attached a port of the openblas. > > > > Description: > > OpenBLAS is an optimized BLAS (Basic Linear Algebra Subprograms) library > > based

Re: NEW: math/openblas - an optimized BLAS library based on GotoBLAS2

2021-12-20 Thread Kevin Lo
On Fri, Dec 17, 2021 at 01:03:30PM +0800, Kevin Lo wrote: > Hi, > > Please find attached a port of the openblas. > > Description: > OpenBLAS is an optimized BLAS (Basic Linear Algebra Subprograms) library > based on GotoBLAS2 1.13 BSD version. > > It's loosely based on the one at openbsd-wip

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/12/20 02:08:25 Modified files: net/unifi : Makefile.inc net/unifi/5.14 : Makefile distinfo net/unifi/6.0 : Makefile distinfo net/unifi/main : Makefile distinfo Log

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/12/20 02:03:40 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-5.3.5

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/12/20 01:30:13 Modified files: infrastructure/mk: arch-defines.mk Log message: set _SYSTEM_VERSION-clang to trigger package updates on clang archs following the compiler version switch

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/12/20 01:24:02 Modified files: net/unifi : Makefile.inc net/unifi/5.14 : Makefile distinfo net/unifi/6.0 : Makefile distinfo net/unifi/main : Makefile distinfo

Re: xbindkeys build flag update

2021-12-20 Thread Stuart Henderson
On 2021/12/20 00:54, Omar Polo wrote: > Omar Polo writes: > > Anyway, I'd do the opposite regarding the flavor: add a -guile flavor to > > enable guile support. `no_*' flavors are treated especially (see > > bsd.port.mk(5)) and for what I can see flavors usually add stuff (see > > mail/mutt for

Re: new multimedia/openh264 2.1.1

2021-12-20 Thread Stuart Henderson
On 2021/12/20 00:13, Klemens Nanni wrote: > On Mon, Dec 20, 2021 at 12:05:11AM +0100, Omar Polo wrote: > > > # C++ devel/gtest > > > COMPILER = base-clang ports-gcc > > > > I'm not sure what that means. At glance I can't really tell the minimum > > C++ version this needs, but since you've tested

Re: new multimedia/openh264 2.1.1

2021-12-20 Thread Stuart Henderson
On 2021/12/20 00:05, Omar Polo wrote: > - it enables avx2. I don't know what's going on, I have an i386 that >should lack avx/avx2 (it's a pentium T2130) but the port builds and >the test situation is the same as on amd64: 628 tests pass and 5 >fails. I didn't check but quite likely