Re: Add DIST_TUPLE to Makefile.template

2023-11-13 Thread Stefan Hagen
Stuart Henderson wrote (2023-11-13 21:01 CET): > On 2023/11/13 20:10, Stefan Hagen wrote: > > Omar Polo wrote (2023-11-13 18:07 CET): > > > On 2023/11/13 14:57:39 +0100, Stefan Hagen > > > wrote: > > > > Omar Polo wrote (2023-11-13 14:08 CET): > > > > > > Here's what I had in mind. it needs bet

Re: llvm-16 and lang/python

2023-11-13 Thread Damien Miller
On Mon, 13 Nov 2023, Jeremie Courreges-Anglas wrote: > > We need to disable optimization for python3 ports. Even with a fixed > path to libclang_rt.profile.etc, I get: > > ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol > '__profd_isdigit'; recompile with -fPIC > > ok?

Re: [stable] fix print/lilypond (broken after the fix for ghostscript)

2023-11-13 Thread Jeremy Mates
On 2023-11-13 23:57:22 +0100, Matthias Kilian wrote: > MFC: Fix for ghostscript 10.02.1, which removes finddevice, backported > to lilypond-2.22.2. > > ok (for OPENBSD_7_4)? This (eventually) built on OpenBSD 7.4 and now PDF generation does not fail.

[stable] fix print/lilypond (broken after the fix for ghostscript)

2023-11-13 Thread Matthias Kilian
Hi, MFC: Fix for ghostscript 10.02.1, which removes finddevice, backported to lilypond-2.22.2. ok (for OPENBSD_7_4)? Index: Makefile === RCS file: /cvs/ports/print/lilypond/Makefile,v diff -u -p -r1.58 Makefile --- Makefile25 Se

shells/yash: fix a buffer overflow

2023-11-13 Thread Edd Barrett
Hi, When experimenting with yash, I found a crash. Reported it and upstream fixed it quickly. Diff to our port below. OK? Index: Makefile === RCS file: /cvs/ports/shells/yash/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Ma

Possible bug in go-module

2023-11-13 Thread Hukadan
Hi @ports, I am trying to port pydio cells[1,2]. The go.mod file contains a replace statement: replace github.com/minio/minio => github.com/pydio/minio v0.0.0-20230809141052-8bd460a77d09 This replace statement translates into two lines in the modules.inc[3,4] file, one pointing to the replacemen

Re: Add DIST_TUPLE to Makefile.template

2023-11-13 Thread Stuart Henderson
On 2023/11/13 20:10, Stefan Hagen wrote: > Omar Polo wrote (2023-11-13 18:07 CET): > > On 2023/11/13 14:57:39 +0100, Stefan Hagen > > wrote: > > > Omar Polo wrote (2023-11-13 14:08 CET): > > > > On 2023/11/13 13:49:03 +0100, Stefan Hagen > > > > wrote: > > > > > DIST_TUPLE did not yet make it i

Re: Add DIST_TUPLE to Makefile.template

2023-11-13 Thread Stefan Hagen
Omar Polo wrote (2023-11-13 18:07 CET): > On 2023/11/13 14:57:39 +0100, Stefan Hagen > wrote: > > Omar Polo wrote (2023-11-13 14:08 CET): > > > On 2023/11/13 13:49:03 +0100, Stefan Hagen > > > wrote: > > > > DIST_TUPLE did not yet make it into the Makefile.template. > > > > > > > > OK to add i

Re: Add DIST_TUPLE to Makefile.template

2023-11-13 Thread Omar Polo
On 2023/11/13 14:57:39 +0100, Stefan Hagen wrote: > Omar Polo wrote (2023-11-13 14:08 CET): > > On 2023/11/13 13:49:03 +0100, Stefan Hagen > > wrote: > > > Hi, > > > > > > DIST_TUPLE did not yet make it into the Makefile.template. > > > > > > OK to add it under the GH_ parts? > > > > why not

Re: UPDATE: Suricata-7.0.1

2023-11-13 Thread Stefan Hagen
gonzalo wrote (2023-11-01 14:44 CET): > Hi Stefan, > > Sorry the delay, I made it for 7.0.2, this looks better for you? > -MASTER_SITES = https://www.openinfosecfoundation.org/download/ +SITES =https://www.openinfosecfoundation.org/download/ Are you working on -release? MASTER_S

Re: llvm-16 and lang/python

2023-11-13 Thread Jeremie Courreges-Anglas
On Mon, Nov 13 2023, Jeremie Courreges-Anglas wrote: > We need to disable optimization for python3 ports. Even with a fixed > path to libclang_rt.profile.etc, I get: > > ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol > '__profd_isdigit'; recompile with -fPIC > > ok? The

llvm-16 and lang/python

2023-11-13 Thread Jeremie Courreges-Anglas
We need to disable optimization for python3 ports. Even with a fixed path to libclang_rt.profile.etc, I get: ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol '__profd_isdigit'; recompile with -fPIC ok? Index: Makefile.inc ==

Re: socat does not provide TUN/TAP support

2023-11-13 Thread Luca Di Gregorio
Socat upstream tells me that they don't have resource/time to add tun/tap support on OpenBSD. No matter anyway. Thanks again Il giorno lun 13 nov 2023 alle ore 10:19 Luca Di Gregorio ha scritto: > I will do it. > Anyway, a few months ago I noticed a similar issue on vlc. > Prior 7.4, OpenBSD p

Re: Add DIST_TUPLE to Makefile.template

2023-11-13 Thread Omar Polo
On 2023/11/13 15:54:15 +0100, Marc Espie wrote: > On Mon, Nov 13, 2023 at 02:08:32PM +0100, Omar Polo wrote: > > On 2023/11/13 13:49:03 +0100, Stefan Hagen > > wrote: > > > Hi, > > > > > > DIST_TUPLE did not yet make it into the Makefile.template. > > > > > > OK to add it under the GH_ parts?

Re: Add DIST_TUPLE to Makefile.template

2023-11-13 Thread Marc Espie
On Mon, Nov 13, 2023 at 02:08:32PM +0100, Omar Polo wrote: > On 2023/11/13 13:49:03 +0100, Stefan Hagen > wrote: > > Hi, > > > > DIST_TUPLE did not yet make it into the Makefile.template. > > > > OK to add it under the GH_ parts? > > why not replacing GH_* completely with this in the template?

Re: socat does not provide TUN/TAP support

2023-11-13 Thread Luca Di Gregorio
Hi, with vlanx(4): In both endpoints I can set p-t-p mode with a destination UDP port, but I can't set what is the source UDP port to bind to. With static IP address I tested and it works fine: # ifconfig vxlan0 tunnel :4789 vnetid 1 Anyway, if the REMOTE_IP is not static, I should destroy and r

Re: Add DIST_TUPLE to Makefile.template

2023-11-13 Thread Stefan Hagen
Omar Polo wrote (2023-11-13 14:08 CET): > On 2023/11/13 13:49:03 +0100, Stefan Hagen > wrote: > > Hi, > > > > DIST_TUPLE did not yet make it into the Makefile.template. > > > > OK to add it under the GH_ parts? > > why not replacing GH_* completely with this in the template? There is > still

Re: Add DIST_TUPLE to Makefile.template

2023-11-13 Thread Omar Polo
On 2023/11/13 13:49:03 +0100, Stefan Hagen wrote: > Hi, > > DIST_TUPLE did not yet make it into the Makefile.template. > > OK to add it under the GH_ parts? why not replacing GH_* completely with this in the template? There is still stuff that explicitly depends on GH_*? (except go.port.mk)

Re: [NEW] sysutils/fclones

2023-11-13 Thread Stefan Hagen
Frederic Cambus wrote (2023-11-13 12:58 CET): > On Sat, Nov 11, 2023 at 07:02:58PM +0100, Stefan Hagen wrote: > > > > fclones is a command line utility that identifies groups of identical > > > files > > > and gets rid of the file copies you no longer need. It comes with plenty > > > of > > > co

Re: socat does not provide TUN/TAP support

2023-11-13 Thread Janne Johansson
> Linux UDP Client, start a ping but no replies received > $ ping 192.168.74.1 > > OpenBSD UDP Server, tcpdump -ni tun0 shows: > 11:02:15.130291 > > So, maybe socat doesn't know how to decode raw data received on tun0. OpenBSD tun(4) devices always prepend the address family of the received packet

Add DIST_TUPLE to Makefile.template

2023-11-13 Thread Stefan Hagen
Hi, DIST_TUPLE did not yet make it into the Makefile.template. OK to add it under the GH_ parts? Index: infrastructure/templates/Makefile.template === RCS file: /cvs/ports/infrastructure/templates/Makefile.template,v diff -u -p -u -

Re: [update] graphics/optipng to 0.7.8

2023-11-13 Thread Omar Polo
On 2023/11/13 12:46:58 +0100, Justin Berthault wrote: > Simple diff updating optipng to 0.7.8 > > Previous versions suffered from a buffer overflow in the GIF > decoder. looks fine to me, ok op@ I think it should be backported to -stable too. > diff /usr/ports > commit - 4757bf975713417bec00c

Re: [update] graphics/optipng to 0.7.8

2023-11-13 Thread Frederic Cambus
On Mon, Nov 13, 2023 at 12:46:58PM +0100, Justin Berthault wrote: > Simple diff updating optipng to 0.7.8 > > Previous versions suffered from a buffer overflow in the GIF > decoder. Committed, thanks!

Re: [NEW] sysutils/fclones

2023-11-13 Thread Frederic Cambus
On Sat, Nov 11, 2023 at 07:02:58PM +0100, Stefan Hagen wrote: > > fclones is a command line utility that identifies groups of identical files > > and gets rid of the file copies you no longer need. It comes with plenty of > > configuration options for controlling the search scope and offers many w

[update] graphics/optipng to 0.7.8

2023-11-13 Thread Justin Berthault
Simple diff updating optipng to 0.7.8 Previous versions suffered from a buffer overflow in the GIF decoder. diff /usr/ports commit - 4757bf975713417bec00c44757c02a21c3b6b956 path + /usr/ports blob - 0d3b98856492b3535664e4900d1b5582f41e6b7b file + graphics/optipng/Makefile --- graphics/optipng/Ma

Re: socat does not provide TUN/TAP support

2023-11-13 Thread Luca Di Gregorio
Test: OpenBSD UDP Server: # ifconfig tun0 create # ifconfig tun0 inet 192.168.74.1/24 # socat -d -d UDP-LISTEN:11443,reuseaddr GOPEN:/dev/tun0 2023/11/13 10:30:58 socat[31554] N listening on UDP LEN=16 AF=2 0.0.0.0:11443 2023/11/13 10:33:27 socat[31554] N accepting UDP connection from LEN=16 AF=2

Re: [update] www/pelican: update to 4.8.0

2023-11-13 Thread Justin Berthault
On Sun, Nov 12, 2023 at 09:32:32AM +0100, David Demelier wrote: > > Thanks for taking care of it. I don't use this software anymore, would you > mind taking ownership? > Yes, I can take ownership, Here is the new diff diff /usr/ports commit - 19ba195569085e6172583651c07cd9df31562c4d path + /

Re: [new] textproc/vgrep

2023-11-13 Thread Omar Polo
Hello, On 2023/11/13 14:52:43 +0800, lux wrote: > > Hi, > >   vgrep now has OpenBSD support[1], I'm repost the port file. > > > >   Thanks. > > > > [1]: https://github.com/vrothberg/vgrep/releases Thanks for adding support for "our" grep upstream :-) Some comments on the port that, beside one

update www/kcaldav to 0.2.4

2023-11-13 Thread Stefan Sperling
This version restores interop with Thunderbird lightning, which is currently unable to create new events in calendars managed by kcaldav. And logging is now configurable at run-time which should make sending bug reports to upstream much easier. I am talking to kristaps about the local patches app

Re: [update] scite/scintilla to latest

2023-11-13 Thread Antoine Jacoutot
On Mon, Nov 13, 2023 at 02:29:27AM +, Lucas Raab wrote: > Hello, > > Here's an update for SciTE and scintilla up to the latest versions which > have been working fine. Other tests? OK aja > > Thanks, > Lucas > diff refs/heads/master refs/heads/scite > commit - 77c061d1e8107bfc609cb98fd2ff

Re: socat does not provide TUN/TAP support

2023-11-13 Thread Luca Di Gregorio
I was thinking about using a more "point-to-point-oriented" method than vxlan. Anyway, I'll do some tests with it and let you know. Thanks Il giorno lun 13 nov 2023 alle ore 07:49 Stuart Henderson < s...@spacehopper.org> ha scritto: > On 2023/11/11 14:17, Luca Di Gregorio wrote: > > I would like

Re: socat does not provide TUN/TAP support

2023-11-13 Thread Luca Di Gregorio
I will do it. Anyway, a few months ago I noticed a similar issue on vlc. Prior 7.4, OpenBSD port didn't have the telnet interface available. Some gentlemen here in ports@openbsd.org added it and now it's available in 7.4. That is why I submitted the question related to socat and TUN. Thanks Il gio

Re: NEW: graphics/recoil

2023-11-13 Thread Frederic Cambus
On Sat, Nov 11, 2023 at 06:52:29PM -0700, Anthony J. Bentley wrote: > RECOIL is a library to view pictures in native formats of 20th century > computers: Amiga, Amstrad CPC, Apple II, Atari 8-bit, Atari Portfolio, Atari > ST/TT/Falcon, BBC Micro, Commodore VIC-20, Commodore 64, Commodore > 16/116/