CVS: cvs.openbsd.org: ports

2022-11-02 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:ports Changes by: yasu...@cvs.openbsd.org 2022/11/02 21:33:46 Modified files: devel/pcre2: Makefile Log message: Specify --enable-newline-is-anycrlf instead of --enable-newline-is-any which doesn't work properly with UTF-8 text. The former

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2022/11/02 19:45:56 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/patches:

CVS: cvs.openbsd.org: ports

2022-11-02 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2022/11/02 19:30:44 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile Log message: Update janet to 1.25.1

Re: [update] devel/luaposix: update to 35.1

2022-11-02 Thread aisha
On 22/10/31 10:37PM, aisha wrote: > Attached an update for luaposix to 35.1. Change in the build system to the > new one. Tests can no longer be run as deps are not in tree. I tried out a > few examples from upstream, they seemed to work. > > cc'd awolk@ as lsyncd is the only revdep, don't

Re: pcre2: newline any => anycrlf

2022-11-02 Thread Nam Nguyen
YASUOKA Masahiko writes: > Hello, > > Currently pcre2 is configured with "--enable-newline-is-any". With > the option, the library treats 0x85 as a newline char. But in UTF-8, > 0x85 is used at least for some casual Kanji chars. So the pcre2 > cannot handle text which includes such the chars

Re: unbreak curl no_proxy

2022-11-02 Thread Christian Weisgerber
Stuart Henderson: > oh, there's a second commit too, Yes, I've prepared a patch with the upstream fixes from "noproxy: also match with adjacent comma" "noproxy: fix tail-matching" This does not affect the existing regression tests. > but it's still not enough for the machines where I use this.

Re: [NEW] devel/difftastic

2022-11-02 Thread Volker Schlecht
On 11/1/22 21:28, Laurent Cheylus wrote In my opinion, you should change category for textproc instead of devel, like textproc/delta. Laurent I thought about that, too. But other than textproc/delta or plain old diff, difftastic's core feature is its understanding of language syntax. Of

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/11/02 14:53:47 Modified files: net/nextcloudclient: Makefile Log message: Add missing run-dependency on x11/qt5/qtquickcontrols Diff by maintainer, reported by Sven Wolf

UPDATE: net/nextcloudclient-3.6.1p0

2022-11-02 Thread Adriano Barbosa
Hi. Adds a run depend for net/nextcloudclient reported by Sven Wolf to fix the main window not being shown. Obrigado! -- Adriano Index: Makefile === RCS file: /cvs/ports/net/nextcloudclient/Makefile,v retrieving revision 1.40 diff

[Update] cad/kicad 6.0.7 -> 6.0.9

2022-11-02 Thread Tracey Emery
Hello ports, Well, since no one cared about the 6.0.8 update, lets try the 6.0.9 one. This brings kicad and friends from 6.0.7 to 6.0.9. Works fine on amd64. Release notes: https://www.kicad.org/blog/2022/10/KiCad-6.0.9-Release/ Ok? -- Tracey Emery Index: kicad/Makefile

Re: UPDATE: Nono-0.4.4

2022-11-02 Thread Benoit Lecocq
On 01/11/2022 15:24, Gonzalo L. Rodriguez wrote: Hello, Update for Nono to 0.4.4: http://www.pastel-flower.jp/~isaki/nono/ OK? Comments? ok benoit@ Cheers.- Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/02 11:49:53 Modified files: x11/gnome/libpanel: Makefile distinfo Log message: Update to libpanel-1.0.2.

Re: update sysutils/obsdfreqd

2022-11-02 Thread Florian Viehweger
Tested and works fine for me. Thank you! > I made a new release of obsdfreqd. The temperature mode is now trying > to detect a CPU temperature sensor instead of using the first sensor > found, or you can give it a specific temperature sensor to use. > > Improvement by Vlad Meşco > > diff --git

xscreensaver settings window crashes in OpenBSD 7.2

2022-11-02 Thread Luke Small
This is the results of running xscreensaver in a terminal and hitting the settings button $ xscreensaver xscreensaver-settings: 11:59:12: X error: xscreensaver-settings: Failed request: BadMatch (invalid parameter attributes) xscreensaver-settings: Major opcode: 42 (X_SetInputFocus)

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/11/02 10:39:51 Modified files: cad/kicad/patches: patch-pcbnew_CMakeLists_txt Log message: cad/kicad: fix build with swig 4.1.0 from https://gitlab.com/kicad/code/kicad/-/issues/12414

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/11/02 10:39:04 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-tools_lldb_bindings_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/11/02 10:37:58 Modified files: devel/swig : Makefile distinfo devel/swig/patches: patch-CCache_configure patch-Source_Swig_include_c patch-configure

Re: pcre2: newline any => anycrlf

2022-11-02 Thread YASUOKA Masahiko
I found a past thread. https://marc.info/?t=16573189743=1=2 On Fri, 08 Jul 2022 17:42:37 -0700 Nam Nguyen wrote: > pcre2build(3): NEWLINE RECOGNITION > This explains --enable-newline-is-any as a flexibile combination of CR, > LF, CRLF, plus unicode newline sequences. When non ascii chars

[bug] sysutils/pftop

2022-11-02 Thread Renaud Allard
Hello, If I set vm.malloc_conf=SUR>> Then I try to launch pftop with a filter like in: pftop -f "dst port 853" It segfaults directly: 91010 pftopPSIG SIGSEGV SIG_DFL code SEGV_MAPERR<1> addr=0xc0cb536a907 trapno=4 Also, the links in pftop cvs Makefile are broken,

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Otto Moerbeek
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/11/02 09:10:05 Modified files: net/dnsdist: Makefile distinfo Log message: Update to dnsdist 1.7.3

Re: nextcloudclient run dependency qtquickcontrols for "Open main dialog"

2022-11-02 Thread Adriano Barbosa
On Wed, Nov 02, 2022 at 07:01:36AM +0100, Sven Wolf wrote: > Hi, > > I use an minimal i3 desktop. And the NextCloud client main dialog doesn't > open. So I don't see, what files where synced, etc. > > After installing x11/qt5/qtquickcontrols everything works as expected. > > In my opinion

pcre2: newline any => anycrlf

2022-11-02 Thread YASUOKA Masahiko
Hello, Currently pcre2 is configured with "--enable-newline-is-any". With the option, the library treats 0x85 as a newline char. But in UTF-8, 0x85 is used at least for some casual Kanji chars. So the pcre2 cannot handle text which includes such the chars properly. Since

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/11/02 08:45:01 Modified files: net/synapse: Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.70.1 >From maintainer Renaud Allard

[update] net/synapse 1.70.1

2022-11-02 Thread Renaud Allard
Hello, Here is a patch for net/synapse 1.70.1 Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/synapse/Makefile,v retrieving revision 1.36 diff -u -p -r1.36 Makefile --- Makefile 5 Oct 2022 12:27:53 - 1.36 +++ Makefile

[new] databases/p5-Mojo-SQLite, databases/p5-SQL-Abstract-Pg, devel/p5-URI-Nested and devel/p5-URI-db

2022-11-02 Thread Aaron Bieber
Hi! Here are some new ports that I used for making https://openbsd.app They are basically `portgen`d with some "now you live in the tree" tweaks. Cluesticks? OKs? p5-Mojo-SQLite.tgz Description: Binary data p5-SQL-Abstract-Pg.tgz Description: Binary data p5-URI-Nested.tgz Description:

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2022/11/02 07:36:30 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/11/02 07:18:04 Modified files: geo/mdal : Makefile distinfo Log message: geo/mdal: update to 1.0.0. see https://github.com/lutraconsulting/MDAL/releases/tag/release-1.0.0

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/11/02 06:34:13 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.5.3. see https://github.com/OSGeo/gdal/blob/v3.5.3/NEWS.md

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/02 06:11:30 Modified files: mail/postfix : Tag: OPENBSD_7_2 Makefile.inc mail/postfix/stable35: Tag: OPENBSD_7_2 Makefile Log message: postfix/stable35 needs older pcre; adjust

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/02 06:11:14 Modified files: mail/postfix : Makefile.inc mail/postfix/stable35: Makefile Log message: postfix/stable35 needs older pcre; adjust LIB_DEPENDS/WANTLIB (besides the missing

Re: [2nd opinion pls] Re: Shall I make an OpenBSD port of F3? (f3write, f3read)

2022-11-02 Thread Alexander Klimov
Am 01.11.22 um 13:30 schrieb Stuart Henderson: On 2022/10/29 11:24, Alexander A. Klimov wrote: Am 22.10.22 um 13:54 schrieb Alexander A. Klimov: Am 18.10.22 um 11:57 schrieb Stuart Henderson: On 2022/10/16 14:51, Alexander A. Klimov wrote: Hello OpenBSD devs! Hello Michel! I'd like

[wip] Xfce 4.18pre1

2022-11-02 Thread Landry Breuil
Hi, a first preview release of what will be xfce 4.18 has been released, cf https://mail.xfce.org/pipermail/xfce-announce/2022-November/001164.html the ports have been updated for it (cf https://cgit.rhaalovely.net/xfce4/log/?h=next) and packages are available in my wip repository if someone

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/02 02:29:31 Modified files: print/hplip: Makefile distinfo print/hplip/patches: patch-base_password_py patch-installer_core_install_py Added

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/02 02:25:18 Modified files: astro/stellarium: Makefile distinfo Log message: Update to stellarium-1.1.1.

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/02 01:51:23 Modified files: sysutils/libvirt-python: Makefile distinfo sysutils/libvirt-python/pkg: PLIST Log message: Update to py3-libvirt-8.9.0.

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/02 01:47:59 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/pkg: PLIST Log message: Update to libvirt-8.9.0.

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/02 01:46:34 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-408.0.0.

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/02 01:31:57 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches:

CVS: cvs.openbsd.org: ports

2022-11-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/02 01:25:11 Modified files: misc/hwdata: Makefile distinfo Log message: Update to hwdata-0.364.

nextcloudclient run dependency qtquickcontrols for "Open main dialog"

2022-11-02 Thread Sven Wolf
Hi, I use an minimal i3 desktop. And the NextCloud client main dialog doesn't open. So I don't see, what files where synced, etc. After installing x11/qt5/qtquickcontrols everything works as expected. In my opinion qtquickcontrols should also be added to the dependencies (qtquickcontrols2