[print/hplip] Fix printing a test page (lpr path)

2023-09-27 Thread David Coppa
Hi all, When trying to print a test page in the final stage of hp-setup, the following error occurs: Printing test page to printer ENVY_4520... lpr: ENVY_4520: unknown printer error: Print command failed with exit code 256! This is because /usr/bin/lpr comes before /usr/local/bin/lpr in the PA

Re: UPDATE: eltclsh 1.19

2023-09-27 Thread Matthieu Herrb
On Wed, Sep 27, 2023 at 09:39:32PM +0200, Matthieu Herrb wrote: > Hi, > > eltclsh 1.19 released > https://git.openrobots.org/news/291 > Anthony Mallet > > h3. Changes > > * Fix off-by-one in brace parsing function (Arvid Björkengren) > * Fix completion on variables in a namespace (Arvid Björkeng

Re: Node and rc.d

2023-09-27 Thread Renato Aguiar
On Wed, Sep 27 2023, Remi L. wrote: I am an OpenBSD user and I recently installed Node.js. I managed to create an rc.d script to start a basic Node.js application, but it only starts manually. At OpenBSD boot, I can see that the application is started, but it doesn't work. I observed sa

NEW: devel/zls 0.11.0

2023-09-27 Thread Renato Aguiar
I attached a port of zls (Zig Language Server). I hope it is not too late to make it to the release :) I'm copying the maintainer of lang/zig since both ports should be kept in sync. pkg/DESCR: The Zig Language Server (zls) is a tool that implements Microsoft's Language Server Protocol for

UPDATE: database/timescaledb 2.12.0

2023-09-27 Thread Renato Aguiar
Patch updating database/timescaledb to 2.12.0: diff -ru /usr/ports/databases/timescaledb/Makefile ./Makefile --- /usr/ports/databases/timescaledb/Makefile Wed Sep 20 11:11:12 2023 +++ ./Makefile Wed Sep 27 20:41:39 2023 @@ -2,7 +2,7 @@ GH_ACCOUNT =timescale GH_PROJECT =timescaledb

Re: games/fifengine broken?

2023-09-27 Thread Daniel Dickman
On Wed, 27 Sep 2023, Theo Buehler wrote: > Might be worth at try to build fifengine from HEAD, which is what some > distros seem to be packaging without patching: > There's no point doing anything but updating to the latest git commits for both fifengine and unknown-horizons. I've done that

Re: [New] UnrealIRCD 6.1.1.1

2023-09-27 Thread JR Aquino
> Also curious why the do-install target had to be manually written out, > what's wrong with the autoconf installation? If you need to add extra > files manually, do it in a post-install step. Sorted out the install issues. Removed the do-install and now have a proper post-install only for the ex

Re: Node and rc.d

2023-09-27 Thread Stuart Henderson
On 2023/09/27 22:14, Remi L. wrote: > I am an OpenBSD user and I recently installed Node.js. I managed to create > an rc.d script to start a basic Node.js application, but it only starts > manually. > > At OpenBSD boot, I can see that the application is started, but it doesn't > work. FWIW I have

Re: Node and rc.d

2023-09-27 Thread Volker Schlecht
What about const express = require("express"); const app = express(); app.get("/", (req, res) => { res.send("Hello from OpenBSD"); }); app.listen(80, (err) => { if (err) { console.log("Something went wrong: "); } else { console.log("Se

Re: games/fifengine broken?

2023-09-27 Thread Theo Buehler
On Wed, Sep 27, 2023 at 10:22:14PM +0200, Theo Buehler wrote: > On Wed, Sep 27, 2023 at 09:06:03PM +0200, Volker Schlecht wrote: > > games/unknown-horizons seems broken through games/fifengine ... I'm not a > > python > > expert, but it looks like that must have happened quite a while ago already?

Re: games/fifengine broken?

2023-09-27 Thread Theo Buehler
On Wed, Sep 27, 2023 at 09:06:03PM +0200, Volker Schlecht wrote: > games/unknown-horizons seems broken through games/fifengine ... I'm not a > python > expert, but it looks like that must have happened quite a while ago already? > File > "/usr/local/lib/python3.10/site-packages/fife/extensions

Re: Node and rc.d

2023-09-27 Thread Remi L.
I tried to change the JS code: --8<-- console.log("Read server.js"); // debug require() => node_modules/ access try { const express = require("express"); console.log("require() OK"); const app = express(); app.get("/", (req, res) => { res.send("Hello from OpenBSD");

Re: Node and rc.d

2023-09-27 Thread Remi L.
Thank you for your reply Lucas. After the changes: openbsd# rcctl start app app(ok) -- it takes about 10 seconds to get it done openbsd# pgrep node 76957 openbsd# cat /tmp/server.js.log Server started on port 80 openbsd# rcctl stop app openbsd# reboot then: openbsd# pgrep node openbsd# cat /tm

UPDATE: eltclsh 1.19

2023-09-27 Thread Matthieu Herrb
Hi, eltclsh 1.19 released https://git.openrobots.org/news/291 Anthony Mallet h3. Changes * Fix off-by-one in brace parsing function (Arvid Björkengren) * Fix completion on variables in a namespace (Arvid Björkengren) * Consistently preserve or remove the global namespaces qualifier in complet

Re: Node and rc.d

2023-09-27 Thread Lucas
"Remi L." wrote: > Hello everyone, > > I am an OpenBSD user and I recently installed Node.js. I managed to > create an rc.d script to start a basic Node.js application, but it only > starts manually. > > At OpenBSD boot, I can see that the application is started, but it > doesn't work. I have

games/fifengine broken?

2023-09-27 Thread Volker Schlecht
games/unknown-horizons seems broken through games/fifengine ... I'm not a python expert, but it looks like that must have happened quite a while ago already? Traceback (most recent call last): File "/usr/local/bin/unknown-horizons", line 381, in main() File "/usr/local/bin/unknown-horizon

Re: [wip] devel/{pyside6,pyside6-tools,shiboken6}

2023-09-27 Thread Johannes Thyssen Tishman
Has anyone been able to test this? Sep 20, 2023 15:29:37 Johannes Thyssen Tishman : >> It would need to be overridden, I tried it a few ways and eventually hit >> on the approach in the attached tar. It's still a bit hacked together >> and some parts done in a quick-and-dirty way but it does at l

Re: new bootstrap for lang/ghc

2023-09-27 Thread Matthias Kilian
Hi Greg, On Tue, Sep 26, 2023 at 08:47:09PM -0700, Greg Steuck wrote: > > My internet connection is currently almost completely > > broken. > > Do you also host the bootstrap files there? Should we considering > mirroring them somewhere else? No. The bootstrap files are on a machine running in o

Re: [New] UnrealIRCD 6.1.1.1

2023-09-27 Thread JR Aquino
Thank you both very much for the feedback! I have been very hard at work making the requested changes and corrections. Attached you will find the updated .tgz with all of the requested optimizations. Responses in-line below: On 2023/09/26 19:27, A Tammy wrote: > > On 9/26/23 18:52, JR Aquino wro

Node and rc.d

2023-09-27 Thread Remi L.
Hello everyone, I am an OpenBSD user and I recently installed Node.js. I managed to create an rc.d script to start a basic Node.js application, but it only starts manually. At OpenBSD boot, I can see that the application is started, but it doesn't work. I have the impression that it is relat

Re: maintainer update. net/dnscontrol --> 4.4.1

2023-09-27 Thread Klemens Nanni
On Wed, Sep 27, 2023 at 07:20:34PM +0200, Paco Esteban wrote: > Hi ports@, > > This is an update for net/dnscontrol to its latest version 4.4.1 > Lots of changes on the software like JSON report of changes, new > providers, "no color" flag for output and more. You can see them here: > > https://

maintainer update. net/dnscontrol --> 4.4.1

2023-09-27 Thread Paco Esteban
Hi ports@, This is an update for net/dnscontrol to its latest version 4.4.1 Lots of changes on the software like JSON report of changes, new providers, "no color" flag for output and more. You can see them here: https://github.com/StackExchange/dnscontrol/releases Builds and runs ok for me on a

Re: [new] net/openvpn-otp

2023-09-27 Thread Stuart Henderson
On 2023/09/27 18:02, Theo Buehler wrote: > On Wed, Sep 27, 2023 at 04:43:37PM +0100, Stuart Henderson wrote: > > On 2023/09/27 15:49, Theo Buehler wrote: > > > This is a simple OpenVPN plugin that a client of henning would like to > > > have. The released version 1.0 is not compatible with OpenSSL

Re: [New] UnrealIRCD 6.1.1.1

2023-09-27 Thread Stuart Henderson
On 2023/09/26 19:27, A Tammy wrote: > > On 9/26/23 18:52, JR Aquino wrote: > > Attached you will find the proposed new addition of the UnrealIRCD Port for > > OpenBSD > > > > I have tested everything based upon the OpenBSD Porting Guide documentation > > and everything appears to be in full workin

Re: [new] net/openvpn-otp

2023-09-27 Thread Theo Buehler
On Wed, Sep 27, 2023 at 04:43:37PM +0100, Stuart Henderson wrote: > On 2023/09/27 15:49, Theo Buehler wrote: > > This is a simple OpenVPN plugin that a client of henning would like to > > have. The released version 1.0 is not compatible with OpenSSL 1.1 API, > > which is not a great sign, but the

Re: [NEW] graphics/oxipng

2023-09-27 Thread Benoit Lecocq
--- Original Message --- Le mardi 26 septembre 2023 à 18:23, Frederic Cambus a écrit : > Hi ports@, > > Here is a new port: graphics/oxipng > > From DESCR: > > Oxipng is a multithreaded lossless PNG compression optimizer. It can be used > via a command-line interface or as a library

Re: [new] net/openvpn-otp

2023-09-27 Thread Stuart Henderson
On 2023/09/27 15:49, Theo Buehler wrote: > This is a simple OpenVPN plugin that a client of henning would like to > have. The released version 1.0 is not compatible with OpenSSL 1.1 API, > which is not a great sign, but the code doesn't look too terrible. > > It ships an .so. Not sure if that nee

[new] net/openvpn-otp

2023-09-27 Thread Theo Buehler
This is a simple OpenVPN plugin that a client of henning would like to have. The released version 1.0 is not compatible with OpenSSL 1.1 API, which is not a great sign, but the code doesn't look too terrible. It ships an .so. Not sure if that needs to be versioned and if so, how. Works in simple

[update] net/synapse 1.93.0

2023-09-27 Thread Renaud Allard
Hello, Here is a diff to upgrade net/synapse to 1.93.0 Working fine on amd64 Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/synapse/Makefile,v retrieving revision 1.62 diff -u -p -r1.62 Makefile --- Makefile 19 Sep 2023 11