Re: [PATCH] www/mozilla-firefox - fix a couple of typos in the package README

2024-11-04 Thread Stuart Henderson
"though, but" is redundant - that line would sound better as "should create this directory, but it won't be available" "Check if it is enabled" feels a bit clunky, how about "Check that it's enabled"? + REVISION bump needed. -- Sent from a phone, apologies for poor formatting. On 4 Novemb

Re: [UPDATE] net/py-b2sdk

2024-11-04 Thread Paul Galbraith
On 2024-10-24 3:38 p.m., Paul Galbraith wrote: Version bump to 2.5.1 Is this ok to update? Index: Makefile === RCS file: /cvs/ports/net/py-b2sdk/Makefile,v diff -u -p -u -r1.5 Makefile --- Makefile5 Aug 2024 07:12:30 -

Re: NEW net/monero

2024-11-04 Thread Stuart Henderson
On 2024/11/04 10:22, Stepan Zolotuev wrote: > > Hi ports, > > > > I'd like to import Monero. OK? > > > > The CLI works great. The daemon manages to do a full sync, but with lots > > of serious stalls that rendered the system unusable for a long amount of > > minutes. Should I add a warning message

Re: math/lapack,-cblas,-blas,-docs

2024-11-04 Thread Stuart Henderson
On 2024/11/04 08:03, Rafael Sadowski wrote: > fine with me. Here is a all-in-one lapack solution. If no objections I > would like to go in with this version. Thanks. > I think the update path should be correct? > > +@conflict cblas-* > +@pkgpath math/cblas > +@conflict blas-* > +@pkgpath math/bl

Re: NEW: sysutils/kitd

2024-11-04 Thread Lydia Sobot
>could you send a tarball (tgz) of the directory, instead of a shell script >to execute ? Attached kitd.tgz Description: GNU Unix tar archive

Re: NEW: sysutils/kitd

2024-11-04 Thread Stuart Henderson
On 2024/11/04 16:42, Lydia Sobot wrote: > >could you send a tarball (tgz) of the directory, instead of a shell script > >to execute ? > Attached > # AGPLv3+ I'm not really sure how users can comply with the license for this. How do you provide the prominent offer to _end users_ of this?

Re: NEW net/monero

2024-11-04 Thread Lucas Gabriel Vuotto
On Mon, Nov 04, 2024 at 03:26:59PM +, Stuart Henderson wrote: > > The daemon should probably read configuration from /etc, as per the porting > > guide, > > file. > > > > There is also some documentation and a template config file in the source > > tarball, > > which could be worth installin

Re: NEW net/monero

2024-11-04 Thread Lucas Gabriel Vuotto
On Mon, Nov 04, 2024 at 05:34:48PM +, Stuart Henderson wrote: > On 2024/11/04 16:58, Lucas Gabriel Vuotto wrote: > > > > + ${INSTALL_DATA} ${WRKBUILD}/lib/libwallet.a ${PREFIX}/lib/ > > > > > > is that actually useful? I suggest not unless there's a need for it > > > > If you're talkin

[PATCH] www/mozilla-firefox - fix a couple of typos in the package README

2024-11-04 Thread Raf Czlonka
Hello, The below diff fixes a couple of typos I found. Also, I _think_ there's at least one case in the README, where the name of the software, rather than the binary/port name should be used, i.e.: a case of "Firefox" vs. "${MOZILLA_PROJECT}"; but, after going through the file in the CVS, I'm no

Re: [PATCH] www/mozilla-firefox - fix a couple of typos in the package README

2024-11-04 Thread Stuart Henderson
lgtm. On 2024/11/04 14:31, Raf Czlonka wrote: > On Mon, Nov 04, 2024 at 01:12:32PM GMT, Stuart Henderson wrote: > > "though, but" is redundant - that line would sound better as "should create > > this directory, but it won't be available" > > Done. > > > "Check if it is enabled" feels a bit clun

Re: GHC on OpenBSD/arm64?

2024-11-04 Thread Greg Steuck
Quick pointer about xonly: https://www.openbsd.org/papers/csw2023.pdf I doubt flavors will help much other than affect how long you wait. On Mon, Nov 4, 2024, 04:15 Habib Alamin wrote: > I did run it with v3, I think, but didn’t glean much, but then I’m no > expert on compilation and linking an

Add an emacs--pgtk FLAVOR for wayland users

2024-11-04 Thread Jeremie Courreges-Anglas
So Matthieu has requested a PGTK (Pure GTK) Emacs FLAVOR for some time already. Runtime has one obvious glitch: it doesn't fall back to tty if you're not running X/wayland, like other FLAVORS do, so you'll have to explicitely use emacs -nw in that case. Worth documenting? Side notes: - editors

Re: [PATCH] www/mozilla-firefox - fix a couple of typos in the package README

2024-11-04 Thread Raf Czlonka
On Mon, Nov 04, 2024 at 01:12:32PM GMT, Stuart Henderson wrote: > "though, but" is redundant - that line would sound better as "should create > this directory, but it won't be available" Done. > "Check if it is enabled" feels a bit clunky, how about "Check that it's > enabled"? Yes, 'if it is' f

Re: NEW net/monero

2024-11-04 Thread Stuart Henderson
On 2024/11/04 16:58, Lucas Gabriel Vuotto wrote: > > > + ${INSTALL_DATA} ${WRKBUILD}/lib/libwallet.a ${PREFIX}/lib/ > > > > is that actually useful? I suggest not unless there's a need for it > > If you're talking about libwallet.a, I don't know. Might be useful at > some point if somebody ports

Update: Ruby 3.3.6

2024-11-04 Thread Jeremy Evans
This updates to the latest release of Ruby 3.3. Release notes at https://github.com/ruby/ruby/releases/tag/v3_3_6 Ports-wise, no significant changes, just regen patches and plist. Tested on amd64. I'll be committing in a couple days unless I hear objections. Thanks, Jeremy Index: Makefile ===

回复: [NEW]devel/p5-App-cpanminus

2024-11-04 Thread wen heping
ping ... 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2024年10月30日 9:32 收件人: ports@openbsd.org 主题: [NEW]devel/p5-App-cpanminus Hi, ports@: Here is a patch to create new port devel/p5-App-cpanminus. p5-App-cpanminus is a useful tool to get, unpa

Re: [PATCH] www/mozilla-firefox - fix a couple of typos in the package README

2024-11-04 Thread Landry Breuil
Le Mon, Nov 04, 2024 at 02:50:09PM +, Stuart Henderson a écrit : > lgtm. havent looked at the actual diff, but should it apply as is to www/firefox-esr too ? > On 2024/11/04 14:31, Raf Czlonka wrote: > > On Mon, Nov 04, 2024 at 01:12:32PM GMT, Stuart Henderson wrote: > > > "though, but" is re

aarch64 bulk build report

2024-11-04 Thread phessler
bulk build on arm64.ports.openbsd.org started on Fri Nov 1 16:04:36 MDT 2024 finished at Mon Nov 4 19:04:32 MST 2024 lasted 3D03h59m done with kern.version=OpenBSD 7.6-current (GENERIC.MP) #228: Thu Oct 31 14:43:15 MDT 2024 built packages:12231 Nov 1:3604 Nov 2:778 Nov 3:1383 Nov 4:6465 critic

[maintainer update] pandoc 3.5

2024-11-04 Thread Evan Silberman
Hi ports, Greg, Pandoc 3.5 patch below. The dependency closure output by cabal-bundler was missing a couple deps that I needed to build, and I had to manually add happy-lib (required by happy) and tasty (required by vector) to MODCABAL_MANIFEST. Since it was just those two that I had to chase I d

Re: [PATCH] www/mozilla-firefox - fix a couple of typos in the package README

2024-11-04 Thread Raf Czlonka
On Mon, Nov 04, 2024 at 06:56:07PM GMT, Landry Breuil wrote: > Le Mon, Nov 04, 2024 at 02:50:09PM +, Stuart Henderson a écrit : > > lgtm. > > havent looked at the actual diff, but should it apply as is to > www/firefox-esr too ? Yes, at least the README part itself: $ cd /usr/ports ; cvs dif

zstd: enable pzstd

2024-11-04 Thread Nick Owens
hi, here's a change to enable pzstd in archivers/zstd. pzstd can do parallel de/compression, like pigz. i built this locally and it seemed to produce the right binary, but i'm not very familiar with ports yet, so apologies if this change is incomplete. diff --git a/archivers/zstd/Makefile b/arch

Re: UPDATE: GCC 11.4.0

2024-11-04 Thread Brad Smith
On Sun, Jun 09, 2024 at 04:07:44AM -0400, Brad Smith wrote: > Here is a start at an update to GCC 11.4.0. > > Build tested on aarch64, amd64 and i386. An updated diff for 11.5.0. Index: Makefile === RCS file: /cvs/ports/lang/gcc/1

UPDATE: libvpx 1.15.0

2024-11-04 Thread Brad Smith
Here is an update to libvpx 1.15.0. 2024-10-22 v1.15.0 "Wigeon Duck" This release includes new codec control for key frame filtering, more Neon optimizations, improvements to RTC encoding and bug fixes. - Upgrading: This release is ABI compatible with the previous release. Tempora

Update: JRuby 9.4.9.0

2024-11-04 Thread Jeremy Evans
Simple update to the latest release of JRuby. Release announcement at https://www.jruby.org/2024/11/04/jruby-9-4-9-0.html Tested on amd64, the only supported arch. Will be committing in a couple days unless I hear objections. Thanks, Jeremy Index: Makefile =

Re: NEW net/monero

2024-11-04 Thread Stepan Zolotuev
> Hi ports, > > I'd like to import Monero. OK? > > The CLI works great. The daemon manages to do a full sync, but with lots > of serious stalls that rendered the system unusable for a long amount of > minutes. Should I add a warning message about that in DESCR or README? The daemon should probably

Re: NEW net/monero

2024-11-04 Thread Niklas Hallqvist
The old version of monero that I once ported and still run requires an argument like --db-sync-mode=fast:async:1 to not completely trash the system. You could try that, and if it still works, mention it as a remedy. > On 3 Nov 2024, at 14:34, Lucas Gabriel Vuotto wrote: > > Hi ports, > >

emacs-30.0.92 pretest

2024-11-04 Thread Jeremie Courreges-Anglas
While I don't expect huge changes in emacs 30, here's a diff for you folks to test. The .txt and .jpg in the info/ dir look off, I suspect they won't end up in the final emacs-30 release build. kill-this-buffer isn't usable directly from keyboard bindings, I had to switch to kill-current-buffer

Re: NEW: sysutils/kitd

2024-11-04 Thread Lydia Sobot
>> # AGPLv3+ > >I'm not really sure how users can comply with the license for this. >How do you provide the prominent offer to _end users_ of this? kitd doesn't interact with users over a network, so it shouldn't be a relevant point