Re: Firefox toLocaleString displays wrong time on OpenBSD

2023-08-03 Thread Morgan Aldridge
On 2021-04-29, Marfaba Stewart wrote: > I'm confused about Firefox's handling of Date objects on OpenBSD. > > Why: Some Firefox browser extensions that display dates using > Date.toLocaleString or Date.toLocaleDateString can cause an incorrect > date to be displayed. For example, using a credit

Re: [fixbug] devel/valgrind: display symblo

2023-08-03 Thread Masato Asou
From: Masato Asou Date: Fri, 04 Aug 2023 07:57:42 +0900 (JST) > From: Omar Polo > Date: Thu, 03 Aug 2023 23:36:06 +0200 > >>> > other than this, while the changes are a bit over my head, I've >>> > quickly tested it and it seems to be working. So, fwiw, OK op@. >>> > >>> > I still get some

Re: [fixbug] devel/valgrind: display symblo

2023-08-03 Thread Masato Asou
From: Omar Polo Date: Thu, 03 Aug 2023 23:36:06 +0200 >> > other than this, while the changes are a bit over my head, I've >> > quickly tested it and it seems to be working. So, fwiw, OK op@. >> > >> > I still get some ??? entries, for example with grep: >> > >> >$ make clean obj >> >

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2023/08/03 16:46:59 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20230803

Re: NEW: misc/libcpucycles

2023-08-03 Thread Stuart Henderson
Make sure that you can still produce a package if the 0.0 in SHARED_LIBRARIES is changed (you probably need to pass ${LIBcpucycles_VERSION} in to the build). : MODULES+= lang/python : BUILD_DEPENDS= lang/python/${MODPY_DEFAULT_VERSION_3} BUILD_DEPENDS is automatically set

Re: update productivity/timewarrior

2023-08-03 Thread Stuart Henderson
On 2023/08/03 12:24, Ashlen wrote: > On Thu, 3 Aug 2023 17:37 +0100, Stuart Henderson wrote: > > you can get tests to run with these (and this also needs > > SEPARATE_BUILD = No otherwise when it builds the .t binaries, it puts > > them in the build dir, and there's nothing setup to replace the

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/08/03 15:55:00 Modified files: databases/pspg : Makefile distinfo Log message: update databases/pspg to 5.8.0

NEW: misc/libcpucycles

2023-08-03 Thread Miguel Landaeta
Hi, Please find attached a new port for libcpucycles library. I'm not super sure if I got right how to set up a package providing a shared library. I didn't get any warnings from portcheck tool or from 'port-lib-depends-check' make target and it builds successfully under dpb. Any feedback is

Re: [fixbug] devel/valgrind: display symblo

2023-08-03 Thread Omar Polo
On 2023/08/04 05:33:19 +0900, Masato Asou wrote: > From: Omar Polo > Date: Thu, 03 Aug 2023 10:52:56 +0200 > > > On 2023/08/03 16:11:46 +0900, Masato Asou wrote: > >> Hi, > >> > >> I have solved the problem of Valgrind not displaying function names > >> and file names when it detects a

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Antoine Jacoutot
Ok. I will look at it. — Antoine > On 3 Aug 2023, at 22:50, Jeremie Courreges-Anglas wrote: > > On Thu, Aug 03 2023, Antoine Jacoutot wrote: >> Couldn’t we use PSEUDO_FLAVORS and MULTI_PACKAGES ? > > We could. But moving the rust bits to another port gives us two simple > ports instead of

aarch64 bulk build report

2023-08-03 Thread phessler
bulk build on arm64.ports.openbsd.org started on Tue Aug 1 01:25:07 MDT 2023 finished at Thu Aug 3 14:53:25 MDT 2023 lasted 2D13h28m done with kern.version=OpenBSD 7.3-current (GENERIC.MP) #2217: Mon Jul 31 18:42:36 MDT 2023 built packages:11642 Aug 1:3549 Aug 2:2098 Aug 3:5994 critical path

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2023, Antoine Jacoutot wrote: > Couldn’t we use PSEUDO_FLAVORS and MULTI_PACKAGES ? We could. But moving the rust bits to another port gives us two simple ports instead of cramming two different build systems in a single port. Also, I'm lazy. :) If someone actually cares and

Re: [fixbug] devel/valgrind: display symblo

2023-08-03 Thread Masato Asou
From: Omar Polo Date: Thu, 03 Aug 2023 10:52:56 +0200 > On 2023/08/03 16:11:46 +0900, Masato Asou wrote: >> Hi, >> >> I have solved the problem of Valgrind not displaying function names >> and file names when it detects a problem. >> >> [...] >> >> comments, ok? > > it's missing a REVISION

Re: update productivity/timewarrior

2023-08-03 Thread Ashlen
On Thu, 3 Aug 2023 17:37 +0100, Stuart Henderson wrote: > you can get tests to run with these (and this also needs > SEPARATE_BUILD = No otherwise when it builds the .t binaries, it puts > them in the build dir, and there's nothing setup to replace the MacOS > binaries present in the test dir in

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Antoine Jacoutot
Couldn’t we use PSEUDO_FLAVORS and MULTI_PACKAGES ? — Antoine > On 3 Aug 2023, at 19:04, Jeremie Courreges-Anglas wrote: > > On Thu, Aug 03 2023, Stuart Henderson wrote: >> According to upstream's description the cli should only be needed for >> generating language parsers so shouldn't be

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/08/03 11:13:49 Modified files: textproc/tree-sitter: Makefile Log message: No need for ports-gcc on base-gcc archs, as the build uses -std=gnu99 Add a comment about COMPILER. Tested on sparc64.

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2023, Stuart Henderson wrote: > According to upstream's description the cli should only be needed for > generating language parsers so shouldn't be needed by existing ports. > > If we later find someone needing the cli binary on OpenBSD we can deal > with it then (either as an

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/08/03 11:01:57 Modified files: textproc/tree-sitter: Makefile Log message: Add warning about building the tree-sitter cli program in this port Tell people who want it to use a new port instead

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/08/03 10:58:22 Modified files: textproc/tree-sitter: Makefile Log message: LIBtree-sitter_VERSION is already in SUBST_VARS, zap redundant line

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2023, Mikhail wrote: > On Wed, Aug 02, 2023 at 08:49:10PM +0200, Jeremie Courreges-Anglas wrote: >> >> So emacs-29.1 introduced a tree-sitter backend to parse source code, >> instead of the traditional bag of ugly regexes. I'd like to add >> tree-sitter as a dep to the emacs port

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/08/03 10:51:32 Removed files: textproc/tree-sitter: crates.inc Log message: Also drop crates.inc Spotted by Mikhail

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/08/03 10:50:47 Modified files: textproc/tree-sitter: Makefile distinfo textproc/tree-sitter/pkg: PLIST Log message: Stop building the tree-sitter cli program to drop the dep on lang/rust

Re: CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2023, Antoine Jacoutot wrote: > On Wed, Aug 02, 2023 at 05:12:25AM -0600, Jeremie Courreges-Anglas wrote: >> CVSROOT: /cvs >> Module name: ports >> Changes by: j...@cvs.openbsd.org2023/08/02 05:12:25 >> >> Modified files: >> editors/emacs : Makefile distinfo >>

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Stuart Henderson
On 2023/08/03 18:47, Mikhail wrote: > On Wed, Aug 02, 2023 at 08:49:10PM +0200, Jeremie Courreges-Anglas wrote: > > > > So emacs-29.1 introduced a tree-sitter backend to parse source code, > > instead of the traditional bag of ugly regexes. I'd like to add > > tree-sitter as a dep to the emacs

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/08/03 10:39:50 Modified files: inputmethods/anthy: Makefile inputmethods/anthy/pkg: PLIST-emacs PLIST-main Log message: Sync PLIST-emacs and unbreak after the update to emacs-29.1 For some

Re: update productivity/timewarrior

2023-08-03 Thread Stuart Henderson
you can get tests to run with these (and this also needs SEPARATE_BUILD = No otherwise when it builds the .t binaries, it puts them in the build dir, and there's nothing setup to replace the MacOS binaries present in the test dir in the tar). TEST_DEPENDS = ${MODPY_RUN_DEPENDS} USE_NINJA

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Job Snijders
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/08/03 09:53:05 Modified files: net/rpki-data : Makefile distinfo net/rpki-data/pkg: PLIST Log message: Update net/rpki-data to pull in new-format ASPA objects OK tb@ (but he didn't read

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2023/08/03 09:53:11 Modified files: geo/routino: Makefile distinfo Log message: update to routino-3.4.1

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Mikhail
On Wed, Aug 02, 2023 at 08:49:10PM +0200, Jeremie Courreges-Anglas wrote: > > So emacs-29.1 introduced a tree-sitter backend to parse source code, > instead of the traditional bag of ugly regexes. I'd like to add > tree-sitter as a dep to the emacs port but the non-optional rust > dependency is

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/08/03 09:33:33 Modified files: security/py-tlsfuzzer: Makefile distinfo security/py-tlsfuzzer/pkg: PLIST Log message: Update to tlsfuzzer 20230801

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/08/03 09:32:20 Modified files: net/py-tlslite-ng: Makefile distinfo net/py-tlslite-ng/pkg: PLIST Log message: Update to py-tlslite-ng 0.8.0alpha45

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/08/03 09:31:30 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20230803

Re: [security] net/iperf3 update from 3.13 to 3.14

2023-08-03 Thread A Tammy
On 8/2/23 14:20, Stuart Henderson wrote: > should have a library major bump > > > /usr/local/lib/libiperf.so.2.0 --> > /usr/obj/ports/iperf3-3.14/fake-amd64//usr/local/lib/libiperf.so.2.0 > Dynamic export changes: > added: > report_bw_udp_format_no_omitted_error > > data object sizes

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2023/08/03 08:32:29 Modified files: net/iperf3 : Makefile distinfo net/iperf3/patches: patch-src_iperf_api_c Log message: update to 3.14 from Mikhail Notable user-visible changes: A memory

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/08/03 07:23:53 Modified files: x11/gnome/gdm : Makefile distinfo Log message: update to 44.1

Re: CVS: cvs.openbsd.org: ports

2023-08-03 Thread Antoine Jacoutot
On Wed, Aug 02, 2023 at 05:12:25AM -0600, Jeremie Courreges-Anglas wrote: > CVSROOT: /cvs > Module name: ports > Changes by: j...@cvs.openbsd.org2023/08/02 05:12:25 > > Modified files: > editors/emacs : Makefile distinfo > editors/emacs/patches: patch-Makefile_in

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/03 06:18:39 Modified files: devel/py-anytree: Makefile distinfo devel/py-anytree/pkg: PLIST Log message: update to py3-anytree-2.9.0 and use MODPY_PYBUILD (somehow missed before)

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Stuart Henderson
According to upstream's description the cli should only be needed for generating language parsers so shouldn't be needed by existing ports. If we later find someone needing the cli binary on OpenBSD we can deal with it then (either as an optionally built subpackage or a separate port). Ok

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Paco Esteban
On August 3, 2023 12:55:22 PM GMT+02:00, Edd Barrett wrote: >On Thu, Aug 03, 2023 at 07:28:44AM +0200, Paco Esteban wrote: >> ok paco. > >I'd say go ahead. We will soon find out if neovim needs it or not. > For what is worth, I tested neovim :TSUpdate and :TSInstall with the patch without

Re: update games/openttd

2023-08-03 Thread Solène Rapenne
Le Wednesday 02 August 2023 à 23:59 -0400, George Koehler a écrit : > On Wed, 2 Aug 2023 21:35:32 +0100 > Stuart Henderson wrote: > > > On 2023/08/02 21:42, Florian Viehweger wrote: > > > I'd like to do a test on i386 first before committing it. There > > > was a > > > problem with SDL in the

Re: emacs and textroc/tree-sitter: drop tree-sittter cli program?

2023-08-03 Thread Edd Barrett
On Thu, Aug 03, 2023 at 07:28:44AM +0200, Paco Esteban wrote: > ok paco. I'd say go ahead. We will soon find out if neovim needs it or not. -- Best Regards Edd Barrett https://www.theunixzoo.co.uk

Re: [fixbug] devel/valgrind: display symblo

2023-08-03 Thread Omar Polo
On 2023/08/03 16:11:46 +0900, Masato Asou wrote: > Hi, > > I have solved the problem of Valgrind not displaying function names > and file names when it detects a problem. > > [...] > > comments, ok? it's missing a REVISION bump in the Makefile since the content of the package changes. other

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/03 02:28:49 Modified files: telephony/linphone/mediastreamer2: Makefile Log message: graphics/zxing-cpp is picked up if found, so add a dependency on it. ok landry@ (maintainer)

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/08/03 01:53:15 Modified files: devel/cmake: Makefile distinfo devel/cmake/patches: patch-Modules_Compiler_GNU_cmake

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/03 01:38:59 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.48.6.

[fixbug] devel/valgrind: display symblo

2023-08-03 Thread Masato Asou
Hi, I have solved the problem of Valgrind not displaying function names and file names when it detects a problem. Could not display symbols with current Valgrind as below: $ cd /usr/src/usr.bin/grep $ make COPTS="-g cc -O2 -pipe -Wall -g -MD -MP -c /usr/src/usr.bin/grep/binary.c cc -O2 -pipe

CVS: cvs.openbsd.org: ports

2023-08-03 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/03 01:06:21 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-8.1.1.