Re: meta rc-scripts [Re: CHANGE net/samba - drop meta rc-script]

2024-07-03 Thread Solene Rapenne
On Wed, Jul 03, 2024 at 11:01:41AM GMT, Stuart Henderson wrote: > On 2024/07/02 20:57, Bjorn Ketelaars wrote: > > The meta rc-script for Samba does not play nice with 'rcctl ls rogue'. > > When a meta script is used, services started by the child scripts are > > seen as rogue [0]. > > There are 5

update graphics/yacrader

2024-06-19 Thread Solene Rapenne
this was not fun to update, switch from qt5 to qt6 and there was an issue due to variables having the same name as macros in sys/types.h ok? diff --git a/graphics/yacreader/Makefile b/graphics/yacreader/Makefile index 73c917d6f15..2843f00dcca 100644 --- a/graphics/yacreader/Makefile +++ b/graphic

update games/wesnoth

2024-06-15 Thread Solene Rapenne
update to latest version https://github.com/wesnoth/wesnoth/blob/1.18.1/changelog.md#version-1181 I dropped a patch because it didn't apply and the new code seemed fine to me, I'm not sure about why this patch exist either as it had no comment, the game runs fine without it with this version ok?

devel/sdl2 add my controller GUID

2024-06-14 Thread Solene Rapenne
this diff adds my Xbox One S Controller to sdl2 controller database so it works in chiaki (and maybe other) ok? thanks stsp@ and thfr@ for the hints, I would never have figured it myself! diff --git a/devel/sdl2/Makefile b/devel/sdl2/Makefile index 6da193e097f..ed5916f8f2f 100644 --- a/devel/sdl

update net/i2p

2024-06-11 Thread Solene Rapenne
this updates i2p to the latest version unfortunately, they did not publish a release/tag on GitHub and two weeks after I filled an issue about it https://github.com/i2p/i2p.i2p/issues/78 I got no reply and there are still no tag done, so this patch switch to their official mirror instead of GitHub

update games/moonlight-qt

2024-06-03 Thread Solene Rapenne
this updates our version of moonlight-qt to something modern, we are a few years behind and I don't think a changelog could be useful here. What I'm sure is the current moonlight-qt does not allow to render the video when connecting to a modern sunshine server (moonlight is a client, sunshine is t

update games/vcmi

2024-05-31 Thread Solene Rapenne
I finished a scenario with this build :) I don't know if the library need a bump, how do people figure it? https://github.com/vcmi/vcmi/blob/master/ChangeLog.md#151---152 diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile index 5e0fbb7d924..c7870249dac 100644 --- a/games/vcmi/Makefile +++ b/

update www/yt-dlp

2024-05-29 Thread Solene Rapenne
new update for yt-dlp, nothing fancy works fine with pipe-viewer on amd64 https://github.com/yt-dlp/yt-dlp/releases/tag/2024.05.27 diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile index 5ae906b8c44..17300b8fccb 100644 --- a/www/yt-dlp/Makefile +++ b/www/yt-dlp/Makefile @@ -1,6 +1,6 @@ COM

Re: UPDATE: games/minetest to 5.8.0

2024-05-29 Thread Solene Rapenne
On Mon, May 27, 2024 at 05:50:28PM GMT, izder456 wrote: > On Sun, 26 May 2024 19:55:12 -0500 > izder456 wrote: > > > On Wed, 17 Apr 2024 03:52:48 -0600 > > "Anthony J. Bentley" wrote: > > > Here's an updated diff, which I'll commit in a few days unless > > > someone objects. > > > > Thanks fo

update www/yt-dlp

2024-05-27 Thread Solene Rapenne
newer version of yt-dlp https://github.com/yt-dlp/yt-dlp/releases/tag/2024.05.26 tested on amd64 with vanilla software and with pipe-viewer diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile index 92e2621c411..5ae906b8c44 100644 --- a/www/yt-dlp/Makefile +++ b/www/yt-dlp/Makefile @@ -1,11 +1

update security/rbw

2024-05-22 Thread Solene Rapenne
this is said to fix a login issue with official bitwarden server after a change on their side, I'm not using them so I didn't try ok? diff --git a/security/rbw/Makefile b/security/rbw/Makefile index 3d9842af89a..aeb1ec8559e 100644 --- a/security/rbw/Makefile +++ b/security/rbw/Makefile @@ -3,7 +3

update games/vcmi

2024-05-18 Thread Solene Rapenne
this is a bugfix release https://github.com/vcmi/vcmi/blob/develop/ChangeLog.md#150---151 tested on amd64, worked fine diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile index b2375cf42b4..5e0fbb7d924 100644 --- a/games/vcmi/Makefile +++ b/games/vcmi/Makefile @@ -6,7 +6,7 @@ HOMEPAGE =

update x11/dmenu

2024-05-16 Thread Solene Rapenne
This is a simple update for dmenu, just bug fixes Changelog can be found here https://git.suckless.org/dmenu/ ok? diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile index eddc26ed9d1..572e21bc498 100644 --- a/x11/dmenu/Makefile +++ b/x11/dmenu/Makefile @@ -1,6 +1,6 @@ COMMENT= d

update www/buku

2024-05-15 Thread Solene Rapenne
Changelog available https://github.com/jarun/buku/releases/tag/v4.9 works fine on amd64 I aligned a few variables to improve readability ok? diff --git a/www/buku/Makefile b/www/buku/Makefile index 4b676574e3a..5c625039e65 100644 --- a/www/buku/Makefile +++ b/www/buku/Makefile @@ -1,10 +1,9 @@

update games/hyperrogue

2024-05-15 Thread Solene Rapenne
a new hyperrogue release, bug fix https://github.com/zenorogue/hyperrogue/releases/tag/v13.0i I propose to drop the hunk in the Makefile about the CXXFLAGS, it compiles fine without on amd64 (clang), the one with gcc seems good too, and it seems to be a moving area that I had to manually fix it t

update games/godot4

2024-05-13 Thread Solene Rapenne
I updated godot4 to see if I could run a game, it did not but here is the diff, not much tested https://godotengine.org/article/maintenance-release-godot-4-2-2-and-4-1-4/ diff --git a/games/godot4/Makefile b/games/godot4/Makefile index 9a368a86354..763163b9be1 100644 --- a/games/godot4/Makefile +

update games/dhewm3

2024-05-13 Thread Solene Rapenne
tested on amd64, works fine. Even with a hack to play it at 120fps :) changelog https://github.com/dhewm/dhewm3/blob/master/Changelog.md#153-2024-03-29 ok? diff --git a/games/dhewm3/Makefile b/games/dhewm3/Makefile index 0777191bd40..554c02e364a 100644 --- a/games/dhewm3/Makefile +++ b/games/dh

update emulators/retroarch

2024-05-13 Thread Solene Rapenne
this updates retroarch to latest version, I only tried on amd64 Changelog https://github.com/libretro/RetroArch/blob/master/CHANGES.md Commit diff https://github.com/libretro/RetroArch/compare/v1.10.3...v1.18.0 I added a README file because the behavior on OpenBSD seems different from what I've

update www/pipe-viewer

2024-05-12 Thread Solene Rapenne
This updates pipe-viewer to latest version pipe-viewer and gtk-pipe-viewer works fine for me Changelog: https://github.com/trizen/pipe-viewer/releases/tag/0.5.1 ok? diff --git a/www/pipe-viewer/Makefile b/www/pipe-viewer/Makefile index 67f2eabc89f..f93908d03fc 100644 --- a/www/pipe-viewer/Makef

update games/gzdoom

2024-05-12 Thread Solene Rapenne
changelog https://github.com/ZDoom/gzdoom/compare/g4.11.3...g4.12.2 tested with doom2 and brutal doom, sound + music worked fine one patch was merged upstream diff --git a/games/gzdoom/Makefile b/games/gzdoom/Makefile index 50b4a92f320..e4ca89b89c3 100644 --- a/games/gzdoom/Makefile +++ b/games/

Re: [update / simplify] devel/difftastic 0.58.0

2024-05-12 Thread Solene Rapenne
On Sun, May 12, 2024 at 06:00:59PM GMT, Volker Schlecht wrote: > With version 0.58.0 difftastic comes with its own manpage. > I'd like to stop generating the HTML documentation and install the manpage > instead. > > Fortunately now all the patches related to tree-magic-mini can be dropped as > wel

update devel/tig

2024-05-12 Thread Solene Rapenne
changelog https://github.com/jonas/tig/releases/tag/tig-2.5.10 tested on amd64, works for me ok? diff --git a/devel/tig/Makefile b/devel/tig/Makefile index 6edd3f7ec1b..6543d3f6b29 100644 --- a/devel/tig/Makefile +++ b/devel/tig/Makefile @@ -1,6 +1,6 @@ COMMENT = ncurses Git repository bro

update games/vcmi

2024-05-12 Thread Solene Rapenne
There is a new version of vcmi https://github.com/vcmi/vcmi/blame/develop/ChangeLog.md Controller support didn't work for me unfortunately (xbox one), otherwise everything works fine. Some patches were merged upstream and thus dropped, I had to neut a prctl call because we don't have it, I did no

update editors/kakoune

2024-05-12 Thread Solene Rapenne
New version of kakoune available: - gzip_man=no in MAKE_ENV didn't work anymore, I patched Makefile - tests were not working, I reported it upstream who made a fix - compilation didn't work due to quotes being lost, upstream made fix I plan to commit it soon, but I'd like some feedback if possibl

update security/rbw

2024-05-09 Thread Solene Rapenne
Newer version available upstream, works for me I did not try the changes though (rbw code related) https://git.tozt.net/rbw/tree/CHANGELOG.md diff --git a/security/rbw/Makefile b/security/rbw/Makefile index 7db2268894d..3d9842af89a 100644 --- a/security/rbw/Makefile +++ b/security/rbw/Makefile

security/keepassxc update

2024-05-07 Thread Solene Rapenne
This updates keepassxc to latest version Changelog https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.8 I'm not sure how to update the plist for each flavors? Otherwise it works on amd64 and compiles in a clean chroot. diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makef

www/tuir broken

2024-05-07 Thread Solene Rapenne
tuir doesn't run, I'm not sure why though I'm not a regular user, last time I tried was in August 2023 and it worked :D ryzen$ tuir Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/tuir/packages/__init__.py", line 18, in from . import praw File "/usr/loc

update www/dillo

2024-05-06 Thread Solene Rapenne
this updates dillo to its latest version Changelog: https://github.com/dillo-browser/dillo/releases/tag/v3.1.0 make port-lib-depends-check is happy, portcheck too built fine in a clean proot using dpb I had to pull in gtk4 because of the following error, is it possible to get ride of it? ===>

update sysutils/fd

2024-05-06 Thread Solene Rapenne
tested on amd64, works fine for me changelog https://github.com/sharkdp/fd/releases/tag/v10.0.0 the first hunk of the patch was dropped because it's now upstream man page is correctly installed without the xxpost-install line diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index 3ac438

Re: update games/openrct2

2024-05-05 Thread Solene Rapenne
On Sun, May 05, 2024 at 08:29:17PM GMT, Brian Callahan wrote: > On 5/5/2024 3:54 PM, Solene Rapenne wrote: > > new version was released 54 minutes ago, here is the update > > > > You're going to have to give me more than 54 minutes to look at all this! > > > I

update games/openrct2

2024-05-05 Thread Solene Rapenne
new version was released 54 minutes ago, here is the update I had to update all distfiles, games starts with GOG files however, I have an issue when trying to start a game, it complains that musics are missing from the scenario. I am not sure if it is a bug, a packaging issue or something wrong o

update games/openttd

2024-05-04 Thread Solene Rapenne
a simple bugfix release https://cdn.openttd.org/openttd-releases/14.1/changelog.txt the removed patch is now present upstream tested on amd64, worked fine ok? diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 93bc2f773e3..196d46e20b1 100644 --- a/games/openttd/Makefile +++ b/g

update x11/slock

2024-05-04 Thread Solene Rapenne
the changelog can be found on https://git.suckless.org/slock/log.html between 2022-10-04 17:45bump version to 1.5 and 2016-11-20 00:07bump version tested on amd64 ok? diff --git a/x11/slock/Makefile b/x11/slock/Makefile index d32ca4616d2..33b2d85ecf0 100644 --- a/x11/slock/M

Re: update games/hyperrogue

2024-05-03 Thread Solene Rapenne
On Thu, May 02, 2024 at 01:07:08PM GMT, Thomas Frohwein wrote: > On Fri, Apr 19, 2024 at 10:27:49PM +0200, Solene Rapenne wrote: > > our hyperrogue version is quite old of a dozen releases > > > > latest release adds a lot of changes > > https://github.com/ze

update devel/fossil

2024-05-03 Thread Solene Rapenne
this updates fossil to latest version, changelog available https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_24 ok? diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index fb869e9fa31..1311dd4fd49 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,7 +1,6 @@ COM

Re: unbreak net/dino

2024-04-30 Thread Solene Rapenne
On Tue, Apr 30, 2024 at 04:06:21PM GMT, Klemens Nanni wrote: > On Tue, Apr 30, 2024 at 03:52:14PM GMT, Solene Rapenne wrote: > > since kn@ reported dino build issue upstream, a fix was released > > > > I adapted the fix to work on latest release because it was done > &

unbreak net/dino

2024-04-30 Thread Solene Rapenne
since kn@ reported dino build issue upstream, a fix was released I adapted the fix to work on latest release because it was done on a file that does not exist yet in the tarball (got renamed?) tested on amd64, works fine again make update-patches insisted to add the "No newline at end of file",

Re: Update to node_exporter-1.8.0

2024-04-29 Thread Solene Rapenne
looks good and works for me ok solene@ On Wed, Apr 24, 2024 at 09:47:56PM GMT, Daniel Jakots wrote: > Hey, > > They released 1.8.0 earlier today: > https://github.com/prometheus/node_exporter/releases/tag/v1.8.0 > > Lightly tested, looks fine. > > Comments? OK? > > Cheers, > Daniel

update net/iperf

2024-04-29 Thread Solene Rapenne
update to latest version of iperf 2 tested with public servers as a client, worked fine the cpp file patch is not required anymore, upstream seems to have imported it diff --git a/net/iperf/Makefile b/net/iperf/Makefile index 8d753deda55..9cf1ddabe1a 100644 --- a/net/iperf/Makefile +++ b/net/ipe

update www/vaultwarden-web

2024-04-26 Thread Solene Rapenne
a new vaultwarden-web build is available upstream https://github.com/dani-garcia/bw_web_builds/releases diff --git a/www/vaultwarden-web/Makefile b/www/vaultwarden-web/Makefile index 072fdf39347..ec1c62485fe 100644 --- a/www/vaultwarden-web/Makefile +++ b/www/vaultwarden-web/Makefile @@ -1,6 +1,6

Re: update games/openmw (but crash, need some help)

2024-04-25 Thread Solene Rapenne
On Thu, Apr 25, 2024 at 05:33:03PM GMT, Pascal Stumpf wrote: > On Thu, 25 Apr 2024 17:56:28 +0200, Solene Rapenne wrote: > > I got openmw to work with latest version, > > but unfortunately I get an error before the in-game menu. > > > > I share the diff so people

update games/openmw (but crash, need some help)

2024-04-25 Thread Solene Rapenne
I got openmw to work with latest version, but unfortunately I get an error before the in-game menu. I share the diff so people could try if it works with their hardware, and potentially figure a fix =D the crash logs looks like this, I tried to add egdb in $PATH with the name gdb, but it didn't

delete net/kristall? (was update net/kristall)

2024-04-25 Thread Solene Rapenne
On Thu, Apr 18, 2024 at 11:29:20PM GMT, Solene Rapenne wrote: > this updates kristall to latest commit > > not sure if we want to keep it, we have > many good gemini browsers nowadays and with > much less dependencies than this one on a second thought, I propose we remove this port

Re: dpb always rebuild rust-bootstrap

2024-04-21 Thread Solene Rapenne
On Sun, Apr 21, 2024 at 11:56:30AM GMT, Stuart Henderson wrote: > On 2024/04/21 11:35, Solene Rapenne wrote: > > On Sat, Apr 20, 2024 at 10:02:38AM GMT, Solene Rapenne wrote: > > > On Sat, Apr 20, 2024 at 09:00:30AM GMT, Sebastien Marie wrote: > > > > Solene Rapenne

update emulators/mednafen

2024-04-21 Thread Solene Rapenne
A newer version is available, changelogs since our version: - https://forum.fobby.net/index.php?t=msg&th=2181&start=0&; - https://forum.fobby.net/index.php?t=msg&th=2191&start=0&; tested on amd64, build and works fine, I tried a few games on super nes and megadrive diff --git a/emulators/mednafe

Re: dpb always rebuild rust-bootstrap

2024-04-21 Thread Solene Rapenne
On Sat, Apr 20, 2024 at 10:02:38AM GMT, Solene Rapenne wrote: > On Sat, Apr 20, 2024 at 09:00:30AM GMT, Sebastien Marie wrote: > > Solene Rapenne writes: > > > > > hi, on a fresh current amd64 I had to set up dpb because it seems > > > there was a l

Re: dpb always rebuild rust-bootstrap

2024-04-20 Thread Solene Rapenne
On Sat, Apr 20, 2024 at 09:00:30AM GMT, Sebastien Marie wrote: > Solene Rapenne writes: > > > hi, on a fresh current amd64 I had to set up dpb because it seems > > there was a libc bump at the wrong time for me :) > > > > however, now I have my working dpb (eas

update audio/cozy

2024-04-19 Thread Solene Rapenne
cozy got a new release after 2 years, including a commit we backported to prevent a crash. This version has a slightly new UI, works fine for me. ok? diff --git a/audio/cozy/Makefile b/audio/cozy/Makefile index 9491989b6a1..8e4a9fc02ef 100644 --- a/audio/cozy/Makefile +++ b/audio/cozy/Makefile @@

update games/hyperrogue

2024-04-19 Thread Solene Rapenne
our hyperrogue version is quite old of a dozen releases latest release adds a lot of changes https://github.com/zenorogue/hyperrogue/releases the Makefile patch had to be reworked a bit because the original Makefile differed from the patch, but it applies the same changes as before. update-plist

update games/brogue

2024-04-19 Thread Solene Rapenne
this updates brogue to latest version, it introduces a quick game mode the Recordings.c patch isn't needed, upstream is now casting the variable to unsigned long long instead of our long long, I guess it's good enough to drop the patch? the -Wformat-overflow=0 part in the Makefile was also droppe

dpb always rebuild rust-bootstrap

2024-04-19 Thread Solene Rapenne
hi, on a fresh current amd64 I had to set up dpb because it seems there was a libc bump at the wrong time for me :) however, now I have my working dpb (easy to setup once you understand it), I don't understand why dpb -R something_depending_on_rust always have to recompile lang/rust, in the packag

update games/fheroes2

2024-04-18 Thread Solene Rapenne
new update for fheroes2, works fine with GOG assets diff --git a/games/fheroes2/Makefile b/games/fheroes2/Makefile index 142b36cf104..3b790750107 100644 --- a/games/fheroes2/Makefile +++ b/games/fheroes2/Makefile @@ -1,6 +1,6 @@ COMMENT = engine recreation for Heroes of Might and Magic 2 -

Re: Remove misc/gone?

2024-04-18 Thread Solene Rapenne
On Thu, Apr 18, 2024 at 11:42:49PM GMT, Frederic Cambus wrote: > Hi ports@, > > The p2k24 ports hackathon is almost over, but unless I've missed it no > attendees have proposed any ports for deletion. > > So I would like to nominate misc/gone! > > Last release is from 2003 and the program is cra

update net/kristall

2024-04-18 Thread Solene Rapenne
this updates kristall to latest commit not sure if we want to keep it, we have many good gemini browsers nowadays and with much less dependencies than this one diff --git a/net/kristall/Makefile b/net/kristall/Makefile index 185bee8d7fc..a73b2fe4295 100644 --- a/net/kristall/Makefile +++ b/net/kr

remove net/p5-Net-XMPP and net/p5-Net-Jabber

2024-02-27 Thread Solene Rapenne
I removed net/sendxmpp which had net/p5-Net-XMPP as a run dependency, however p5-Net-XMPP is used by p5-Net-Jabber but the latter doesn't have any reverse dep. I suggest to remove both as we have no programs using them in ports. ok?

update net/vnstat

2023-09-25 Thread Solene Rapenne
tested on amd64, works fine, vnstati tested and can produce images make test gives the same output as previously ok for commit? 2.11 / 19-Aug-2023 - Fixed - Database queries worked only if SQLite double-quoted string (DQS) feature (https://www.sqlite.org/quirks.html#dblquote) was enabl

new net/go-sendxmpp

2023-09-24 Thread Solene Rapenne
this program is meant to replace net/sendxmpp which is unmaintained and broken for most users (one person reported it worked for them but would be happy to switch to something maintained) it's just a command line tool that takes a message in parameter or on stdin and send it to XMPP contacts/MUC.

Re: [UPDATE] x11/windowmaker 0.96.0

2023-09-21 Thread Solene Rapenne
Le Thu, 21 Sep 2023 00:11:40 +0200, Joel Carnat a écrit : > Hello, > > WindowMaker has been updated this summer. > Release note is available here: http://www.windowmaker.org/news/ > > Find a diff to port attached. > I'm running it on "OpenBSD/amd64 7.4-beta (GENERIC.MP) #1371" > > Regards, > J

sysutils/obsdfreqd update

2023-08-22 Thread Solene Rapenne
here is an update for obsdfreqd I moved the code to sourcehut because tildegit.org seems broken at the moment and I have no idea how to get in touch with the admin, so I'll remove my code from there 1.2.0 received a change to the threshold value, instead of being a fixed 30%, now it calculates 80

update games/openttd

2023-07-26 Thread Solene Rapenne
tested on amd64 by playing a game ok? Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.85 diff -u -p -r1.85 Makefile --- Makefile26 Apr 2023 08:34:13 - 1.85 +++ Makefile26 Jul 2

Re: [new] lang/nickel

2023-07-01 Thread Solene Rapenne
Le Fri, 30 Jun 2023 19:20:26 +0200, Solene Rapenne a écrit : > hi, this is a port for nickel, a language using contracts to generate > validated configuration files, it's meant to be easy to extend while > allow the developers to enforce a lot of check in the inputs to ensure >

[new] lang/nickel

2023-06-30 Thread Solene Rapenne
hi, this is a port for nickel, a language using contracts to generate validated configuration files, it's meant to be easy to extend while allow the developers to enforce a lot of check in the inputs to ensure the insert data will be valid if you are curious, I gathered a few links announcement f

issue when PORTSDIR is set to /home/build/usr/ports

2023-06-28 Thread Solene Rapenne
it seems there is an issue with PORTSDIR, I have my ports tree in /home/build/usr/ports and a symlink for it in /usr/ports (muscle memory), "make plist" doesn't work if PORTSDIR is set, but works if not set (so default to /usr/ports) solene@dev /u/p/s/reed-alert> pwd -P /home/build/usr/ports/sysut

sysutils/reed-alert update

2023-06-28 Thread Solene Rapenne
hi, I published a new version of reed-alert, here is the port update most notable change is the rename for file-exists to check-file-exists because otherwise it would collide with an SBCL internal function. while there, I enabled tests for the port Index: Makefile ===

Re: keepassxc in Jun 20 snap is sad

2023-06-22 Thread Solene Rapenne
Le Thu, 22 Jun 2023 05:53:55 -0500, Edward Ahlsen-Girard a écrit : > On Wed, 21 Jun 2023 10:32:52 -0600 > Ashlen wrote: > > > 1) Port-related mails should go to ports@, so I'm CC'ing ports@ and > > dropping misc@. If it becomes clear it's an issue with the port > > itself (but I don't think it

Re: UPDATE: ppsspp

2023-06-19 Thread Solene Rapenne
Le Sun, 18 Jun 2023 22:27:37 -0400, Brad Smith a écrit : > On Sun, Jun 18, 2023 at 08:09:58PM -0400, Brad Smith wrote: > > Some tweaking and tuning of the ppsspp port. > > > > - Remove use of DIST_SUBDIR now that the port uses a single archive > > instead of pulling a bunch of different pieces t

error when compiling lang/go

2023-06-19 Thread Solene Rapenne
Hi, I can't get lang/go to compile on my system, which is a Xen VM. I can compile almost anything, including qt or webkitgtk, but lang/go is failing with various errors each time. I'm not sure it's a XEN bug though, maybe an issue with recent IBT? kern.version=OpenBSD 7.3-current (GENERIC.MP) #12

Re: enable tsdb plugin in sysutils/collectd

2022-10-15 Thread Solene Rapenne
On Sat, Oct 15, 2022 at 02:37:14PM +, Klemens Nanni wrote: > On Sat, Oct 15, 2022 at 04:26:59PM +0200, Solene Rapenne wrote: > > I've run update-plist which seems to have upgraded a few PLIST > > files while there > > > @@ -30,7 +30,7 @@ PKGNAME-redis

enable tsdb plugin in sysutils/collectd

2022-10-15 Thread Solene Rapenne
with this change we can export collectd data to a tsdb database, like what victoriametrics can export, which provides better features than graphite I've run update-plist which seems to have upgraded a few PLIST files while there Index: Makefile

Re: Fluxbox Segfault upon X termination

2021-10-20 Thread Solene Rapenne
On Wed, 20 Oct 2021 00:02:01 - (UTC) Rubén Llorente : > Hi there, > > This is a bug report against x11/fluxbox > > I have noticed that fluxbox has a tendency to segfault and dump a > core in my $HOME when the X server is manually turned off. > > If you use xenodm to launch fluxbox and then

Re: [PATCH 7/9] Upgrade devel/git-annex 8.20210223->8.20211011

2021-10-18 Thread Solene Rapenne
On Sun, 17 Oct 2021 20:39:12 -0700 Greg Steuck : > I only built this and confirmed the executable is doesn't die right > away. Somebody who cares should test. > > OK? works for me ok solene@

new inputmethods/ibus-typing-booster

2021-10-18 Thread Solene Rapenne
hello, this a port for an ibus plugin to suggest words while typing a bit the same way phones keyboards do. Perfect if you have an injured hand. I rigorusly tested on amd64 and it's wonderful many thanks to stsp@ for making a proper port from my original draft based on a sysutils/tmate copy/paste

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

2021-10-14 Thread Solene Rapenne
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 would

Re: security/hydra : fix hydra-wizard.sh script

2021-10-14 Thread Solene Rapenne
On Tue, 21 Sep 2021 19:25:08 +0200 Solene Rapenne : > hydra provides a wizard shell script asking questions to give you > the command for what you want to do. However it's not working with > our /bin/sh (I suppose it supposed /bin/sh is bash). sthen@ gave > me a sed command to

update net/toxic

2021-10-14 Thread Solene Rapenne
update toxic to latest version, port-lib-depends-checks reported intl wasn't required anymore for the no_x11 flavor works on amd64 Index: Makefile === RCS file: /home/reposync/ports/net/toxic/Makefile,v retrieving revision 1.12 diff

update net/utox

2021-10-14 Thread Solene Rapenne
update to latest utox version, libsodium isn't required anymore. Tested on amd64, works fine Index: Makefile === RCS file: /home/reposync/ports/net/utox/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile25

Re: [new] textproc/py-pypandoc for editors/apostrophe

2021-10-04 Thread Solene Rapenne
On Thu, 16 Sep 2021 19:33:07 +0100 Stuart Henderson : > On 2021/09/16 19:02, Omar Polo wrote: > > > > Solene Rapenne writes: > > > > > On Thu, 16 Sep 2021 09:04:37 +0200 > > > Omar Polo : > > > > > >> Solene Rapenne writes: >

Re: update productivity/zim

2021-10-04 Thread Solene Rapenne
On Wed, 15 Sep 2021 20:23:11 +0200 Solene Rapenne : > Hello, > > this update zim to latest version published last day. > > Changelog: > https://github.com/zim-desktop-wiki/zim-desktop-wiki/commit/a532c35e4b54c8fa1823a483dc0

Re: update our very old productivity/osmo

2021-10-04 Thread Solene Rapenne
On Thu, 16 Sep 2021 18:13:56 +0200 Solene Rapenne : > this update osmo to latest version released july 2020 from our version > released in 2014. > > Works fine on amd64, tested on a system with 0 package prior to install > > The patch isn't useful anymore. &g

Re: UPDATE: Pidgin 2.14.7

2021-10-03 Thread Solene Rapenne
On Sun, 3 Oct 2021 17:36:25 -0400 Brad Smith : > Here is an update to Pidgin 2.14.7. > > I tried IRC and XMPP and it worked fine on amd64. Thank you for working on this update, I see we were late. The port looks good to me with the changes. ok solene@

update devel/netbeans

2021-10-03 Thread Solene Rapenne
small update to netbeans, works fine on amd64 Index: Makefile === RCS file: /home/reposync/ports/devel/netbeans/Makefile,v retrieving revision 1.47 diff -u -p -r1.47 Makefile --- Makefile26 May 2021 18:18:33 - 1.47 +++ Ma

update print/scribus

2021-10-03 Thread Solene Rapenne
this updates scribus to latest version three patches are not needed anymore because they were imported from development branch. Tested on amd64 and works fine for me Index: Makefile === RCS file: /home/reposync/ports/print/scribus/Ma

add rundep git to devel/git-annex

2021-09-22 Thread Solene Rapenne
git-annex is absolutely useless without git and most commands will fail because git is not available, let add git as a run depend? Index: Makefile === RCS file: /home/reposync/ports/devel/git-annex/Makefile,v retrieving revision 1.3 d

security/hydra : fix hydra-wizard.sh script

2021-09-21 Thread Solene Rapenne
hydra provides a wizard shell script asking questions to give you the command for what you want to do. However it's not working with our /bin/sh (I suppose it supposed /bin/sh is bash). sthen@ gave me a sed command to fix the read (sh builtin) calls into something compatible with sh. ok ? Index:

productivity/gtg is missing rundep gtk3

2021-09-21 Thread Solene Rapenne
gtg can't run if gtk+3 is not installed, there is a python3 error about some missing Gdk library. I forgot to save the error message. Following diff installs gtk+3 for runtime and solves the issue. Index: Makefile === RCS file: /home

comms/wammu is missing rundep devel/py-six

2021-09-21 Thread Solene Rapenne
wammu is missing a dep on devel/py-six python2 flavor on start Traceback (most recent call last): File "/usr/local/bin/wammu", line 47, in import Wammu.Locales File "/usr/local/lib/python2.7/site-packages/Wammu/Locales.py", line 31, in import six ImportError: No module named six fo

sysutils/gource missing a rundep on git

2021-09-21 Thread Solene Rapenne
gource package doesn't have a run depend on git which make it fail on use. $ gource sh: git: not found sh: git: not found gource: failed to generate log file Try 'gource --help' for more information. following diff make gource working out of the box Index: Makefile ==

benchmarks/netperf-wrapper,-gui has runtime issues

2021-09-21 Thread Solene Rapenne
flent-gui (benchmarks/netperf-wrapper,-gui) is missing flent as a runtime dependency making this issue: Traceback (most recent call last): File "/usr/local/bin/flent-gui", line 33, in sys.exit(load_entry_point('flent==2.0.0', 'gui_scripts', 'flent-gui')()) File "/usr/local/bin/flent-gui",

x11/mate/caja crashes often at startup when not run from mate

2021-09-20 Thread Solene Rapenne
I found x11/mate/caja to be unreliable at starting. It has a segmentation fault 9 times of 10 in 7.0 while (reported by someone who tried) it works reliably on 6.9. I get the crash on two 7.0 machines. I tried to run it from fvwm or cwm and same issue happen. I compiled it with debugs symbols and

net/onionshare-gui broken and net/onionshare maybe broken

2021-09-20 Thread Solene Rapenne
Upon start, onionshare-gui crashes with the following message. I suppose it's totally broken in its current state. I'm not even sure the cli tool onionshare works at all, I always get the message "Onionshare could not connect to tor in the background: dictionary keys changed during iteration" whil

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

2021-09-20 Thread 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 would still work. The port sysutils/gkrellm/plugins/wireless is in its 10th revision, HOMEPAGE is 404,

missing run dep in textproc/catfish

2021-09-19 Thread Solene Rapenne
it seems x11/xfce4/xfconf is missing in the RUN_DEPENDS of textproc/catfish Traceback (most recent call last): File "/usr/local/bin/catfish", line 43, in import catfish File "/usr/local/lib/python3.8/site-packages/catfish/__init__.py", line 32, in from catfish import CatfishWindow

cant' run www/tootstream

2021-09-19 Thread Solene Rapenne
It seems tootstream is lacking a dependency. I've not been able to find which one. I have this error on a clean amd64 install when I run tootstream. Traceback (most recent call last): File "/usr/local/bin/tootstream", line 33, in sys.exit(load_entry_point('tootstream==0.3.8.1', 'console_sc

Re: sysutils/pkg_mgr is broken

2021-09-19 Thread Solene Rapenne
On Sun, 19 Sep 2021 17:23:53 +0200 Solene Rapenne : > On Sun, 19 Sep 2021 17:03:54 +0200 > Landry Breuil : > > > Le Sat, Sep 18, 2021 at 10:10:40AM +0200, Solene Rapenne a écrit : > > > It seems sysutils/pkg_mgr is broken. The UI displays fine but any > > > att

Re: sysutils/pkg_mgr is broken

2021-09-19 Thread Solene Rapenne
On Sun, 19 Sep 2021 17:03:54 +0200 Landry Breuil : > Le Sat, Sep 18, 2021 at 10:10:40AM +0200, Solene Rapenne a écrit : > > It seems sysutils/pkg_mgr is broken. The UI displays fine but any > > attempt to apply changes (install or deletion) or simulate changes > > will exit

sysutils/pkg_mgr is broken

2021-09-18 Thread Solene Rapenne
It seems sysutils/pkg_mgr is broken. The UI displays fine but any attempt to apply changes (install or deletion) or simulate changes will exit pkg_mgr with no error message. Currently, its only use is to display packages installed and what can be installed.

Re: lang/sbcl update

2021-09-16 Thread Solene Rapenne
On Thu, 16 Sep 2021 10:29:28 +0200 Omar Polo : > Solene Rapenne writes: > > > this updates lang/sbcl to latest version, I didn't had reply for my > > previous mail for the 2.1.7 update > > > > tested on amd64, with and without threads > > stumpwm still

Re: [new] textproc/py-pypandoc for editors/apostrophe

2021-09-16 Thread Solene Rapenne
On Thu, 16 Sep 2021 19:02:23 +0200 Omar Polo : > Solene Rapenne writes: > > > On Thu, 16 Sep 2021 09:04:37 +0200 > > Omar Polo : > > > >> Solene Rapenne writes: > >> > >> > Import a simple python dependency for editors/apostrophe >

update our very old productivity/osmo

2021-09-16 Thread Solene Rapenne
this update osmo to latest version released july 2020 from our version released in 2014. Works fine on amd64, tested on a system with 0 package prior to install The patch isn't useful anymore. Index: Makefile === RCS file: /home/rep

Re: [new] textproc/py-pypandoc for editors/apostrophe

2021-09-16 Thread Solene Rapenne
On Thu, 16 Sep 2021 09:04:37 +0200 Omar Polo : > Solene Rapenne writes: > > > Import a simple python dependency for editors/apostrophe > > > > I generated it with portgen, checked version, DESCR, PLIST, licensing. > > I didn't add pandoc as a dependency becau

  1   2   3   4   5   6   7   8   >