* Theo Buehler wrote:
> On Tue, Jan 28, 2025 at 01:43:47PM +0100, Matthias Schmidt wrote:
> > * Theo Buehler wrote:
> > > On Mon, Jan 27, 2025 at 08:26:28PM +, Stuart Henderson wrote:
> > > > On 2025/01/27 20:09, Matthias Schmidt wrote:
>
* Theo Buehler wrote:
> On Mon, Jan 27, 2025 at 08:26:28PM +, Stuart Henderson wrote:
> > On 2025/01/27 20:09, Matthias Schmidt wrote:
> > > * Stuart Henderson wrote:
> > > >
> > > > Not perfect but this will probably work and it can be removed again
* Stuart Henderson wrote:
>
> Not perfect but this will probably work and it can be removed again
> with a later update if things are improved in the aws-lc-* crates.
>
> any test reports, oks?
With your patch I can compile and start ncspot. It shows me a link to
Spotify's OAuth page and after
Hi Theo,
* Theo Buehler wrote:
> > The program finishes building and can be installed
> >
> > $ ncspot --version
> > ncspot 1.2.1
> >
> > But it immediately crashes with a segmentation fault
> >
> > $ gdb ncspot ncspot.core GNU gdb 6.3
>
> old gdb in base is too outdated to deal with modern ll
Hi Caspar,
* Caspar Schutijser wrote:
>
> Hi,
>
> A recent commit from landry@ to mail/mozilla-thunderbird showed me that
> a similar problem existed in other Mozilla ports. The solution landry@
> committed is better so I'd like to have it in Tor Browser too.
> https://cvsweb.openbsd.org/cgi-bin
Hi Caspar,
* Caspar Schutijser wrote:
> Hi Matthias,
>
> On Mon, Jul 08, 2024 at 07:54:09PM +0200, Matthias Schmidt wrote:
> > Hi Caspar,
> >
> > * Caspar Schutijser wrote:
> > > Hi,
> > >
> > > I found the following piece of diff while I
Hi Caspar,
* Caspar Schutijser wrote:
> Hi,
>
> I found the following piece of diff while I was reading through
> the diff between 13.0.16 and 13.5.
>
> $ git diff
> tor-browser-115.12.0esr-13.0-1-build1..tor-browser-115.12.0esr-13.5-1-build3
> from https://gitlab.torproject.org/tpo/application
Hi,
* Stuart Henderson wrote:
> On 2024/07/01 22:09, Matthias Schmidt wrote:
> > Hi,
> >
> > the recent update to tor-browser-13.5 on amd64 -current broke it for me.
> > It aborts right after start with SIGILL. Doesn't matter if I use an
> > existing
>
Hi,
the recent update to tor-browser-13.5 on amd64 -current broke it for me.
It aborts right after start with SIGILL. Doesn't matter if I use an existing
config or a fresh one.
$ egdb /usr/local/lib/tor-browser/tor-browser
Reading symbols from /usr/local/lib/tor-browser/tor-browser...
(No debug
Hi,
it's a known issue and you need to update the package to the p0 version:
https://marc.info/?l=openbsd-ports&m=170228767826863&w=2
Cheers
Matthias
* Tobias Heider wrote:
> On Sun, Dec 17, 2023 at 10:11:26AM +0100, Jan Stary wrote:
> > This is current/arm64 on a M1 macbook, with firef
FYI: https://marc.info/?l=openbsd-ports&m=170228767826863&w=2
* Robert Palm wrote:
> Just noticed firefox seems not working:
>
> GENERIC.MP#1483 amd64
>
> tron$ pkg_info firefox
> Information for inst:firefox-120.0.1
>
>
> tron$ firefox
> XPCOMGlueLoad error for file /usr/local/lib/firefox/lib
Hi,
I just upgraded Firefox on -current to firefox-120.0.1 and it fails
with:
XPCOMGlueLoad error for file /usr/local/lib/firefox/libmozwayland.so.132.0:
File not found
Couldn't load XPCOM.
Cheers
Matthias
Hi,
* Stuart Henderson wrote:
> You're missing the version number in DISTNAME.
Thanks, that ideed did the trick. Nevertheless, the error message is
not very informative and I couldn't have solved that on my own.
Cheers
Matthias
Hi,
today I tried to change the Makefile of audio/cmus to build the latest
master from Github instead of the release (see diff). I copied the port
to mystuff/ and modified the Makefile accordingly. All went well until
I hit the package building step. It fails as follows:
===> Building package
* Theo Buehler wrote:
> On Thu, Jun 29, 2023 at 11:30:10AM +0200, Theo Buehler wrote:
> > On Thu, Jun 29, 2023 at 11:25:20AM +0200, Theo Buehler wrote:
> > > On Thu, Jun 29, 2023 at 10:54:10AM +0200, Theo Buehler wrote:
> > > > On Thu, Jun 29, 2023 at 09:23:53AM +0100, Stuart Henderson wrote:
> > >
* Stuart Henderson wrote:
> Does the same happen if you build your own kernel rather than using a
> snap?
No, it works when running a self-compiled kernel. So it seems it is
related to BTCFI.
Cheers
Matthias
Hi ports@,
ncspot on -current aborts on startup with SIGILL and complains about a
missing assembler file in the ring crate. I haven't used it in a while
so I didn't know exactly when it stopped working. My machine supports
BTCFI...
Let me know if you need more information.
Cheers
M
Hi Sebastien,
* Sebastien Marie wrote:
>
> It is failing in a patched function...
>
> Now, looking at editors/neovim, some points:
>
> - neovim links statically to luajit, so neovim will need rebuild too
> - neovim uses a specific luajit version, and embedded it (it is not using the
> lang/lua
Hi Sebastien,
* Sebastien Marie wrote:
> Hi,
>
> Could you test the following patch in ports/lang/luajit ?
>
> I don't bump REVISION on purpose for testing.
>
> The patches are enough to make the "testsuite" to pass, but as it is just
> running luajit -e "print('hello world')" I am unsure t
* Matthias Schmidt wrote:
> Hi,
>
> * Solène Rapenne wrote:
> > I'd like to remove net/sendxmpp, it's dead and not working.
> >
> > https://github.com/lhost/sendxmpp/issues
>
> I am using it on all my OpenBSD machines together with monit to s
Hi,
* Solène Rapenne wrote:
> I'd like to remove net/sendxmpp, it's dead and not working.
>
> https://github.com/lhost/sendxmpp/issues
I am using it on all my OpenBSD machines together with monit to send
XMPP messages when states change, etc.
> While there, we could remove net/p5-Net-XMPP as it
Hi Theo,
* Theo Buehler wrote:
> On Sat, Jan 28, 2023 at 01:19:49PM +0100, Matthias Schmidt wrote:
> > Hi,
> >
> > I noticed today that audio/ncspot segfaults on a recent -current. I
> > have
> >
> > OpenBSD 7.2-current (GENERIC.MP) #994: Thu Jan 26
Hi,
I noticed today that audio/ncspot segfaults on a recent -current. I
have
OpenBSD 7.2-current (GENERIC.MP) #994: Thu Jan 26 20:09:20 MST 2023
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
with the latest ncspot-0.12.0p0. Upon startup it crashes with a
segmentation
Hi,
Straightforward update to Version 2022.b.
Cheers
Matthias
diff /usr/ports
commit - 7c28a28b0306c9f4cd2b225dd9bc7cb0bd4cf6b9
path + /usr/ports
blob - c294a1f0a05a8f719bee593619f84deff98b
file + productivity/jrnlc/Makefile
--- productivity/jrnlc/Makefile
+++ productivity/jrnlc/Mak
Hi Rafael,
* Rafael Sadowski wrote:
> Update yara to the latest stable version 4.2.2. I'm not a yara user
> so tests and send feedback as well OKs welcome.
Thanks for the update. I tested the standalone yara binary (not the
Python stuff) with my own rules and binaries and everything works as
exp
Hi Stefan,
* Stefan Hagen wrote:
> Hi,
>
> I'm using this program for years already. I find the default pinentry
> programs visually not very attractive, especially when using a tiling
> window manager. pinentry-dmenu shows a nice bar (dmenu style) and asks
> for the pin / passphrase.
>
> I fin
Hi Klemens,
* Klemens Nanni wrote:
> Playing music in ncspot reliably stops after some time with
> "Stream drop error: PortAudio not initialized".
>
> Not sure when this started to happen, but I remember times when there was no
> such issue and I could listen for hours without error. Now audio u
Weekly bump.
* Matthias Schmidt wrote:
> Hi Stefan,
>
> * Stefan Hagen wrote:
> > Matthias Schmidt wrote:
> > > Hi,
> > >
> > > weekly ping with a fresh tarball attached.
> >
> > I remember that I used this tool long ago.
> >
>
Hi Stefan,
* Stefan Hagen wrote:
> Matthias Schmidt wrote:
> > Hi,
> >
> > weekly ping with a fresh tarball attached.
>
> I remember that I used this tool long ago.
>
> The port should go into category "productivity".
> We have other journali
Hi,
weekly ping with a fresh tarball attached.
Cheers
Matthias
jrnlc.tar.gz
Description: application/tar-gz
Hi,
* Stuart Henderson wrote:
>
> Don't hand-generate the patch files, use "make update-patches", but...
>
> > +@@ -101,7 +101,7 @@
> > + # has a number of important bugfixes.
> > + if (NOT DEFINED ENABLE_BUNDLED_TAGLIB)
> > + message(STATUS "[build] ENABLE_BUNDLED_TAGLIB not defined, setting
Hi,
attached is a diff to upgrade musikcube to 0.96.10. The changelog is too
much to mention here, so here's the link:
https://github.com/clangen/musikcube/releases
Important is that upstream fixed the build on OpenBSD in 0.96.9 so
compared to 0.96.6 it builds now out of the box. I had to regen
* Stuart Henderson wrote:
>
> Something is wrong with your fetches, because at least this second one
> should report a 404 error. Perhaps you have redefined FETCH_CMD and it isn't
> working correctly.
You nailed it! I used curl in FETCH_CMD. Unsetting it make it work
like charm.
Cheers and tha
Hi Stuart,
* Stuart Henderson wrote:
> On 2021/12/29 18:11, Matthias Schmidt wrote:
> > attached is a tarball for a new port. I noticed one strange thing
> > during the port's creation. make fetch doesn't download the tarball
> > from github although I use the sam
Hi ports,
attached is a tarball for a new port. I noticed one strange thing
during the port's creation. make fetch doesn't download the tarball
from github although I use the same syntax as other ports and the
Makefile template. The download path is different from the one on the
website... Onc
Hi Lucas,
* Lucas wrote:
> Hi Matthias,
>
> Matthias Schmidt wrote:
> > Maybe it's me and my stupidity but since this update I can no longer
> > connect to a XMPP server with a LE certificate. Both client and server
> > are running -current (server with pros
Hi everybody,
* Florian Viehweger wrote:
> Am Fri, 27 Aug 2021 08:32:26 +0100
> schrieb Stuart Henderson :
>
> > On 2021/08/26 23:26, Florian Viehweger wrote:
> > > Hi,
> > >
> > > this updates profanity to 0.11.0.
> > >
> > > Changes are listed here [1] as they are too long to list in this
> >
Hi Jeremie,
* Jeremie Courreges-Anglas wrote:
> On Fri, Sep 03 2021, Jeremie Courreges-Anglas wrote:
> > So here's the result of the torture I've been doing to my self during
> > this hackathon. gdb-10.x inferior target support is broken for reasons
> > I still ignore and I've been told that mov
Hi Solene,
* Solene Rapenne wrote:
> On Thu, 15 Apr 2021 20:12:41 +0200
> Solene Rapenne :
>
> > This is a new port for audio/musikcube, a console music player with
> > server features. It supports mouse :-)
> >
> > $ cat pkg/DESCR
> > musikcube is a fully functional terminal-based music player,
Hi,
* Marcus MERIGHI wrote:
> Hello!
>
> I just upgraded a machine to current -current and did a pkg_add -u.
>
> After that mpv refused to play, saying:
>
> ld.so: mpv: can't load library 'libluajit-5.1.so.1.0'
> Killed
>
> A simple "pkg_add luajit" makes mpv(1) happy.
>
> m
Hi,
* Brad Smith wrote:
> Here is an update to mpv 0.33.0.
>
> Any testing would be appreciated.
I tested it over the course of the day and all my use cases (audio,
video) work for me.
OpenBSD 6.8-current (GENERIC.MP) #221: Fri Dec 11 13:17:00 MST 2020
dera...@amd64.openbsd.org:/usr/src/sys
Hi,
I updated slrn to Version 1.0.3 which is a bugfix update. Building,
running and posting tested on amd64. I made the following changes to
the Makefile:
- Add WRKDIST since the tarball is called slrn-1.0.3a but unzips as
slrn-1.0.3 (without the 'a'). Hope I got this right.
- Add EXTRACT_SU
Hi all, Hi Henrik,
* Henrik Friedrichsen wrote:
> Maintenance update:
> - Added configuration option for initial shuffle, repeat, volume
> - Start with a random track if not selecting track directly
> - Make `TAB` or `ESC` toggle between search input
> - Push help view to stack instead of making i
Hi Rafael,
On 21.02.2020 06:23, Rafael Sadowski wrote:
Update weechat to 2.7.1 (security release)
This update fix three security problems.
- CVE-2020-8955
Buffer overflow when receiving a malformed IRC message 324 (channel
mode).
- Buffer overflow when a new IRC message 005 is received wit
Hi Michael,
On 10.02.2020 14:31, Michael wrote:
On Fri, Feb 07, 2020 at 03:27:33PM +0100, Michael wrote:
Hello ports@,
this patch adds pledge() to net/ngircd. Tested on amd64 with ngircd
running with TLS. Unfortunately the promises can't be further reduced
since this would break /rehash (i.e.
Hi Paco,
* Paco Esteban wrote:
> ping !
>
> Anyone using cmus ?
Yes, active user here. I compiled the port using your patch and
upgraded to 2.8.0. Up to now, now signs of regressions here and I love
the multi playlist feature.
Cheers and thanks
Matthias
Hi,
* Thomas Frohwein wrote:
> Hi,
>
> Please find attached a port of OpenRA. OpenRA is an engine to run Westwood
> real-time strategy games like Command & Conquer 1&2 and Dune 2000. It is
> written in C#. When run (with mono-5.14.0.177p1 with the patch committed
> yesterday), it allows downloadi
Hi Klemens,
* Klemens Nanni wrote:
> Depending on the ffmpeg update, here's mpv.
>
> Works just fine on amd64 with various formats and codecs where
> performance improvements are quite noticable.
Thanks a lot for putting work into this update, very much appreciated!
I tested both the ffmpeg and
Hi Klemens,
* Klemens Nanni wrote:
> Hey,
>
> xbattmon is a simple battery monitor for X pretty similiar to
> sysutils/xbattbar but actively maintained.
>
> It draws a colorized bar on the edge of your screen, that blinks on
> critical battery level.
Now this is what I call a handy tool. I tes
Hi,
* Edd Barrett wrote:
> On Tue, Oct 10, 2017 at 10:11:51PM +0200, Matthias Schmidt wrote:
> > The shell script allows r2 to be run in docker container. Not useful
> > on OpenBSD ATM, however, it does no harm :) If you want it gone, I can
> > modify the Makefile patch
Hi Edd,
* Edd Barrett wrote:
>
> Thanks for this. Comments inline.
Thanks for your comments.
> > # In radare, all libs have the same version
> > -LIBV = 2.0 # 0.10.6
> > +LIBV = 2.0 # 1.6.0
>
> Did you check if you needed to bump the major versi
Hi,
On 09.10.2017 07:04, Remi Pointel wrote:
On 09/21/17 15:08, Matthias Schmidt wrote:
Hi guys,
I updated the radare2 port to the latest stable Version 1.6.0. Since
the current version is quite old the changelog would be too much to
mention :) A diff to update the port is attached. I built
Ping
* Matthias Schmidt wrote:
> Hi guys,
>
> I updated the radare2 port to the latest stable Version 1.6.0. Since the
> current version is quite old the changelog would be too much to mention :) A
> diff to update the port is attached. I built and tested it under native
>
Hi Ricardo,
On 26.09.2017 23:54, Ricardo Mestre wrote:
Hi ports@
If st's window is deleted then it will dump core due to a missing
pledge
promise, specifically proc. Once the window is deleted it will try to
send
a SIGHUP through kill(2), but since proc is missing from the pledge
applied
on
Hi guys,
I updated the radare2 port to the latest stable Version 1.6.0. Since the
current version is quite old the changelog would be too much to mention
:) A diff to update the port is attached. I built and tested it under
native amd64 and on i386 within a VM both running -current.
Since th
55 matches
Mail list logo