CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 07:33:57 Modified files: devel/py-setuptools: Makefile devel/py-hatchling: Makefile devel/py-poetry-core: Makefile devel/meson-python: Makefile lang/python

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 07:04:05 Modified files: x11/mate/pluma : Makefile Log message: add missing LDEP on mate-desktop and sync WANTLIB

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 06:47:28 Modified files: devel/ninja: Makefile Log message: add a comment noting some known breakage with ninja 1.22 (chromium iridium fcitx were failing due to being unable to find

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 06:36:14 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.88

Re: [NEW] devel/py-derange

2024-04-17 Thread Stuart Henderson
On 2024/04/17 11:59, Job Snijders wrote: > Derange is a handy Python library to compose range objects from lists of > integers: > > >>> import derange > >>> derange.derange([1,2,3,20,21,22]) > [range(1, 4), range(20, 23)] > > Read more here https://pypi.org/project/derange/ > > OK?

CVS: cvs.openbsd.org: ports

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/17 06:07:31 Modified files: textproc/apertium-dicts/oci-fra: Makefile Log message: disable oci-fra apertium dicts on 32-bit archs, it uses too much memory to build

Re: NEW: textproc/slides

2024-04-16 Thread Stuart Henderson
On 2024/04/16 20:54, Edd Barrett wrote: > On Tue, Apr 16, 2024 at 05:35:57PM +0100, Stuart Henderson wrote: > > oh, here's a proposal for a more informative pkg/DESCR: > > > > Slides is a terminal-based presentation tool, using Markdown files and > > optionally embedde

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 16:20:30 Modified files: devel/ninja: Makefile distinfo Log message: revert ninja update, it breaks some generated files in chromium-based ports

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 11:21:57 Modified files: emulators/dolphin: Makefile distinfo emulators/dolphin/patches: patch-Externals_soundtouch_SoundTouch_cpp

Re: DPB: Cannot replace glib2-2.80.0-bootstrap in glib2-2.80.0: just got installed

2024-04-16 Thread Stuart Henderson
On 2024/04/16 17:51, Stuart Henderson wrote: > On 2024/04/16 08:44, Antoine Jacoutot wrote: > > On Tue, Apr 16, 2024 at 12:39:16AM +0100, Stuart Henderson wrote: > > > On 2024/04/13 11:36, Antoine Jacoutot wrote: > > > > On Sat, Apr 13, 2024 at 10:25:19AM

Re: DPB: Cannot replace glib2-2.80.0-bootstrap in glib2-2.80.0: just got installed

2024-04-16 Thread Stuart Henderson
On 2024/04/16 08:44, Antoine Jacoutot wrote: > On Tue, Apr 16, 2024 at 12:39:16AM +0100, Stuart Henderson wrote: > > On 2024/04/13 11:36, Antoine Jacoutot wrote: > > > On Sat, Apr 13, 2024 at 10:25:19AM +0100, Stuart Henderson wrote: > > > > I've recently run into an

Re: NEW: textproc/slides

2024-04-16 Thread Stuart Henderson
On 2024/04/16 15:54, Edd Barrett wrote: > Hiya, > > This is a little go program that lets you write terminal presentations in > markdown. > > https://github.com/maaslalani/slides > > It's a bit like textproc/mdp, but allows easier theming and it can shell out > to > external programs for

Re: NEW: textproc/slides

2024-04-16 Thread Stuart Henderson
On 2024/04/16 15:54, Edd Barrett wrote: > Hiya, > > This is a little go program that lets you write terminal presentations in > markdown. > > https://github.com/maaslalani/slides > > It's a bit like textproc/mdp, but allows easier theming and it can shell out > to > external programs for

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 09:22:32 Modified files: net/i2pd : Makefile distinfo net/i2pd/pkg : PLIST README Added files: net/i2pd/pkg : i2pd.login Log message: update to i2pd-2.51.0, from

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 09:09:33 Modified files: sysutils : Makefile Log message: +btop

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 09:09:07 Log message: import sysutils/btop, ok bentley Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Status: Vendor

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 06:36:47 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-main_c Log message: update to neomutt-20240416

Re: shall we create new port lang/cython3 ?

2024-04-16 Thread Stuart Henderson
On 2024/04/16 11:10, wen heping wrote: > Hi, ports@: > > Here is a patch to create new lang/cython3. > cython3 is not campatible with cython, many ports depends on cython > in OpenBSD portstree could not build with cython3, but the update of some > other port, such as astro/py-astropy,

Re: UPDATE: graphviz-10.0.0.1

2024-04-16 Thread Stuart Henderson
On 2024/04/16 12:57, Edd Barrett wrote: > On Tue, Apr 16, 2024 at 12:46:36PM +0100, Stuart Henderson wrote: > > I tried running some of the > > tcl/wish based examples; they fail on both 10.0.1 and 7.1.0. Since that's > > not a regression from the existing version I don't

Re: UPDATE: graphviz-10.0.0.1

2024-04-16 Thread Stuart Henderson
On 2024/04/16 11:35, Edd Barrett wrote: > Diff follows. Let me know if I missed anything. Cheers I've built and done some quick tests on arm64. Things I tried that are already working on 7.1.0 are OK here too. I tried running some of the tcl/wish based examples; they fail on both 10.0.1 and

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 05:38:24 Modified files: www/hiawatha : Makefile Log message: hiawatha: use -mpclmul -msse2 -maes on i386 to unbreak build (obviously restricts the cpu types supported)

Re: UPDATE: www/netsurf

2024-04-16 Thread Stuart Henderson
On 2024/04/12 15:45, Anthony J. Bentley wrote: > Hi, > > This updates netsurf and netsurf-fb and their dependencies to the latest > versions. > > As always, tests on additional architectures appreciated. > > ok? ===> Applying OpenBSD patch patch-content_fetchers_about_c Hmm... Looks like a

Re: sysutils/nomad: remove BROKEN-aarch64 marker

2024-04-16 Thread Stuart Henderson
On 2024/04/12 17:57, Caspar Schutijser wrote: > Hi, > > This port builds successfully on arm64. I did not test this > at runtime. It's possible it builds on armv7 too these days > since the BROKEN message is the same but I can't test it on > armv7. I suggest removing BROKEN-armv7 as well, the

Re: Update riemann-c-client, collectd-riemann

2024-04-16 Thread Stuart Henderson
On 2024/04/12 16:08, Theo Buehler wrote: > While working on a protobuf update, I ran into these wo consumers. > riemann-c-client moved away from github, so switch to its new home. > At some point the library was renamed, so adjust the collectd port for > that. > > I don't use this, I only checked

Re: archivers/bzip3: new port (version 1.4.0)

2024-04-16 Thread Stuart Henderson
On 2024/04/12 14:46, Kirill A. Korinsky wrote: > Greetings, > > I'd like to present a new port bzip3. > > At it's homepage it claims to be 4 times more efficient than xz or any other > compression algothithm: https://github.com/kspalaiologos/bzip3 > > It also exists in many systems from

update: www/py-responses

2024-04-16 Thread Stuart Henderson
this one is rather old, ok to update? it's used by tests in a few ports, those tests still seem happy. Index: Makefile === RCS file: /cvs/ports/www/py-responses/Makefile,v diff -u -p -r1.14 Makefile --- Makefile22 Jan 2024

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 03:46:38 Modified files: devel/pecl-xdebug: Makefile distinfo devel/pecl-xdebug/patches: patch-xdebug_ini Log message: update to pecl-xdebug-3.3.2

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 03:43:18 Modified files: databases/citus: Makefile distinfo Log message: update to citus-12.1.2

CVS: cvs.openbsd.org: ports

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/16 03:42:41 Modified files: www/lynx : Makefile distinfo www/lynx/patches: patch-src_LYMain_c www/lynx/pkg : PLIST Log message: update to lynx-2.9.1

Re: [NEW] btop++

2024-04-16 Thread Stuart Henderson
On 2024/04/16 08:52, Robert Palm wrote: > > Morning ports > > did this made it into the source tree, already ? No (as you can see for yourself). It needs an ok from a developer to import.

Re: DPB: Cannot replace glib2-2.80.0-bootstrap in glib2-2.80.0: just got installed

2024-04-15 Thread Stuart Henderson
On 2024/04/13 11:36, Antoine Jacoutot wrote: > On Sat, Apr 13, 2024 at 10:25:19AM +0100, Stuart Henderson wrote: > > I've recently run into an occasional problem on my build machines where > > deps aren't getting installed and builds failing. The most recent one > > w

Re: [update] i2pd-2.51.0

2024-04-15 Thread Stuart Henderson
On 2024/04/15 20:22, open...@systemfailure.net wrote: > Index: patches/patch-nodebug This is generated incorrently, the right way: copy the original file with the suffix .orig.port, modify the original as needed, run "make update-patches" However, that does nothing, the makefile is only used for

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 16:34:53 Modified files: textproc/py-sphinxcontrib/applehelp: Makefile textproc/py-sphinxcontrib/devhelp: Makefile textproc/py-sphinxcontrib/htmlhelp: Makefile

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 16:20:50 Modified files: net/putty : Tag: OPENBSD_7_5 Makefile distinfo Log message: update to putty-0.81, fix CVE-2024-31497. The PuTTY client and all related components generate heavily

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 16:20:29 Modified files: net/putty : Makefile distinfo Log message: update to putty-0.81, fix CVE-2024-31497. The PuTTY client and all related components generate heavily biased ECDSA

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 16:02:54 Modified files: games/0ad/base : Makefile Added files: games/0ad/base/patches: patch-source_network_NetMessage_cpp

Re: Namespace font module vars

2024-04-15 Thread Stuart Henderson
On 2024/04/14 11:41, Anthony J. Bentley wrote: > The font module has very unorthodox use of variables. Doesn't it just. OK > - Other modules are namespaced, but this one looks for weirdly named > variables like FONTDIR, FONTTYPES, and TYPEFACE. > - Even worse, the font module sets PKGNAME

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 09:20:01 Modified files: www/hiawatha : Makefile distinfo Removed files: www/hiawatha/patches: patch-mbedtls_library_aesce_c Log message: update to hiawatha-11.5, from Chris Petrik

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 09:17:46 Modified files: graphics/libvips: Makefile distinfo graphics/libvips/pkg: PLIST Log message: update to libvips-8.14.5, from Brad

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 09:17:39 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-configure_ac Log message: update to pidgin-2.14.13, from Brad (maintainer)

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 09:11:15 Modified files: lang/gcc/11: Makefile lang/gcc/8 : Makefile Log message: adapt the "copy in a new libc" hack for bootstraps to cope with a bump

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 09:02:34 Modified files: archivers/minizip: Makefile distinfo Log message: update to minizip-4.0.5, from Brad

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 08:59:23 Modified files: games/freeorion: Makefile distinfo games/freeorion/patches: patch-CMakeLists_txt patch-GG_CMakeLists_txt Added files:

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 08:21:00 Modified files: devel/woboq_codebrowser: Makefile distinfo devel/woboq_codebrowser/patches: patch-generator_main_cpp devel/woboq_codebrowser/pkg: README Log message:

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 06:45:16 Modified files: multimedia/streamlink: Makefile distinfo multimedia/streamlink/patches: patch-setup_py multimedia/streamlink/pkg: PLIST Log message: recommit update

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 06:44:50 Modified files: net: Makefile www: Makefile Log message: +www/py-h11 +net/py-trio-websocket +net/py-wsproto

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 06:44:22 Log message: import net/py-trio-websocket, ok tb@ landry@ This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness,

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 06:42:47 Log message: import net/py-wsproto, ok tb@ This is a pure-Python implementation of a WebSocket protocol stack. It's written from the ground up to be embeddable in whatever

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 06:42:03 Log message: import www/py-h11, ok tb@ This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. It's a "bring-your-own-I/O"

Re: new: net/py-trio-websocket

2024-04-15 Thread Stuart Henderson
On 2024/04/15 09:33, Stuart Henderson wrote: > --- > This library implements both server and client aspects of the the > WebSocket protocol, striving for safety, correctness, and ergonomics. It > is based on the wsproto project, which is a Sans-IO state machine that > implemen

new: net/py-trio-websocket

2024-04-15 Thread Stuart Henderson
--- This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/15 02:32:50 Modified files: multimedia/streamlink: Makefile distinfo multimedia/streamlink/patches: patch-setup_py multimedia/streamlink/pkg: PLIST Log message: revert previous

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 12:47:11 Modified files: databases/py-sqlparse: Makefile Log message: build backend changed to hatchling, pointed out by daniel@

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 09:36:45 Modified files: net/iamb : Makefile Log message: disable on i386, this doesn't build (possibly too much memory needed)

Re: UPDATE: cutter-2.3.4

2024-04-14 Thread Stuart Henderson
On 2024/04/14 13:25, Stuart Henderson wrote: > Here's a slight tweak to use the upstream tarball with bundled > translations. OK > +DISTNAME = Cutter-v${V}-src oops, also needed: PKGNAME = cutter-${V}

Re: UPDATE: cutter-2.3.4

2024-04-14 Thread Stuart Henderson
On 2024/04/14 11:30, Edd Barrett wrote: > Hi, > > An update to cutter, to be committed with the rizin update. > > The local patch we had appears to have been applied upstream, so we no longer > need it. > > Had a quick play around disassembling /bin/ls and looking at the control flow > graph.

Re: UPDATE: rizin-0.7.2

2024-04-14 Thread Stuart Henderson
lgtm, ok On 2024/04/14 11:27, Edd Barrett wrote: > Hi, > > This updates rizin to the latest. I'll post a cutter update too in a moment. > > Quite a few new deps to unbundle this time, and a little patch to make it work > with our in-tree libpcre. > > OK? > > Index: Makefile >

Re: [new] www/py-nh3

2024-04-14 Thread Stuart Henderson
On 2024/04/13 23:33, Daniel Dickman wrote: > This is a port of py-nh3, yet another python/rust port with a maturin > build backend. Needed for apache-superset. > > ok to import? It doesn't actually use setuptools to build, I've just added maturin as a new MODPY_PYBUILD backend option in

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 06:08:52 Modified files: lang/python: python.port.mk Log message: add maturin as a build backend for MODPY_PYBUILD

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:48:47 Modified files: devel/ninja: Makefile distinfo Log message: update to ninja-1.12.0

Re: [new] py-referencing

2024-04-14 Thread Stuart Henderson
On 2024/04/13 21:48, Daniel Dickman wrote: > Various python json ports need py-referencing and it's on the > jupyter_server update path. > > ok to import? > > (note: depends on the just imported py-rpds-py port) > Could you change this please: MODPY_PYBUILD = hatchling BUILD_DEPENDS

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:37:25 Modified files: devel/py-urwid : Makefile distinfo devel/py-urwid/pkg: PLIST Log message: update to py3-urwid-2.6.10

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:32:06 Modified files: net/toot : Makefile distinfo net/toot/pkg : PLIST Log message: update to toot-0.43.0

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:31:28 Modified files: devel/py-urwid : Makefile distinfo devel/py-urwid/pkg: PLIST Log message: update to py3-urwid-2.3.4, maintainer timeout since 2023

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:23:44 Modified files: devel/py-setuptools_scm: Makefile distinfo devel/py-setuptools_scm/pkg: PLIST Log message: update to py3-setuptools_scm-8.0.4

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:18:59 Modified files: net/py-idna: Makefile distinfo Log message: update to py3-idna-3.7

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:18:54 Modified files: databases/py-sqlparse: Makefile distinfo databases/py-sqlparse/pkg: PLIST Log message: update to py3-sqlparse-0.5.0

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:18:51 Modified files: databases/py-mongo: Makefile distinfo Log message: update to py3-mongo-4.6.3

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:18:40 Modified files: textproc/py-sphinxcontrib/websupport: Makefile distinfo textproc/py-sphinxcontrib/websupport/pkg: PLIST Log message: update to

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:18:34 Modified files: textproc/py-sphinxcontrib/serializinghtml: Makefile distinfo textproc/py-sphinxcontrib/serializinghtml/pkg: PLIST Log message: update to

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:18:27 Modified files: textproc/py-sphinxcontrib/qthelp: Makefile distinfo textproc/py-sphinxcontrib/qthelp/pkg: PLIST Log message: update to py3-sphinxcontrib-qthelp-1.0.7

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:18:20 Modified files: textproc/py-sphinxcontrib/htmlhelp: Makefile distinfo textproc/py-sphinxcontrib/htmlhelp/pkg: PLIST Log message: update to py3-sphinxcontrib-htmlhelp-2.0.5

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:18:13 Modified files: textproc/py-sphinxcontrib/devhelp: Makefile distinfo textproc/py-sphinxcontrib/devhelp/pkg: PLIST Log message: update to py3-sphinxcontrib-devhelp-1.0.6

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:18:00 Modified files: textproc/py-sphinxcontrib/applehelp: Makefile distinfo textproc/py-sphinxcontrib/applehelp/pkg: PLIST Log message: update to py3-sphinxcontrib-applehelp-1.0.8

CVS: cvs.openbsd.org: ports

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/14 05:17:52 Modified files: textproc/py-sphinxcontrib: Makefile.inc textproc/py-sphinxcontrib/jsmath: Makefile textproc/py-sphinxcontrib/jquery: Makefile Log message: newer

Re: [new] py-rpds-py

2024-04-13 Thread Stuart Henderson
On 2024/04/09 18:50, Daniel Dickman wrote: > Updating jupyter notebook needs jupyterlab 4+ which needs newer > jupyter_server. > > So let's try update to the latest release of jupyter_server. > > Let's start with py-rpds-py. > > py-rpds-py is a less standard port than others so I'd like to get

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 18:33:31 Modified files: graphics/opencolorio: Makefile Log message: change removed -DOCIO_USE_SSE=OFF for -DOCIO_USE_SIMD=OFF and use only on i386. amd64/aarch64 build ok with ON.

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 18:30:58 Modified files: lang/python/3.10: Makefile lang/python/3.10/pkg: PLIST-main Log message: remove old @comments in PLIST, from daniel@ plus REVISION-main bump.

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 18:25:18 Modified files: multimedia/streamlink: Makefile distinfo multimedia/streamlink/patches: patch-setup_py multimedia/streamlink/pkg: PLIST Log message: update to

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 10:57:10 Modified files: lang/python/3.11: Tag: OPENBSD_7_5 Makefile distinfo lang/python/3.11/files: Tag: OPENBSD_7_5 CHANGES.OpenBSD lang/python/3.11/pkg: Tag: OPENBSD_7_5

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 10:56:55 Modified files: lang/python/3.10: Tag: OPENBSD_7_5 Makefile distinfo lang/python/3.10/files: Tag: OPENBSD_7_5 CHANGES.OpenBSD lang/python/3.10/pkg: Tag: OPENBSD_7_5

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 10:56:27 Modified files: lang/python/3.9: Tag: OPENBSD_7_5 Makefile distinfo Log message: MFC update to python-3.9.19 https://www.python.org/downloads/release/python-3919/

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 10:55:40 Modified files: lang/python: Tag: OPENBSD_7_5 Makefile.inc Log message: add EXTERNALLY-MANAGED handling to Makefile.inc for -stable to allow direct syncing of Python updates

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 10:51:07 Modified files: lang/python/3.11: Makefile distinfo lang/python/3.11/files: CHANGES.OpenBSD lang/python/3.11/pkg: PLIST-main PLIST-tests Added files:

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 10:50:47 Modified files: lang/python/3.9: Makefile distinfo Log message: update to python-3.9.19, ok tb https://www.python.org/downloads/release/python-3919/

Re: UPDATE: OpenColorIO 2.3.2

2024-04-13 Thread Stuart Henderson
On 2024/04/13 14:30, Stuart Henderson wrote: > i386 doesn't like that one, > > /pobj/opencolorio-2.3.2/OpenColorIO-2.3.2/src/OpenColorIO/ops/cdl/CDLOpCPU.cpp:339:18: > error: always_inline function '_mm_loadu_ps' requires target feature 'sse', > but would be inline

Re: [Please, unbreak] multimedia/handbrake

2024-04-13 Thread Stuart Henderson
On 2024/04/13 15:47, Rubén Llorente wrote: > Here you are. There are definitely some problems with that one. Testing Brad's diff and reporting back to the list is probably the best way to move this forward. > Stuart Henderson wrote: > > On 2024/04/13 14:48, Rubén Llorente wrote:

Re: [Please, unbreak] multimedia/handbrake

2024-04-13 Thread Stuart Henderson
On 2024/04/13 14:48, Rubén Llorente wrote: > Hello, > > multimedia/handbrake has been broken for at least three releases already. > > Please, either fix this port or remove it from the tree. Right now it is as > good as junk. > > I am including a local mod of this port I have been using for a

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 07:46:09 Modified files: lang/python/3.10: Makefile distinfo lang/python/3.10/files: CHANGES.OpenBSD lang/python/3.10/pkg: PLIST-main Added files:

Re: UPDATE: OpenColorIO 2.3.2

2024-04-13 Thread Stuart Henderson
i386 doesn't like that one, /pobj/opencolorio-2.3.2/OpenColorIO-2.3.2/src/OpenColorIO/ops/cdl/CDLOpCPU.cpp:339:18: error: always_inline function '_mm_loadu_ps' requires target feature 'sse', but would be inlined into function 'LoadRenderParams' that is compiled without support for 'sse'

Re: sysutils/gitlab-runner: update BROKEN-aarch64 marker?

2024-04-13 Thread Stuart Henderson
On 2024/04/13 13:31, Stuart Henderson wrote: > On 2024/04/13 11:45, Caspar Schutijser wrote: > > Hi, > > > > Not sure if this is considered useful but this port is broken > > on aarch64 with a different message than what's currently in > > the BROKEN-aarc

Re: sysutils/gitlab-runner: update BROKEN-aarch64 marker?

2024-04-13 Thread Stuart Henderson
On 2024/04/13 11:45, Caspar Schutijser wrote: > Hi, > > Not sure if this is considered useful but this port is broken > on aarch64 with a different message than what's currently in > the BROKEN-aarch64 marker so I propose to update it. That BROKEN line doesn't show the error message, it's an

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 06:13:47 Modified files: lang/php/8.1 : Tag: OPENBSD_7_5 Makefile distinfo Log message: update to php-8.1.28

CVS: cvs.openbsd.org: ports

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/13 06:13:44 Modified files: lang/php/8.1 : Makefile distinfo Log message: update to php-8.1.28

DPB: Cannot replace glib2-2.80.0-bootstrap in glib2-2.80.0: just got installed

2024-04-13 Thread Stuart Henderson
I've recently run into an occasional problem on my build machines where deps aren't getting installed and builds failing. The most recent one was with the new glib2 bootstrap method (to avoid the cyclic dependency) I'm not sure if the previous times I ran into this also involved the glib2

Re: [update] sysutils/facette

2024-04-13 Thread Stuart Henderson
On 2024/04/13 10:14, Stuart Henderson wrote: > On 2024/04/13 10:51, Joel Carnat wrote: > > > > > Le 13 avr. 2024 à 09:33, Landry Breuil a écrit : > > > > > > Le Wed, Apr 10, 2024 at 01:58:35AM +0200, Joel Carnat a écrit : > > >> Hi, > >

Re: [update] sysutils/facette

2024-04-13 Thread Stuart Henderson
On 2024/04/13 10:51, Joel Carnat wrote: > > > Le 13 avr. 2024 à 09:33, Landry Breuil a écrit : > > > > Le Wed, Apr 10, 2024 at 01:58:35AM +0200, Joel Carnat a écrit : > >> Hi, > >> > >> Looking at sysutils/facette, it is marked as broken. > >> The attached patch has it compile and working. >

CVS: cvs.openbsd.org: ports

2024-04-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/12 06:30:39 Modified files: lang/php/8.3 : Tag: OPENBSD_7_5 Makefile distinfo Log message: update to php-8.3.6

CVS: cvs.openbsd.org: ports

2024-04-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/12 06:30:37 Modified files: lang/php/8.2 : Tag: OPENBSD_7_5 Makefile distinfo Log message: update to php-8.2.18

CVS: cvs.openbsd.org: ports

2024-04-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/04/12 06:30:14 Modified files: lang/php/8.2 : Makefile distinfo Log message: update to php-8.2.18

<    1   2   3   4   5   6   7   8   9   10   >