Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-09 Thread Stefan Hagen
Stuart Henderson wrote (2022-11-09 12:36 WET): > On 2022/11/09 10:30, Stefan Hagen wrote: > > Stuart Henderson wrote (2022-11-08 23:48 WET): > > > On 2022/11/08 22:12, Stefan Hagen wrote: > > > > Stuart Henderson wrote (2022-11-08 20:37 WET): > > > > >

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-09 Thread Stefan Hagen
Stuart Henderson wrote (2022-11-08 23:48 WET): > On 2022/11/08 22:12, Stefan Hagen wrote: > > Stuart Henderson wrote (2022-11-08 20:37 WET): > > > here are some tweaks, it looks like it will be too much pain to turn > > > it into a proper python.port.mk port but we c

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-08 Thread Stefan Hagen
Stuart Henderson wrote (2022-11-08 20:37 WET): > here are some tweaks, it looks like it will be too much pain to turn > it into a proper python.port.mk port but we can get a bit closer and use > some more bits of the ports framework. > > I also wondered if it should it be installed (or aliased) to

[fix] sysutils/cpuid implicitly declaring library function 'isprint'

2022-11-08 Thread Stefan Hagen
Hello, I'm playing with sysutils/cpuid and noticed the easy to fix warning: cpuid.c:35:37: warning: implicitly declaring library function 'isprint' with type 'int (int)' [-Wimplicit-function-declaration] c = value& 0xff; putchar(isprint(c) ? c : '?');

Re: update: sysutils/bupstash to 0.12.0

2022-11-07 Thread Stefan Hagen
Sebastien Marie wrote (2022-11-07 11:51 CET): > Hi, > > The following diff updates bupstash to 0.12.0 (released today). > > While here, use MODCARGO_WANTLIB in WANTLIB to properly track rust-std usage > (which is different across archs). > > Others libraries in WANTLIB are still need: > - m : r

Re: [Update] cad/kicad 6.0.7 -> 6.0.9

2022-11-04 Thread Stefan Hagen
Tracey Emery wrote (2022-11-02 20:47 CET): > Hello ports, > > Well, since no one cared about the 6.0.8 update, lets try the 6.0.9 one. > This brings kicad and friends from 6.0.7 to 6.0.9. Works fine on amd64. > > Release notes: https://www.kicad.org/blog/2022/10/KiCad-6.0.9-Release/ > > Ok? pat

[fix] print/pdfarranger: missing rundep py-packaging

2022-10-26 Thread Stefan Hagen
Hi, pdfarranger is missing a run dependency: $ pdfarranger scan_20211129_183401.pdf Traceback (most recent call last): File "/usr/local/bin/pdfarranger", line 5, in from pdfarranger.pdfarranger import main File "/usr/local/lib/python3.9/site-packages/pdfarranger/pdfarranger.py", line 30

Re: [update] devel/luafs to 1.8.0

2022-10-24 Thread Stefan Hagen
Aaron Bieber wrote (2022-10-25 04:28 CEST): > > aisha writes: > > > On 22/09/18 03:45PM, aisha wrote: > >> Hi, > >> I've attached an update for devel/luafs to 1.8.0, all tests are passing. > >> > > > > ping. > > > > OK abieeber@ > > Can we get another OK for aisha to commit this? :D Tested

Re: [update] quakespasm => 0.95.0 + SDL fix [was: Re: [update] games/vkquake => 1.20.3 (+ SDL fix)]

2022-10-23 Thread Stefan Hagen
Thomas Frohwein wrote (2022-10-23 17:00 CEST): > On Sun, Oct 23, 2022 at 10:45:20AM -0400, Thomas Frohwein wrote: > > [...] > > > Same (or at least very similar) error occurs with quakespasm... I > > checked because vkquake is based quakespasm: > > > > $ quakespasm -basedir ~/games/quake

[update] sysutils/hcloud to 1.30.3

2022-10-23 Thread Stefan Hagen
Hello, this is a simple update to the latest version. Changes: https://github.com/hetznercloud/cli/compare/hetznercloud:b530e53...hetznercloud:27b41d0 All tests are passing and portcheck/depends-check are happy. OK? Best Regards, Stefan Index: sysutils/hcloud/Makefile

[update] net/tintin++ to 2.02.20

2022-10-23 Thread Stefan Hagen
Hi, this is a simple update to tintin++ Changes: https://github.com/scandum/tintin/discussions/92 Maintainer on CC. OK? Best Regards, Stefan Index: net/tintin++/Makefile === RCS file: /cvs/ports/net/tintin++/Makefile,v retrieving

Re: [update] games/vkquake => 1.20.3 (+ SDL fix)

2022-10-23 Thread Stefan Hagen
Fixed the subject. Stefan Hagen wrote (2022-10-23 09:20 CEST): > Hello, > > vkquake is broken in -current after the SDL update and reports: > > --- > $ vkquake > Command line: ./vkquake > Found SDL version 2.24.1 > > ERROR-OUT BEGIN > > > QUAK

[update] games/vkquake =>

2022-10-23 Thread Stefan Hagen
Hello, vkquake is broken in -current after the SDL update and reports: --- $ vkquake Command line: ./vkquake Found SDL version 2.24.1 ERROR-OUT BEGIN QUAKE ERROR: Your version of SDL library is incompatible with me. You need a library version in the line of 2.0.6 --- Here is an update to the

Re: update sysutils/fzf --> 0.34.0

2022-10-17 Thread Stefan Hagen
Stefan Hagen wrote (2022-10-18 08:17 CEST): > Paco Esteban wrote (2022-10-17 22:54 CEST): > > Also, `port-lib-depends-check` says: > > > > fzf-0.34.0(sysutils/fzf): > > Extra: c.96 pthread.26 > > > > but c and pthread are already on WANTLIB. Am I missing

Re: update sysutils/fzf --> 0.34.0

2022-10-17 Thread Stefan Hagen
Paco Esteban wrote (2022-10-17 22:54 CEST): > Also, `port-lib-depends-check` says: > > fzf-0.34.0(sysutils/fzf): > Extra: c.96 pthread.26 > > but c and pthread are already on WANTLIB. Am I missing something ? > > Builds and runs ok for me on amd64. Adding edd@ in CC as maintainer. Yes, it wa

Re: [update] x11/zutty to 0.13

2022-09-21 Thread Stefan Hagen
Lucas Raab wrote (2022-09-18 17:04 CEST): > changelog: > Correct key translations for Ctrl-/ > Add GNU/kFreeBSD and GNU Hurd platforms to wscript > Correct keypad mappings, simplify code, improve documentation > Regression: Fix arrow key mappings in DECAKM (appl.cursor key) mode > Add support for t

Re: UPDATE: multimedia/shotcut

2022-08-18 Thread Stefan Hagen
Stefan Hagen wrote (2022-08-18 21:49 CEST): > Stefan Hagen wrote (2022-08-18 21:46 CEST): > > Rafael Sadowski wrote (2022-08-18 09:26 CEST): > > > Update shotcut to 22.06.23. > > > > > > - Tested with mlt 7.8.0 > > > - Cleanup GH_* and remove DISTN

Re: WIP: graphics/recastnavigation

2022-01-01 Thread Stefan Hagen
Omar Polo wrote: > Solene Rapenne writes: > > > I made a quick port for graphics/recastnavigation, a new dependency > > required for games/openmw. Note that games/openmw will also require a > > devel/bullet update > > > > Recast is state of the art navigation mesh construction toolset for > > gam

Re: remove devel/spe

2022-01-01 Thread Stefan Hagen
Daniel Dickman wrote: > I'd like to remove: > - devel/spe > - devel/py-Checker (only consumer is devel/spe) > > spe = "Stani's Python Editor" which is long abandoned upstream, > python2-only and there are many alternative editors for Python. > > This will help with getting a few ports closer to b

Re: fix lang/libv8 (was: Re: amd64 build failures 2021-12-30)

2021-12-31 Thread Stefan Hagen
Stefan Hagen wrote: > Christian Weisgerber wrote: > > Here's a reminder that these ports still fail to build since the > > LLVM 13 update: > > > > devel/qbs > > lang/libv8 > > I don't know what causes the segfault, but setting snapshot=of

fix misc/posixtestsuite (was: Re: amd64 build failures 2021-12-30)

2021-12-31 Thread Stefan Hagen
Christian Weisgerber wrote: > Here's a reminder that these ports still fail to build since the > LLVM 13 update: > > devel/qbs > lang/libv8 > misc/posixtestsuite Here -Werror is set and some variables now throw an -Wunused-but-set error. This happens frequently in this testsuite. Shall we

fix lang/libv8 (was: Re: amd64 build failures 2021-12-30)

2021-12-31 Thread Stefan Hagen
Christian Weisgerber wrote: > Here's a reminder that these ports still fail to build since the > LLVM 13 update: > > devel/qbs > lang/libv8 I don't know what causes the segfault, but setting snapshot=off works around it. > misc/posixtestsuite > > Old logs: > http://build-failures.rhaalove

Re: wip/help wanted: fcitx5

2021-12-30 Thread Stefan Hagen
Hello, Yifei Zhan wrote: > Here is a WIP port for fcitx5, the successor of inputmethods/fcitx. I > would like to find someone to import this as fcitx4 is no longer being > actively developed. ("no new issue and PR should be created.") [0] > > At the moment I'm able to build/package/test/install

Re: [maintainer-update] graphics/radeontop v1.3 -> v1.4

2021-12-26 Thread Stefan Hagen
*ping* Patch attached again for convenience. Stefan Hagen wrote: > This is an update for radeontop: > > Changes according to upstream: > - Minor release, new pci ids > > Port changes: > - Install to bin instead of sbin as root is not strictly required > - Whil

Re: graphics/flameshot: update to 11.0-rc1

2021-12-26 Thread Stefan Hagen
Denis Fondras wrote: > Here is an update to Flameshot v11.0-rc1. > > https://github.com/flameshot-org/flameshot/releases/tag/v11.0.rc1 > > I am not looking to commit it but I'd be glad to get some test reports before > the final release in a couple weeks. Hi Denis, no complaints here. Screensho

Re: NEW: geo/kgeotag

2021-12-25 Thread Stefan Hagen
Rafael Sadowski wrote: > > Information for inst:kgeotag-1.2.0 > > Comment: > stand-alone photo geotagging program > > Description: > Photos (e. g. JPEG images) contain metadata like the creation date, camera > information etc. Those are either stored in the so-called Exif header, > in an XMP sid

Re: new net/tg_owt 0.0.0.20211214

2021-12-25 Thread Stefan Hagen
Klemens Nanni wrote: > Here is the first of two ports for telegram's official desktop > application port, their library required behind the qt gui. > > This builds and works fine on amd64 and arm64. > Audio and video calls, sending files, viewing media... it all works. > > It still builds a few (

Re: devel/github-cli: update to 2.4.0

2021-12-24 Thread Stefan Hagen
Klemens Nanni wrote: > https://github.com/cli/cli/releases/tag/v2.4.0 > > Tests and runs fine on amd64. > OK? Works fine here. ok sdk@ The test suite runs in a FAIL at the end. Same as previous version. https://codevoid.de/0/p/github-cli-test.log Best Regards, Stefan

[fix] firefox(-esr) wantlib fix

2021-12-24 Thread Stefan Hagen
Hello, While working on tor-browser, I noticed that wantlibs were missing. I then checked mozilla-firefox and firefox-esr and found wanlibs there missing too. The below diff fixes both. OK? Best Regards, Stefan Index: www/firefox-esr/Makefile ===

Re: UPDATE: Tor Browser 11.0.3

2021-12-24 Thread Stefan Hagen
Omar Polo wrote: > Stefan Hagen writes: > > > Omar Polo wrote: > >> Caspar Schutijser writes: > >> > >> > And here is an update to 11.0.3. Again tested on amd64. > >> > More information here: > >> > https://blog.torproject

Re: UPDATE: Tor Browser 11.0.3

2021-12-24 Thread Stefan Hagen
Omar Polo wrote: > Caspar Schutijser writes: > > > And here is an update to 11.0.3. Again tested on amd64. > > More information here: > > https://blog.torproject.org/new-release-tor-browser-1103/ > > > > Caspar Schutijser > > build and works fine, just like the 11.0.2 :) > > Haven't had any tro

Re: Update graphics/krita

2021-12-24 Thread Stefan Hagen
Rafael Sadowski wrote: > If there are some Krita users around, I would appreciate feedback. > > Apart from that, I plan to commit the krita update next year. > > Rafael Hi Rafael, The usual checks pass, packages and runs on amd64. I'm not a krita user, so my testing was light. Test target (run

Re: [UPDATE] games/bzflag to 2.4.22

2021-12-23 Thread Stefan Hagen
Brad Smith wrote: > On 12/23/2021 5:27 PM, Stefan Hagen wrote: > > > Tom Murphy wrote: > > >Just pinging the list about an update to games/bzflag. > > >I posted this on the 28th of November originally. > > > > > >* Updates to v2.4

Re: [UPDATE] games/bzflag to 2.4.22

2021-12-23 Thread Stefan Hagen
Tom Murphy wrote: > Just pinging the list about an update to games/bzflag. > I posted this on the 28th of November originally. > > * Updates to v2.4.22 > * graphics/glew added as dependency > > OK? Hi Tom, lib-depends-check reports: Extra: Xdamage.4 WANTLIB += ICE SM Xau Xcursor Xdmc

Re: [update] emulators/ucon64 to v2.2.2 (was: Re: OpenBSD Ports (https://openports.se/)).

2021-12-18 Thread Stefan Hagen
Stefan Hagen wrote: > Daniël Hörchner wrote: > > Hi, On OpenBSD Ports (https://openports.se/) some projects are maintained > > by "The OpenBSD ports mailing-list".I would like to see the port of > > uCON64 (https://openports.se/emulators/ucon64) updated, because vers

Re: new: audio/rnnoise

2021-12-15 Thread Stefan Hagen
Klemens Nanni wrote: > On Wed, Dec 15, 2021 at 09:58:33PM +0100, Stefan Hagen wrote: > > Either way, ok sdk@ > > Aargh, one thing I had in my tree but not in the sent tarball: > > -PKGNAME =rnnoise-20210312 > +PKGNAME =rnnoise-0.0.0.20210312 > > So once u

Re: new: audio/rnnoise

2021-12-15 Thread Stefan Hagen
Klemens Nanni wrote: > On Wed, Dec 15, 2021 at 09:21:59PM +0100, Stefan Hagen wrote: > > Klemens Nanni wrote: > > > This port is required for another upcoming port. > > > rnnoise is small and standalone and already works when used in that port > > > so I

Re: new: audio/rnnoise

2021-12-15 Thread Stefan Hagen
Theo Buehler wrote: > > The URL https://arxiv.org/pdf/1709.08243.pdf can be downloaded with > > ftp, but the wget user agent seem to be forbidden. This might confuse > > users... is this worth mentioning? > > In general it's better to link to the abstract page on arxiv rather than > a specific fi

Re: new: audio/rnnoise

2021-12-15 Thread Stefan Hagen
Klemens Nanni wrote: > This port is required for another upcoming port. > rnnoise is small and standalone and already works when used in that port > so I'd like to get it in now as a first step. > > I'll maintain the package. > > --- > Information for inst:rnnoise-20210312 > > Comment: > Recurre

[update] emulators/ucon64 to v2.2.2 (was: Re: OpenBSD Ports (https://openports.se/)).

2021-12-15 Thread Stefan Hagen
Hello, Daniël Hörchner wrote: > Hi, On OpenBSD Ports (https://openports.se/) some projects are maintained > by "The OpenBSD ports mailing-list".I would like to see the port of > uCON64 (https://openports.se/emulators/ucon64) updated, because version > 2.2.2 was released last month.How does this wo

Re: [wip] net/tdlib-purple v8.0

2021-12-13 Thread Stefan Hagen
Hello, op@ found out that the port would not compile when devel/fmt is installed. This update fixes this situation. Stefan Hagen wrote: > 1) telegram-purple and tdlib-purple could coexist, if they would not > install the same pixmap files. I'm not sure if I want a conflict marker >

Re: NEW: sysutils/bpytop

2021-12-13 Thread Stefan Hagen
Omar Polo wrote: > Stefan Hagen writes: > > Lewis ingraham wrote: > >> Also I for some reason cannot get the program to launch when it is built > >> and installed. It comes up as "command not found" when I type in bpytop. > >> > >> Pro

[wip] net/tdlib-purple v8.0

2021-12-13 Thread Stefan Hagen
Hello, This is a new port "tdlib-purple" which is the successor to the now more and more defunct telegram-purple. The port works and thus I want to share it here for people that want to use it due to a broken telegram-purple. There is a problem which prevents the import for now. But it's perfec

Re: [maintainer update] dunst-1.7.2

2021-12-12 Thread Stefan Hagen
Omar Polo wrote: > Omar Polo writes: > > > Omar Polo writes: > > > >> Omar Polo writes: > >> > >>> Timo Myyrä writes: > >>> > Hi, > > Dunst has had few releases since last update so bump it to latest. > > Timo > >>> > >>> Hello, > >>> > >>> diff looks fine, it builds a

Re: NEW: sysutils/bpytop

2021-12-12 Thread Stefan Hagen
Hi Lewis, Lewis ingraham wrote: > Also I for some reason cannot get the program to launch when it is built > and installed. It comes up as "command not found" when I type in bpytop. > > Project I am currently trying to port properly: > https://github.com/aristocratos/bpytop There is an easier wa

Re: "LIB_DEPENDS not needed for"

2021-12-12 Thread Stefan Hagen
eoradec theoraenc vorbis vorbisenc vorbisfile > +WANTLIB += vpx wavpack x264 x265 xml2 xvidcore z > > COMPILER = base-clang ports-gcc base-gcc > > @@ -35,7 +35,6 @@ LIB_DEPENDS = audio/faad \ > audio/speex \ > audio/taglib \ > databases/db/v4 \ > - devel/gettext,-runtime \ > devel/libmagic \ > devel/libtool,-ltdl \ > graphics/ffmpeg \ > -- STEFAN HAGEN // GPG 0x52BE43BA CONTACT INFO :: finger(1) @codevoid.de

Re: policy for dlopen'd libraries etc (was Re: [UPDATE] games/yquake2 7.45 -> 8.00)

2021-12-12 Thread Stefan Hagen
Stuart Henderson wrote: > On 2021/12/12 14:16, Stefan Hagen wrote: > > Stuart Henderson wrote: > > > On 2021/12/12 12:10, Stefan Hagen wrote: > > > > Anthony J. Bentley wrote: > > > > > Stuart Henderson writes: > > > > > > Pl

Re: policy for dlopen'd libraries etc (was Re: [UPDATE] games/yquake2 7.45 -> 8.00)

2021-12-12 Thread Stefan Hagen
Stefan Hagen wrote: > Stuart Henderson wrote: > > On 2021/12/12 12:10, Stefan Hagen wrote: > > > Anthony J. Bentley wrote: > > > > Stuart Henderson writes: > > > > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the > > >

Re: policy for dlopen'd libraries etc (was Re: [UPDATE] games/yquake2 7.45 -> 8.00)

2021-12-12 Thread Stefan Hagen
Stuart Henderson wrote: > On 2021/12/12 12:10, Stefan Hagen wrote: > > Anthony J. Bentley wrote: > > > Stuart Henderson writes: > > > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the > > > > comment. > > > > What they&

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stefan Hagen
Tom Murphy wrote: > On Sun, Dec 12, 2021 at 10:32:29AM +, Stuart Henderson wrote: > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the comment. > > What they're doing is not safe/reliable because it relies on the library ABI > > not changing. Adding as a LIB_DEPENDS ensures tha

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stefan Hagen
Anthony J. Bentley wrote: > Stuart Henderson writes: > > Please put them in LIB_DEPENDS/WANTLIB with the annotation in the comment. > > What they're doing is not safe/reliable because it relies on the library > > ABI not changing. Adding as a LIB_DEPENDS ensures that yquake is updated > > when r

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stefan Hagen
Tom Murphy wrote: > On Sun, Dec 12, 2021 at 10:18:27AM +0100, Stefan Hagen wrote: > > Hi Tom, > > > > This update works for me. The execinfo problem has been discussed > > before. I'm quoting sthen: > > > > > Can it be disabled instead? The backtra

Re: [UPDATE] games/yquake2 7.45 -> 8.00

2021-12-12 Thread Stefan Hagen
Tom Murphy wrote: > Hi again, > > Here is a reworked diff. This time it keeps the patch for the > Makefile that takes execinfo out of the flags. (Though I think > it will compile with execinfo anyway, I'm not 100% sure if we > should be compiling it or shouldn't?) > > This makes the le

[update] graphics/darktable 3.6.0 -> 3.6.1

2021-12-09 Thread Stefan Hagen
Hi, This is a simple update for darktable to version 3.6.1. Software fixes: * Fix module expand on quick access panel when enabling/disabling module. * Fix a possible crash in color calibration module. * Fix an inconsistency between the CPU & GPU path in color calibration module. * Fix possible i

Re: mpv sndio backend

2021-12-08 Thread Stefan Hagen
Brad Smith wrote: > On 12/7/2021 7:07 PM, Brad Smith wrote: > > Here is another attempt at a sndio backend for mpv. > > > > Looking for some testers. > > And to be clear the previous feedback received with the current sndio > code was... > > "The loop function in mpv stopped working in the last

Re: UPDATE: OpenImageIO 2.2.19.0

2021-12-08 Thread Stefan Hagen
Brad Smith wrote: > ping. > On 11/7/2021 1:24 AM, Brad Smith wrote: > > Here is an update to OpenImageIO 2.2.19.0. > > > > The ustring.cpp and sysutil.cpp diffs (plus some more) I had merged > > upstream. The rest do not appear to be necessary. TBB was removed > > in 2014. > > > > > > Release 2.

Re: UPDATE: MPlayer 20211106

2021-12-06 Thread Stefan Hagen
Brad Smith wrote: > Here is an update to MPlayer snapshot from 20211106. > > [ big list of changes ] Looks good. I lightly tested mplayer video playback on various formats. Still works. I did not test anything that depends on mplayer or mencoder. The two dropped patches have been upstreamed. po

Re: [update] net/neochat to 1.2.0

2021-12-05 Thread Stefan Hagen
Aaron Bieber wrote: > Another matrix-thing update \o/ ! > > This time for Neochat! > > No real changes in the port. Here are the changes for the actual app: > https://apps.kde.org/neochat/#1.2.0 > > OK? Hmm. Do you have some KDE parts on your system that I do not? $ make ===> Configuring for

Re: [UPDATE] games/redeclipse to 2.0.0

2021-12-05 Thread Stefan Hagen
Stuart Henderson wrote: > On 2021/12/01 16:17, Jonathan Gray wrote: > > Each of these ports are around 1GB of files mirrors have to carry. > > I'm not sure how much of a concern that is. > > Currently 1.6GB with the one version (it's built for i386 and amd64). It > is more the time to sync package

Re: [update] net/gomuks to 0.2.4

2021-12-05 Thread Stefan Hagen
Aaron Bieber wrote: > Hi! > > Here is an update for gomuks. I thought I had committed it - but > apparently not! > > Port changes: > - switch to modules.inc > > Gomuks changes: > - https://github.com/tulir/gomuks/releases/tag/v0.2.4 > > If you have been holding off on using gomuks because it

Re: [update] devel/olm to 3.2.6

2021-12-05 Thread Stefan Hagen
h > @@ -12,3 +14,4 @@ lib/cmake/Olm/OlmConfigVersion.cmake > lib/cmake/Olm/OlmTargets${MODCMAKE_BUILD_SUFFIX} > lib/cmake/Olm/OlmTargets.cmake > @lib lib/libolm.so.${LIBolm_VERSION} > +lib/pkgconfig/olm.pc -- STEFAN HAGEN // GPG 0x52BE43BA CONTACT INFO :: finger(1) @codevoid.de

Re: [UPDATE] emulators/fceux to 2.5.0

2021-12-05 Thread Stefan Hagen
Tom Murphy wrote: > Here's an update to emulators/fceux to v2.5.0. A few highlights: > > * Dependency on graphics/ffmpeg for recording videos > * Cmakelists patch changed. Some upstream changes went in > * QT ConsoleWindow.cpp patch no longer needed (upstream changes) > > Runs well on my amd64 sy

Re: UPDATE: libavif 0.9.3

2021-12-05 Thread Stefan Hagen
Brad Smith wrote: > Here is an update to libavif 0.9.3. > > > ## [0.9.3] - 2021-10-20 > > ### Added > * Support for progressive AVIFs and operating point selection > * Add automatic tile scaling to the item's ispe or track's dims > * Add diagnostic messages for AV1 decode failures > * avifdec: A

Re: [PATCH] update www/unit to 1.26.1

2021-12-05 Thread Stefan Hagen
Sergey A. Osokin wrote: > could you please review and commit the attached patch to update > NGINX Unit to its recent bugfix release - 1.26.1. > > Here's the commit message: > > > www/unit: update from 1.26.0 to 1.26.1. > > > > *) Bugfix: occasionally, the Unit daemon was unable to ful

Re: UPDATE: www/stagit 0.9.6 -> 1.0

2021-12-05 Thread Stefan Hagen
Hiltjo Posthuma wrote: > This updates stagit from 0.9.6 to 1.0. > > Changes: > > * Print the number of remaining commits. > * Ignore '\r' in writing diffs and file blobs. > * Percent encode characters in path names, like '?' and '#'. > * Encode XML / HTML entities in the project name. > * Add EXA

Re: Feedback on upcoming port [playerctl]

2021-12-04 Thread Stefan Hagen
Klemens Nanni wrote: > On Sat, Nov 06, 2021 at 07:12:23PM +, Klemens Nanni wrote: > > On Sat, Nov 06, 2021 at 07:40:33PM +, Lewis ingraham wrote: > > > Thank you for answering! So I have done what you recommended. Would this > > > revision suffice? > > > > Better but still lack tabs and n

Re: UPDATE: GNU gas 2.37

2021-11-30 Thread Stefan Hagen
Hi Brad, Brad Smith wrote: > Here is an update to GNU gas 2.37. Hmm. The manpage ends up being a 0 byte file. This is an upstream problem, because the manpages are generated before packaging. as.1 is a 0 byte file in the archive already. The last two upstream commits seem to address this. But th

Re: [UPDATE] games/redeclipse to 2.0.0

2021-11-30 Thread Stefan Hagen
Tom Murphy wrote: > On Sat, Nov 27, 2021 at 02:33:40PM +1100, Jonathan Gray wrote: > > On Fri, Nov 26, 2021 at 04:17:35PM +, Tom Murphy wrote: > > > I've updated games/redeclipse to 2.0.0. Compiles and runs fine here > > > but it's kind of hard to figure out the "parkour" like movement in >

[maintainer-update] graphics/radeontop v1.3 -> v1.4

2021-11-29 Thread Stefan Hagen
Hello, This is an update for radeontop: Changes according to upstream: - Minor release, new pci ids Port changes: - Install to bin instead of sbin as root is not strictly required - While there, moved all setup instructions into the README as there were parts in the README and parts in DESCR.

Re: [maintainer update] nnn 4.3 -> 4.4

2021-11-24 Thread Stefan Hagen
Omar Polo wrote: > "Sijmen J. Mulder" writes: > > Martin Ziemer : > >> This patch updates nnn from 4.3 to 4.4. > > > > Note nnn requires GNU sed (as 'gsed') for some of its functionality: > > https://github.com/jarun/nnn/pull/1210 > > It's fun because upstream merged the #ifdef stuff to define SE

Re: [maintainer update] nnn 4.3 -> 4.4

2021-11-23 Thread Stefan Hagen
Martin Ziemer wrote: > This patch updates nnn from 4.3 to 4.4. > > Tested on two amd64 systems. Runs fine here as well. OK sdk@

Re: [new] net/fnc 0.6 - like tog/tig but for fossil

2021-11-23 Thread Stefan Hagen
OK? Best Regards, Stefan Stefan Hagen wrote: > Test instructions: > > $ pkg_add fossil > $ fossil clone https://fnc.bsdbox.org > $ cd fnc > $ fnc > > Port attached again for convenience. fnc.tgz Description: application/tar-gz

Re: [Update] cad/kicad and friends to 5.1.12

2021-11-21 Thread Stefan Hagen
Tracey Emery wrote: > Hello, > > Here is an update for cad/kicad and cad/kicad-shared, bringing us to > 5.1.12. I couldn't find any release notes, so we'll just call this port > more-better. > > Tested on amd64. > > ok? The usual checks pass on all (sub)packages. I opened a test project and ran

Re: [UPDATE] games/vitetris

2021-11-21 Thread Stefan Hagen
Tom Murphy wrote: > Here's an update for games/vitetris. The patch-Makefile has been > updated slightly to accomodate recent changes to it. Compiles, > installs and runs great for me. > > OK? The usual checks pass and it works fine for me on amd64. OK sdk@

Re: [UPDATE] for games/uqm 0.7.0 -> 0.8.0

2021-11-20 Thread Stefan Hagen
Hi Tom, Tom Murphy wrote: > Here is a diff to update games/uqm from 0.7.0 to 0.8.0. The game > now compiles under SDL2. > > OK? I don't know how to play this game, but I clicked around and it seems to run fine. Tested on amd64. $ portcheck both data/3domusic and some of its parents has distinfo

Re: [UPDATE] emulators/stella update to 6.6

2021-11-20 Thread Stefan Hagen
Tom Murphy wrote: > Here is a diff to update emulators/stella (Atari 2600 emulator) > to version 6.6. > > OK? Tested on amd64. Looks good. OK sdk@

Re: maintainer update: www/hugo 0.88.1 --> 0.89.4

2021-11-20 Thread Stefan Hagen
Hi Paco, Paco Esteban wrote: > This is an update for www/hugo to its latest version 0.89.4. > No major changes on the port itself. About the software there are lots > of changes you can see here: > > https://github.com/gohugoio/hugo/releases > > I guess one that can impact users is that hugo no

Re: UPDATE mail/notmuch-0.34

2021-11-17 Thread Stefan Hagen
Bjorn Ketelaars wrote: > On Mon 08/11/2021 15:45, Bjorn Ketelaars wrote: > > On Sat 30/10/2021 17:20, Bjorn Ketelaars wrote: > > > Diff below updates notmuch to 0.34, which brings some new features: > > > https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=d08183bf30eb696f7fafeb74ad8050972aef

Re: [NEW] colorgrab-0.3: A screen color picker for graphic and web designers

2021-11-16 Thread Stefan Hagen
Rafael Sadowski wrote: > On Tue Nov 16, 2021 at 06:38:29AM +, Adnan Shameem wrote: > > I couldn't find any screen color picker on ports, which is essential > > for graphic and web designers. > > > > So I made a port for ColorGrab, a color picker that can pick any > > color from screen without

Re: Fw: Re: Want to submit a port for BadWolf browser

2021-11-14 Thread Stefan Hagen
Adnan Shameem wrote: > > Omar Polo o...@omarpolo.com writes: > > > > > Omar Polo o...@omarpolo.com writes: > > > > > > > Adnan Shameem adnan...@protonmail.com writes: > > > > > > > > > Hello > > > > > I thought packaging BadWolf, a lightweight, minimalistic, > > > > > privacy-oriented WebKitGTK bas

Re: UPDATE: Tor Browser 11.0

2021-11-14 Thread Stefan Hagen
Hi Caspar, Caspar Schutijser wrote: > Below is a diff that updates Tor Browser to 11.0. It's based on the new > Firefox ESR 91 (instead of 78) so in that regard there are quite some > changes syncing with www/firefox-esr. Tested on amd64. > > More information: > https://blog.torproject.org/new-re

Re: Error: Libraries in packing-lists in the ports tree and libraries from installed packages don't match

2021-11-12 Thread Stefan Hagen
Hello songzongquan, songzongquan wrote: > In your way, I didn't find any useful information. I didn't understand > what you said in your last email? What happens to mips64el? But thank > you for your reply Can you provide more information about what you are trying to do? Which OpenBSD version di

Re: [new] net/fnc 0.5 - like tog/tig but for fossil

2021-11-12 Thread Stefan Hagen
*ping* Test instructions: $ pkg_add fossil $ fossil clone https://fnc.bsdbox.org $ cd fnc $ fnc Port attached again for convenience. Best Regards, Stefan Stefan Hagen wrote: > This is a new port "net/fnc", which is the fossil equivalent to tog/tig. > > cat DESCR: &g

Re: Compiling VIM times is wrong, but I don't understand what it means

2021-11-11 Thread Stefan Hagen
Omar Polo wrote: > Anyway, you probably want FETCH_PACKAGES=Yes in /etc/mk.conf (see > bsd.port.mk(5)), and consider using the prebuilt packages. Almost. For release: FETCH_PACKAGES= For snapshots better: FETCH_PACKAGES=-Dsnap Best Regards, Stefan

Re: [new] net/fnc 0.5 - like tog/tig but for fossil

2021-11-03 Thread Stefan Hagen
Stefan Hagen wrote: > Stefan Hagen wrote: > > Stefan Hagen wrote: > > > * The post-extract mv is there because the distfile extracts to something > > > like fnc_2021-10-31_122120_3cc00310ea, which will change on every > > > update. > > > >

Re: jimtcl update and drop asciidoc dep

2021-11-01 Thread Stefan Hagen
Stuart Henderson wrote: > I noticed sdk's recent mail about jimtcl pulling in asciidoc and chain > of dependencies to rebuild the documentation and noticed that it's > already present in the downloaded archive so we can use it directly . > Then I noticed that there's a newer version upstream and th

Re: [new] net/fnc 0.4 - like tog/tig but for fossil

2021-11-01 Thread Stefan Hagen
Stefan Hagen wrote: > Stefan Hagen wrote: > > * The post-extract mv is there because the distfile extracts to something > > like fnc_2021-10-31_122120_3cc00310ea, which will change on every update. > > After figuring out fossil a bit more, there is a better way to downlo

Re: [new] net/fnc 0.4 - like tog/tig but for fossil

2021-11-01 Thread Stefan Hagen
Stefan Hagen wrote: > * The post-extract mv is there because the distfile extracts to something > like fnc_2021-10-31_122120_3cc00310ea, which will change on every update. After figuring out fossil a bit more, there is a better way to download a tagged release, which simplifies th

Re: NNN / Plugins

2021-10-31 Thread Stefan Hagen
su.root wrote: > I can't seem to get any of the nnn plugins to work; eg sxiv with > imgview plugin makes the screen flicker and nothing happens > > [...] > > imgview plugin > https://github.com/jarun/nnn/blob/master/plugins/imgview > > I am unable to utilise the debug feature with nnn (don't thi

[new] net/fnc 0.4 - like tog/tig but for fossil

2021-10-31 Thread Stefan Hagen
Hi, This is a new port "net/fnc", which is the fossil equivalent to tog/tig. cat DESCR: A read-only ncurses browser for fossil repositories in the terminal. Homepage: https://fnc.bsdbox.org (with screenshots) The author "mark" is also OpenBSD user. Port notes: * Patched out -O2 * The configure

Re: UPDATE: Pidgin 2.14.8

2021-10-27 Thread Stefan Hagen
Ian Darwin wrote: > On Sun, Oct 24, 2021 at 12:09:27AM -0400, Brad Smith wrote: > > Here is an update to Pidgin 2.14.8. > > Tested on amd64 & ok by me > Brad, can you import pidgin with the tweaked diff below please? gconftool${MODPY_BIN_SUFFIX} doesn't work. I don't think gconftool correlates

Re: NEW: graphics/radeontop

2021-10-27 Thread Stefan Hagen
Stefan Hagen wrote: > Thomas Frohwein wrote: > > This a port of radeontop, a nice small utility to look for bottlenecks with > > your GPU. It runs in the terminal and shows with bar graphs and percentages > > how much of e.g. Event Engine, shader technology, VRAM are being

Re: flameshot 0.10 broken .desktop (Re: CVS: cvs.openbsd.org: ports)

2021-10-27 Thread Stefan Hagen
; > graphics/flameshot: Makefile distinfo > > > > > graphics/flameshot/pkg: PLIST > > > > > Added files: > > > > > graphics/flameshot/patches: patch-src_CMakeLists_txt > > > > > > > > > > Log message: > > &

Re: [UPDATE] textproc/lowdown to 0.9.2

2021-10-24 Thread Stefan Hagen
Frederic Cambus wrote: > Hi ports@, > > Here is a diff to update lowdown to 0.9.2. > > Comments? OK? The usual checks pass. Test suite runs fine. Tested on amd64. ok sdk@

Re: UPDATE: Pidgin 2.14.8

2021-10-24 Thread Stefan Hagen
Brad Smith wrote: > Here is an update to Pidgin 2.14.8. Tested on amd64 with xmpp and telegram. portcheck and tests behave as in the previous version. ok sdk@

Re: UPDATE net/filezilla-3.56.0

2021-10-23 Thread Stefan Hagen
Bjorn Ketelaars wrote: > Diff below updates filezilla to 3.56.0. From > https://filezilla-project.org/versions.php: > - Right-clicking a queue tab header now opens the same context menu as > right-clicking the correponding queue contents > - By default, the minimum allowed TLS version is now TLS

Re: UPDATE net/libfilezilla-0.34.1

2021-10-23 Thread Stefan Hagen
Bjorn Ketelaars wrote: > Diff below updates libfilezilla to 0.34.1, which is needed for an update > of filezilla. Overview on changes can be found at > https://lib.filezilla-project.org/. > > A patch has been added to work around getspnam_r() and crypt_r(), > which OpenBSD does not have. I would v

Re: gkrellm wireless plugin removal (anyone with a wi hardware?)

2021-10-19 Thread Stefan Hagen
Stuart Henderson wrote: > "doesn't work for a long time" isn't correct, as Fred showed. I should have added "for most people", as wi(4) devices are rare nowadays. But yes, it works for these. > On 19 October 2021 07:44:23 Stefan Hagen wrote: > > &g

Re: New: steamctl - a downloader for Steam apps and replacement for games/depotdownloader

2021-10-19 Thread Stefan Hagen
Thomas Frohwein wrote: > Hi, > > This is a port of steamctl, a python application for managing Steam > apps, that is mostly games. I am sending this in the hope to replace > games/depotdownloader - the latter is written in .NET and recently > has been using .NET Framework 5.0 features that prevent

Re: gkrellm wireless plugin removal (anyone with a wi hardware?)

2021-10-18 Thread Stefan Hagen
Solene Rapenne wrote: > On Mon, 20 Sep 2021 18:29:15 +0200 > Solene Rapenne : > > > the gkrellm plugin gkrellmwireless is looking for wi* interfaces > > and a poor attempt at adding iwm0 to the list make it crash. > > > > it's useless for people with no wi hardware and I'm not even > > sure it wo

<    1   2   3   4   5   6   >