Re: Using Ports

2024-10-10 Thread Joe B
Original Message On 10/10/24 8:56 PM, Timo Myyrä wrote: > On Thu, Oct 10 2024, Joe B wrote: > > > Hello, > > > > I just installed openbsd and I'm happy.. coming from FreeBSD and lots of > stuff are different. > > > > I like ports to have options between binary and s

[MAINTAINER UPDATE] www/honk : add missing image files from documentation

2024-10-10 Thread Horia Racoviceanu
- Add missing image files from documentation reported by https://honk.any-key.press/u/continue/h/4RMXXPDFfgkMyPlxBZ thank you! Index: Makefile === RCS file: /cvs/ports/www/honk/Makefile,v retrieving revision 1.31 diff -u -p -r1.31 Make

[UPDATE] comms/hackrf to 2024.02.1

2024-10-10 Thread Bryan Vyhmeister
This is an update to comms/hackrf from the previous 2023.01.1 release to 2024.02.1. The major changes are: "A new utility, hackrf_biast, provides a way to control the "bias tee" antenna port power output on HackRF One. Thank you, Jonathan Suite (AI6AJ)! Completely new and comprehensive libhackrf A

Re: Using Ports

2024-10-10 Thread Timo Myyrä
On Thu, Oct 10 2024, Joe B wrote: > Hello, > > I just installed openbsd and I'm happy.. coming from FreeBSD and lots of > stuff are different. > > I like ports to have options between binary and source. > > In freebsd you could make showconfig to see whats configured by default. you > could do m

[UPDATE] comms/rtl-sdr to 2.0.2

2024-10-10 Thread Bryan Vyhmeister
This is a very minor update from rtl-sdr 2.0.1 to 2.0.2. CC maintainer as well. List of pretty minor changes can be found here. https://github.com/osmocom/rtl-sdr/commit/619ac3186ea0ffc092615e1f59f7397e5e6f668c I bumped SHARED_LIBS from 0.2 to 0.3 which I think is correct but I'm not positive on

Re: mblaze: update to 1.3

2024-10-10 Thread Lucas Gabriel Vuotto
On Thu, Oct 10, 2024 at 02:07:51PM GMT, falsif...@falsifian.org wrote: > I've been using mblaze 1.3 for a week or two with the below patch, > which just deletes everything in patches/ (all are upstream) and > updates DISTNAME, REVISION, distinfo. Hey James, Port looks fine on my end. Lets wait fo

Re: [maintainer update] misc/openhab 4.2.1 -> 4.2.2

2024-10-10 Thread Chaz Kettleson
Thanks. Sorry about that, will check this on future iterations. On 10/10/24 5:36 AM, Stuart Henderson wrote: The diff is mangled (tabs/spaces), I will manually redo it On 2024/10/09 22:19, c...@pyr3x.com wrote: Summary of changes: - Bump version to 4.2.2 -- Chaz diff --git a/misc/openhab-a

Re: UPDATE: Nextcloud-29.0.7

2024-10-10 Thread Stuart Henderson
On 2024/10/09 10:12, gonzalo wrote: > Update for Nextcloud to 29.0.7: On 2024/10/09 10:17, gonzalo wrote: > Update for Nextcloud to 28.0.10: ok

Re: [maintainer update] misc/openhab 4.2.1 -> 4.2.2

2024-10-10 Thread Stuart Henderson
The diff is mangled (tabs/spaces), I will manually redo it On 2024/10/09 22:19, c...@pyr3x.com wrote: > Summary of changes: > > - Bump version to 4.2.2 > > -- > Chaz > > diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile > index b9171f37dc1..21e56b0e56c 100644 > --- a/mi

Using Ports

2024-10-10 Thread Joe B
Hello, I just installed openbsd and I'm happy.. coming from FreeBSD and lots of stuff are different. I like ports to have options between binary and source. In freebsd you could make showconfig to see whats configured by default. you could do make config to change the default options then make

Re: [NEW] textproc/csvlens

2024-10-10 Thread Volker Schlecht
First and final bump (I'm not interested enough to be more annoying). Anyone else interested enough to have a look? On 2024-08-19 17:48, Volker Schlecht wrote: Attached is a port of csvlens (https://github.com/YS-L/csvlens) which is a pretty useful pager for csv files. ok to import?

Re: new ports for spyder 6.x

2024-10-10 Thread Stuart Henderson
On 2024/10/08 16:27, Daniel Dickman wrote: > Hi everyone, > > Here are 4 new Python ports needed for us to update from spyder 5.x to > spyder 6.x. > > ok to import these? > > Thanks! pygithub ok as-is superqt tests wants numpy and some Qt bindings to be installed otherwise collection fails p

anki-2.1.16p7 package issues

2024-10-10 Thread wizardo
Is anyone able to run the anki package? As far as i read on the port's makefile the current package version is before upstream anki required rust and other stuff to build, but there are some issues with the newer versions of python (3.11 is current, while anki targets 3.9) My current issues are th

Re: [maintainer update]: decker 1.48 -> 1.50

2024-10-10 Thread Jag Talon
Ping. Ty! On 9/30/24 8:14 PM, Jag Talon wrote: > Two new updates from Decker! New features and fixes can be found here: > > https://internet-janitor.itch.io/decker/devlog/794797/decker-149 > https://internet-janitor.itch.io/decker/devlog/805940/decker-150 > > Tested it on my amd64 machine. Tests

mblaze: update to 1.3

2024-10-10 Thread falsifian
I've been using mblaze 1.3 for a week or two with the below patch, which just deletes everything in patches/ (all are upstream) and updates DISTNAME, REVISION, distinfo. -- James diff /usr/ports commit - 83548194a42d7f57da82615fe837c246d5393768 path + /usr/ports blob - 2a9d003a311615d75ac4fa288

Extracting all distfiles

2024-10-10 Thread Christian Weisgerber
Sometimes people wish to grep for something over the extracted distfiles of all ports. Extracting all distfiles takes about 428G of disk space right now. You need to have these extraction tools installed: bzip2, cabextract, gtar, rpm2cpio, unrar, unzip, xz, zstd. In /usr/ports, use this command:

[update] net/i2pd-2.54.0

2024-10-10 Thread openbsd
Hello, Here's an update to i2pd's latest version. I modified patch-tests_Makefile to make all tests pass. Builds and runs fine on amd64. Best regards.Index: Makefile === RCS file: /cvs/ports/net/i2pd/Makefile,v diff -u -p -r1.26 Ma