On Thu Jan 18, 2024 at 09:23:05AM +0100, Sebastien Marie wrote:
> Rafael Sadowski writes:
>
> > Hi All!
> >
> > Would someone be kind enough to review these 3 new ports? There are no
> > heavy dependencies necessary to build it.
> >
>
> Just one question, shouldn't they be using NO_BUILD = Yes ?
Stuart Henderson [s...@spacehopper.org] wrote:
>
> Updating this will need new ports for two modules (transitions and
> yamlordereddictloader; tgz attached), and the update of ncclient
> that I've just committed.
>
This works, thank you Stuart.
On Fri, Jan 19, 2024 at 08:42:15PM +0100, Omar Polo wrote:
>
> On 2024/01/18 15:07:29 +1100, Yifei Zhan wrote:
> > Another wave of fcitx/opencc updates, in general nothing major, just
> > bugfixes here and there. A note is added to the fcitx pkg readme for
> > KDE Plasma users on using KDE's inpu
jsing will make _STACK opaque. Only two things notice: rust-openssl
(already fixed upstream) and M2Crypto.
M2Crypto contains two compat shims for STACK_OF(). sk_free() has been
available since forever so I don't really understand why that was ever
needed, but it's easy to fix.
I made deep_copy()
I've already imported it.
> s/YES/Yes/ and it's OK sthen@
I have done it.
> Pretty sure this needs the usual FLAVOR dance, otherwhise pkgname/path
> mismatch (regardless, the ports directory needs to be named py-*):
> $ make show='FULLPKGNAME FULLPKGPATH'
> py3-bdfparser-2.2.0
> graphics/py-bdfparser
It
On Mon, Jan 22, 2024 at 12:31:14AM +0100, Rafael Sadowski wrote:
> Hi ports hackers,
>
> here is a reworked diff to update Qt6 to 6.6.1.
>
> Notable changes:
>
> - I added python as new dependency to qtbase to use compileall.py.
> Objections to do this?
If just for that you can do MODPY_RUNDE
On Mon, Jan 22, 2024 at 07:56:23PM +0100, Paco Esteban wrote:
> Hi ports@,
>
> This is an update for net/dnscontrol to its latest version 4.8.1
> Quite a bit of changes from 4.7.2 that we have in ports. See changelog
> here: https://github.com/StackExchange/dnscontrol/releases
>
> Builds, tests
Hi ports@,
This is an update for net/dnscontrol to its latest version 4.8.1
Quite a bit of changes from 4.7.2 that we have in ports. See changelog
here: https://github.com/StackExchange/dnscontrol/releases
Builds, tests pass and works for me on amd64.
Ok to commit ?
diff /usr/ports
commit - 66
On Mon, Jan 22, 2024 at 01:53:40AM +, Klemens Nanni wrote:
| > Paul mentioned shairpoint-sync's instructions as reply to spotifyd,
| > where I went with less repitition and more precise instructions.
I did, and then I wanted to look into this but basically was too busy
with other things .. sor
Bulk build on sparc64-0a.ports.openbsd.org
Started : Thu Jan 18 19:03:30 MST 2024
Finished: Mon Jan 22 11:20:26 MST 2024
Duration: 3 Days 16 hours 17 minutes
Built using OpenBSD 7.4-current (GENERIC.MP) #2002: Thu Jan 18 15:20:06 MST 2024
Built 9350 packages
Number of packages built each day:
J
On 2024/01/22 14:27, Stuart Henderson wrote:
> On 2024/01/22 06:19, Chris Cappuccio wrote:
> > Stuart Henderson [s...@spacehopper.org] wrote:
> > > On 2024/01/22 02:00, Daniel Dickman wrote:
> > >
> > > >
> > > > > AttributeError: module 'collections' has no attribute 'MutableMapping'
> > > > >
On 2024/01/22 06:19, Chris Cappuccio wrote:
> Stuart Henderson [s...@spacehopper.org] wrote:
> > On 2024/01/22 02:00, Daniel Dickman wrote:
> >
> > >
> > > > AttributeError: module 'collections' has no attribute 'MutableMapping'
> > > >
> > > > I suspect the module may require python3.9 or earli
Stuart Henderson [s...@spacehopper.org] wrote:
> On 2024/01/22 02:00, Daniel Dickman wrote:
>
> >
> > > AttributeError: module 'collections' has no attribute 'MutableMapping'
> > >
> > > I suspect the module may require python3.9 or earlier?
> >
> > Release 2.7.0 claims support for python 3.10
Hi,
On Mon, Jan 22, 2024 at 01:49:16PM +0100, Sebastien Marie wrote:
> It would be interesting to know if it is enough for the user who
> contacted you.
FWIW, the user provided the minimal example I posted in my prior message.
If that works, I think you have your answer.
--
Best Regards
Edd Ba
bulk build on octeon.ports.openbsd.org
started on Mon Jan 8 16:23:26 UTC 2024
finished at Sun Jan 21 20:50:01 UTC 2024
lasted 14D04h26m
done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #41: Sun Dec 31
04:30:08 MST 2023
built packages:8770
Jan 8:1180
Jan 9:873
Jan 10:466
Jan 11:784
Jan 12:
Edd Barrett writes:
>
> This does not occur when using the LSP with a rustup-installed toolchain on
> Linux.
>
> I don't recall seeing this error when I was building RA from source (the magic
> command I used to use to build/install was `cargo xtask install --server`).
>
> I notice that in the so
Hi,
I have an update for cad/opencascade (7.7.2 -> 7.8.0) ready, but
cad/kicad (one of it's two consumers) won't build with it. While
trying to understand why, I noticed that our port for KiCAD is
outdated by two major versions. Before I try to work on an update
for it, I'd like to ask here if any
Hi,
We imported rust-analyzer last week, and right off the bat I've had a user
report that it doesn't work right with proc macros.
src/main.rs:
```
[tokio::main]
async fn main() {
println!("Hello, world!");
}
```
Cargo.toml:
```
[package]
name = "pmtest"
version = "0.1.0"
edition = "2021"
[
On 2024/01/22 02:00, Daniel Dickman wrote:
>
> > AttributeError: module 'collections' has no attribute 'MutableMapping'
> >
> > I suspect the module may require python3.9 or earlier?
>
> Release 2.7.0 claims support for python 3.10 so I suggest updating the port
> to the latest release.
That'
Le Mon, Jan 22, 2024 at 04:25:24AM +, Hari a écrit :
> Hello OpenBSD community,
>
> I was a user of librewolf on linux. But two days ago I switched to openbsd as
> my
> daily driver there is no librewolf on official package list. So I decided to
> port it. I want to know if anyone is working
21 matches
Mail list logo