Re: [new] mail/meli: a new terminal email client

2022-10-25 Thread Theo Buehler
> Thanks for porting. I just tried to use meli with notmuch, and get: > > $ meli > Could not load libnotmuch! > If notmuch is installed but the library isn't found, consult your > system's documentation on how to make dynamic libraries discoverable. > Caused by: File not f

Re: [new] mail/meli: a new terminal email client

2022-10-25 Thread James Cook
On Tue Oct 18, 2022 at 11:10 AM UTC, Landry Breuil wrote: > Le Fri, Oct 07, 2022 at 09:50:38AM +0200, Landry Breuil a écrit : > > Le Thu, Oct 06, 2022 at 02:40:28PM +0200, Landry Breuil a écrit : > > > Hi, > > > > > > here's a wip port of https://meli.delivery, i've chosen to port the git > > > he

new print/epstool

2022-10-25 Thread Nam Nguyen
I have attached a new port print/epstool. There is also an inline diff for math/octave to add print/epstool to RUN_DEPENDS. Motivation: In updating editors/TeXmacs I discovered that epstool was needed for the octave plugin to work with eps files. Here are two example octave sessions (without and

UPDATE: libavif 0.11.1

2022-10-25 Thread Brad Smith
Here is an update to libavif 0.11.1. https://raw.githubusercontent.com/AOMediaCodec/libavif/main/CHANGELOG.md Index: Makefile === RCS file: /home/cvs/ports/graphics/libavif/Makefile,v retrieving revision 1.19 diff -u -p -u -p -r1.1

update editors/TeXmacs 2.1.2

2022-10-25 Thread Nam Nguyen
This is an update to TeXmacs 2.1.2. It is mentioned here but the website has not been updated yet. see: https://github.com/texmacs/texmacs/releases/tag/v2.1.2 ports-wise: - updates QTMSockets.cpp patch - dratex tutorial actually requires texlive_texmf-full, so update README. - octave tutorial re

Re: NEW: Nextcloud-25.0.0

2022-10-25 Thread Adriano Barbosa
On Mon, Oct 24, 2022 at 12:10:16PM +0200, Uwe Werler wrote: > removed two duplicates: > > --- PLIST.orig Mon Oct 24 12:05:20 2022 > +++ PLIST Mon Oct 24 12:08:22 2022 > @@ -22560,7 +22560,6 @@ > @mode > @owner > @group > -nextcloud/config/config.sample.php > nextcloud/console.php > nex

Re: [update] net/knot and net/py-libknot to 3.2.1

2022-10-25 Thread Aaron Bieber
Jeremie Courreges-Anglas writes: > On Tue, Oct 25 2022, aisha wrote: >> On 22/09/12 05:43PM, aisha wrote: >>> Hi, >>> Attached update for net/knot and net/py-libknot to 3.2.1. >>> All tests are passing for net/knot. >>> Almost nothing in this update is useful for us as it is almost entirely

Re: lang/pcc for powerpc

2022-10-25 Thread Brian Callahan
Hi George -- On 10/25/2022 4:00 PM, George Koehler wrote: > Hello, ports list! > > I want to commit this diff, which will unbreak lang/pcc/pcc-libs and > minimally fix lang/pcc/pcc for powerpc. I can now compile the > simplest C program for powerpc, > > $ cat hello.c > #include > int main(void

Re: [update] net/knot and net/py-libknot to 3.2.1

2022-10-25 Thread Jeremie Courreges-Anglas
On Tue, Oct 25 2022, aisha wrote: > On 22/09/12 05:43PM, aisha wrote: >> Hi, >> Attached update for net/knot and net/py-libknot to 3.2.1. >> All tests are passing for net/knot. >> Almost nothing in this update is useful for us as it is almost entirely >> related to XDP stuff but attaching it an

Re: [update] net/knot and net/py-libknot to 3.2.1

2022-10-25 Thread aisha
On 22/09/12 05:43PM, aisha wrote: > Hi, > Attached update for net/knot and net/py-libknot to 3.2.1. > All tests are passing for net/knot. > Almost nothing in this update is useful for us as it is almost entirely > related to XDP stuff but attaching it anyway incase I missed something > importan

Re: FIX: games/odamex

2022-10-25 Thread Thomas Frohwein
On Tue, Oct 25, 2022 at 08:27:23PM +0100, Edd Barrett wrote: > Hi, > > This fixes the segfault in odamex for me. OK? ok thfr@ > Index: Makefile > === > RCS file: /cvs/ports/games/odamex/Makefile,v > retrieving revision 1.12 > diff -

[SECURITY UPDATE] samba-4.17.2

2022-10-25 Thread Jeremie Courreges-Anglas
I have already committed this to -current as the changes looked pretty safe. Please ping if you hit any problem. Release notes: https://www.samba.org/samba/history/samba-4.17.2.html Index: Makefile === RCS file: /home/cvs/ports/n

www/hiawatha

2022-10-25 Thread Chris
Hello, Can www/hiawatha be changed to include the embedded mbedtls 3.x which is in par with the current version ? Chris

lang/ocaml problem on -current

2022-10-25 Thread Stuart Henderson
ocaml hits SIGSEGV (at least on i386) when ocamlc.opt is run during the build; first seen on a kernel built from source updated at Sun Oct 23 10:19:57 GMT 2022 and still seen with Tue Oct 25 09:21:05 GMT 2022 Looks like it succeeded in the last amd64 build but I'm not sure which kernel that was do

Re: [NEW] security/polarssl3

2022-10-25 Thread Christopher Petrik
Ah ok, now makes sense. > On Oct 25, 2022, at 1:22 PM, Stuart Henderson wrote: > > If there are two versions of a library are in the ports tree, it must > be possible to install them both at the same time, they may not conflict. > > Otherwise there is a problem in bulk builds where one port d

FIX: games/odamex

2022-10-25 Thread Edd Barrett
Hi, This fixes the segfault in odamex for me. OK? Index: Makefile === RCS file: /cvs/ports/games/odamex/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile25 Oct 2022 11:02:44 - 1.12 +++ Makefile

lang/pcc for powerpc

2022-10-25 Thread George Koehler
Hello, ports list! I want to commit this diff, which will unbreak lang/pcc/pcc-libs and minimally fix lang/pcc/pcc for powerpc. I can now compile the simplest C program for powerpc, $ cat hello.c #include int main(void) { puts("Hello, BSD!"); return 0; } $ pcc -O2 -o hello hello.c $ ./hello I

Re: ╩ь╦╢: editors/sigil: Update to 1.9.2

2022-10-25 Thread Stuart Henderson
On 2022/10/24 17:29, Omar Polo wrote: > On 2022/10/15 22:27:46 +0300, "Kirill Bychkov" wrote: > > On Sun, May 15, 2022 16:06, wen heping wrote: > > > It could be build with root privilege, failed with unprivilege user. > > > > Hi, > > Limits were the cause of breaking sigil build. Setting stacksi

Re: lang/erlang: observer_backend missing in -main?

2022-10-25 Thread Stuart Henderson
+CC maintainer On 2022/10/22 12:51, la ninpre wrote: > I was updating my Pleroma instance two days ago after upgrading to OpenBSD > 7.2. > Pleroma is written in Elixir, so I updated both Elixir/Erlang to > corresponding latest versions. > Then I rebuilt all the dependencies (before they were built

Re: [NEW] security/polarssl3

2022-10-25 Thread Chris
Hello, https://cvsweb.openbsd.org/ports/security/polarssl/Makefile Not sure what you mean there is no mbedtls port, it's called polarssl and it fetches mbedtls. polarssl3 just install mbedtls 3.2.1 ? Ideally this should be renamed to mbedtls/mbedtls-lts and mbedtls3 Chris On 10/25/2022 12:4

devel/fasm problem on -current

2022-10-25 Thread Stuart Henderson
devel/fasm is an i386-only port which is now hitting SIGSEGV every time - first seen on a kernel built from source updated at Sun Oct 23 10:19:57 GMT 2022 and still seen with Tue Oct 25 09:21:05 GMT 2022 : i386.p; doas -u _pbuild ktrace -di ./fasm source/libc/fasm.asm fasm.o Segmentation fault (c

UPDATE: Tor Browser 12.0a3

2022-10-25 Thread Caspar Schutijser
Hi, Below is a diff that updates Tor Browser to 12.0a3. See below for an explanation of why I'm sending this diff. Since this version is based on a new Firefox ESR series, most of the changes consist of syncing changes from www/firefox-esr to here. Other than that, it's not very special. Just do

Re: NEW: Stripe-cli-1.13.0

2022-10-25 Thread Stuart Henderson
On 2022/10/25 19:22, Gonzalo L. Rodriguez wrote: > Hi, > > If someone use Stripe, here is the cli version of it, to test and build your > integrations: > > https://github.com/stripe/stripe-cli > > OK? Comments? > > Cheers.- > > -- > >%gonzalo small tweak: -COMMENT =

Re: [NEW] security/polarssl3

2022-10-25 Thread Chris
Hello, Guess I should of asked first as ports has https://openports.se/security/polarssl Reading the Makefile it mentions mbedtls but the name was changed some time ago to mbedtls. the LTS is the 2.28.1 and the current versions is 3.2.1 So I decided to create a polarssl3 keeping the current

Re: [NEW] security/polarssl3

2022-10-25 Thread Stuart Henderson
If there are two versions of a library are in the ports tree, it must be possible to install them both at the same time, they may not conflict. Otherwise there is a problem in bulk builds where one port depends on one version of the library, and another port depends on the other version. On 2022/

config.site - We do not have ctermid_r

2022-10-25 Thread Kurt Mosiejczuk
Python 3.11 wouldn't compiler because it decided we have ctermid_r, which we don't. So boom. Except, it didn't decide it. It took our word for it. Our config.site has ac_cv_func_ctermid_r=yes in it. The new version of the Python check just uses the cached result, which is wrong. So this rectifies

NEW: Stripe-cli-1.13.0

2022-10-25 Thread Gonzalo L. Rodriguez
Hi, If someone use Stripe, here is the cli version of it, to test and build your integrations: https://github.com/stripe/stripe-cli OK? Comments? Cheers.- -- %gonzalo stripe-cli.tgz Description: Binary data

Re: [NEW] security/polarssl3

2022-10-25 Thread Stuart Henderson
On 2022/10/25 12:16, Chris wrote: > Hello, > > Guess I should of asked first as ports has > https://openports.se/security/polarssl btw openports.se is not an authoritative source and has various problems with its parsing of the ports tree. > Reading the Makefile it mentions mbedtls but the name

Re: [NEW] security/polarssl3

2022-10-25 Thread Stuart Henderson
On 2022/10/25 09:56, Chris wrote: > Hello, > > First attempt at creating a new port for polarssl3 3.x version Please don't send shars. CVS diff or git diff preferred for updates, tar for new ports. To import this in a new directory it would need to be de-conflicted with the existing mbedtls port

[NEW] security/polarssl3

2022-10-25 Thread Chris
Hello, First attempt at creating a new port for polarssl3 3.x version Chris# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have defaul

[NEW] security/polarssl3

2022-10-25 Thread Christopher Petrik
polarssl3.shar Description: Binary data

Re: port-lib-depends-check and libs outside LOCALBASE

2022-10-25 Thread Marc Espie
On Tue, Oct 25, 2022 at 09:41:03AM +0100, Stuart Henderson wrote: > Good news, check-lib-depends is a Perl script not a Makefile :-) > > It is just missing functionality, it has always been like this. Yeah, it's something I've put on the backburner that I need to look at. the script itself needs

Re: [update] databases/lualdap to 1.3.0

2022-10-25 Thread Aaron Bieber
aisha writes: > Hi, > I've attached an update for databases/lualdap to 1.3.0 and additionally have > changed it to use the FLAVORS for all three lua5.{1,2,3}. > Added a @pkgpath marker because it wasn't flavored previously. > I wanted this update because I'm using LDAP authentication with >

Re: net/owncloudclient inotify

2022-10-25 Thread Rafael Sadowski
On Tue Oct 25, 2022 at 02:04:57PM +0300, Kirill Bychkov wrote: > On Tue, October 25, 2022 08:33, Rafael Sadowski wrote: > > Change lib/inotify handling in owncloudclient. Runtime tests and > > feedback welcome. > > > > Rafael > > Hi! > Your diff is missing some bits I guess: Please update to deve

Ping: [maintainer update] remind 4.0.3 -> 4.2.0

2022-10-25 Thread Martin Ziemer
This patch updates remind from 4.0.3 to 4.2.0. To get make test running i cherry picked two commits. Tested on three amd64 systems. (Only one with tkremind) Index: Makefile === RCS file: /cvs/ports/misc/remind/Makefile,v retrieving

Re: net/owncloudclient inotify

2022-10-25 Thread Kirill Bychkov
On Tue, October 25, 2022 08:33, Rafael Sadowski wrote: > Change lib/inotify handling in owncloudclient. Runtime tests and > feedback welcome. > > Rafael Hi! Your diff is missing some bits I guess: -- The following REQUIRED packages have been found: * ECM (required version >= 5.50.0), Extra CMak

Re: sysutils/u-boot-asahi

2022-10-25 Thread Stuart Henderson
On 2022/10/25 12:38, Stuart Henderson wrote: > On 2022/10/24 23:15, Tobias Heider wrote: > > u-boot-asahi is the Asahi Linux version of the u-boot bootloader that works > > on Apple Silicon Arm hardware. > > > > We need this package to update the bootloader chain on these devices from > > OpenBSD

Re: sysutils/u-boot-asahi

2022-10-25 Thread Stuart Henderson
On 2022/10/24 23:15, Tobias Heider wrote: > u-boot-asahi is the Asahi Linux version of the u-boot bootloader that works > on Apple Silicon Arm hardware. > > We need this package to update the bootloader chain on these devices from > OpenBSD and to distribute newer device trees. > > There is alrea

Re: [NEW] sysutils/m1n1

2022-10-25 Thread Stuart Henderson
On 2022/10/25 10:16, Mark Kettenis wrote: > > Date: Mon, 24 Oct 2022 22:54:33 +0200 > > From: Tobias Heider > > > > m1n1 is a bootloader for Apple silicon machines developed by the Asahi Linux > > project. > > > > This is the first of several packages we need to upgrade the bootloader > > chain

Re: port-lib-depends-check and libs outside LOCALBASE

2022-10-25 Thread Stuart Henderson
Good news, check-lib-depends is a Perl script not a Makefile :-) It is just missing functionality, it has always been like this. -- Sent from a phone, apologies for poor formatting. On 25 October 2022 06:48:52 Rafael Sadowski wrote: Libs like libR, libinotify and some more live outside ${LO

Re: sysutils/u-boot-asahi

2022-10-25 Thread Mark Kettenis
> Date: Mon, 24 Oct 2022 23:15:04 +0200 > From: Tobias Heider > > u-boot-asahi is the Asahi Linux version of the u-boot bootloader that works > on Apple Silicon Arm hardware. > > We need this package to update the bootloader chain on these devices from > OpenBSD and to distribute newer device tr

Re: [NEW] sysutils/m1n1

2022-10-25 Thread Mark Kettenis
> Date: Mon, 24 Oct 2022 22:54:33 +0200 > From: Tobias Heider > > m1n1 is a bootloader for Apple silicon machines developed by the Asahi Linux > project. > > This is the first of several packages we need to upgrade the bootloader chain > from OpenBSD. The other missing parts are the asahi fork