Re: Sample go port - considering porting "imaginary" image processing

2023-04-21 Thread Stuart Henderson
On 2023/04/21 14:56, Steve Williams (Contractor) wrote: > Hi, > > I am running Nextcloud and it can now use an external service to > render thumbnails that's (allegedly) much faster than the php > Imagick stuff. > > Of course, it's built for docker...  I was considering to see if > it's possible/

Re: lang/python/3.10 seems not to build in chroot - ok? (devel/git, 7.3, net/monero)

2023-04-21 Thread Alexander Klimov
Thank you very much! You've literally made my day! Cherry on the cake -- Now I can say it like Frank Sinatra: I did it my way. :) (ldconfig /usr/local/lib /usr/X11R6/lib) On 21.04.23 17:14, Stuart Henderson wrote: No /usr/X11R6/lib in the ldconfig line. But yes, proot is a bett

Sample go port - considering porting "imaginary" image processing

2023-04-21 Thread Steve Williams (Contractor)
Hi, I am running Nextcloud and it can now use an external service to render thumbnails that's (allegedly) much faster than the php Imagick stuff. Of course, it's built for docker...  I was considering to see if it's possible/worth the effort to do a port for it. https://github.com/h2non/ima

amd64: BTI-by-default fallout

2023-04-21 Thread Christian Weisgerber
i have put my clang amd64 bti-by-default diff into snaps Oddly enough, this has already broken two ports: sysutils/firmware/vmm /usr/lib/crt0.o: could not read symbols: File format not recognized collect2: error: ld returned 1 exit status lang/fpc /usr/lib/crtbegin.o: could not read symbo

Re: [readd] games/hedgewars

2023-04-21 Thread Matthias Kilian
Hi, On Thu, Apr 20, 2023 at 07:58:38PM -0400, Thomas Frohwein wrote: > Regarding the server build, it would be good to think about what would > be needed to bring it back... Can the Haskell dependencies be pulled > into the install via MASTER_SITES{0,1,...} and be used this way? Or > would the rem

Re: [update] openttd to 13.1

2023-04-21 Thread Omar Polo
On 2023/04/13 21:56:43 +0200, Florian Viehweger wrote: > Hi, > > this updates openttd to 13.1, changes are listed here[1]. > > I've played a bit on amd64 and found no issues. > > Comments? builds and works fine for me. `make port-lib-depends-check' complains about unneeded WANTLIBs but I gue

Re: [new] pyhoca-cli, an alternative x2go client, and enable x2go plugin in remmina

2023-04-21 Thread Landry Breuil
Le Thu, Apr 13, 2023 at 05:26:47PM +0200, Landry Breuil a écrit : > Hi, > > here's a port for py-x2go and pyhoca-cli, an alternative to the > fullblown x2goclient QT client, cf > https://wiki.x2go.org/doku.php/doc:usage:pyhoca-cli > > works fine in lightweight testing, feels slower/sluggish but i

Re: lang/python/3.10 seems not to build in chroot - ok? (devel/git, 7.3, net/monero)

2023-04-21 Thread Stuart Henderson
No /usr/X11R6/lib in the ldconfig line. But yes, proot is a better idea to do the setup. -- Sent from a phone, apologies for poor formatting. On 21 April 2023 15:51:15 Theo Buehler wrote: Try proot(8) instead.

update: graphics/lensfun to 0.3.3

2023-04-21 Thread Abel Abraham Camarillo Ojeda
Updates lensfun to 0.3.3. Hundreds of new cameras and lenses. make test passes: 100% tests passed, 0 tests failed out of 8 Total Test time (real) = 8.72 sec Verified with rawtherapee that it shows my previously unsupported camera and lenses I request review of patch-tests_test_modifier_cpp i k

Re: lang/python/3.10 seems not to build in chroot - ok? (devel/git, 7.3, net/monero)

2023-04-21 Thread Theo Buehler
Try proot(8) instead.

lang/python/3.10 seems not to build in chroot - ok? (devel/git, 7.3, net/monero)

2023-04-21 Thread Alexander Klimov
Hi, (to work on a net/monero port step by step) I started the compilation of devel/git on my dev system via cd /usr/ports/devel/git, make install. dev system = a chroot[1] under an amd64 7.3-stable devel/git's dependency lang/python/3.10 fails with Writing /usr/ports/pobj/Python-3.10.11/fake

[Maintainer Update] archivers/zpaqfranz-58.1

2023-04-21 Thread tux0r
zpaqfranz 58.1 (theoretically) grew a new compiler flag to auto-detect hardware acceleration, but it segfaults on my system. While this remains to be checked, attached is a patch without the new compiler flag that does NOT segfault on my system … :-)diff --git a/archivers/zpaqfranz/Makefile b/ar

Re: arm64 BTI for devel/gmp

2023-04-21 Thread Theo de Raadt
+.if ${MACHINE_ARCH:Maarch64} +CONFIGURE_ENV+= ASMFLAGS=-mmark-bti-property +.endif For some of these diffs, it might help to consider amd64 (and i386?) at the same time. Or, all architectures. In theory this type of thing will eventually show up on some other architectures. The ELF tag doesn't

Re: [update] net/scapy 2.5.0

2023-04-21 Thread Alexander Bluhm
On Fri, Apr 21, 2023 at 08:05:29AM +, Laurent Cheylus wrote: > Hi, > > a simple update for net/scapy version 2.5.0 : update Makefile and > pkg/PLIST for this version. The previous time when an update to scapy 2.4.5 was tried, it broke a bunch of OpenBSD regress tests. https://marc.info/?l=o

[update] net/transmission 4.0.3

2023-04-21 Thread Josh Grosse
Attached is an update for net/transmission from 4.0.2 to 4.0.3. 4.0.3 is a minor bugfix release. This diff includes a new patch from upstream for their PR #5424 to fix a problem reported to ports@ by Raf Czlonka yesterday: https://marc.info/?t=16819898542&r=1&w=2 The patch has been tes

Re: [new] textproc/der-ascii

2023-04-21 Thread Omar Polo
On 2023/04/21 10:06:48 +0100, Stuart Henderson wrote: > On 2023/04/21 10:57, Theo Buehler wrote: > > Thank you. I'm not convinced this is simpler. > > > > Is the Makefile superficially simpler and is maintaining the port > > simpler than with my version? How do I update this if there is a new > >

Re: [new] textproc/der-ascii

2023-04-21 Thread Stuart Henderson
On 2023/04/21 10:57, Theo Buehler wrote: > Thank you. I'm not convinced this is simpler. > > Is the Makefile superficially simpler and is maintaining the port > simpler than with my version? How do I update this if there is a new > commit? With my version I bump the date and modify the commit hash

Re: [new] textproc/der-ascii

2023-04-21 Thread Theo Buehler
On Fri, Apr 21, 2023 at 10:47:24AM +0200, Omar Polo wrote: > On 2023/04/21 10:10:33 +0200, Theo Buehler wrote: > > On Fri, Apr 21, 2023 at 10:09:41AM +0200, Theo Buehler wrote: > > > A small utility without dependencies except go. It is therfore trivial > > > to install this by hand but job though

Re: [new] textproc/der-ascii

2023-04-21 Thread Omar Polo
On 2023/04/21 10:10:33 +0200, Theo Buehler wrote: > On Fri, Apr 21, 2023 at 10:09:41AM +0200, Theo Buehler wrote: > > A small utility without dependencies except go. It is therfore trivial > > to install this by hand but job thought it would be useful to have it as > > a port, so here we go. > >

Re: new emulators/flycast

2023-04-21 Thread Nam Nguyen
Nam Nguyen writes: > Please find attached a new port for emulators/flycast, a dreamcast > emulator. Please find attached a fresh port for flycast that now bundles glslang in the distfile and adds licenses for glslang. Test step #3 is no longer necessary. Only steps #1 and #2 are needed. > > I wa

Re: [new] textproc/der-ascii

2023-04-21 Thread Theo Buehler
And this time with attachement... On Fri, Apr 21, 2023 at 10:09:41AM +0200, Theo Buehler wrote: > A small utility without dependencies except go. It is therfore trivial > to install this by hand but job thought it would be useful to have it as > a port, so here we go. > > The Makefile has more ha

[new] textproc/der-ascii

2023-04-21 Thread Theo Buehler
A small utility without dependencies except go. It is therfore trivial to install this by hand but job thought it would be useful to have it as a port, so here we go. The Makefile has more handrolled things than I would like. go.port.mk is an incomprehensible mess and it made me waste more than en

[update] net/scapy 2.5.0

2023-04-21 Thread Laurent Cheylus
Hi, a simple update for net/scapy version 2.5.0 : update Makefile and pkg/PLIST for this version. Changelog https://github.com/secdev/scapy/releases/tag/v2.5.0 Build and tests OK on current/amd64. Comments welcome and please commit if OK. Laurent Index: Makefile ==

Re: graphics/glslang build shared libs

2023-04-21 Thread Nam Nguyen
This glslang diff is no longer necessary. I'll build flycast so that it bundles glslang, which it does by default. This will make it easier to review. The rest of the email can be skipped, but I reported some findings inline. Thomas Frohwein writes: > On Tue, Apr 18, 2023 at 06:41:50PM -0700, N