Re: [update] editors/vis 0.8 -> 0.9 **ping**

2024-05-14 Thread Johannes Thyssen Tishman
2024-05-05T23:53:00Z "James Cook" : > A bit more info: > > I get the same result on my laptop. (The bug I mentioned in my > previous email was a broken version of dwz; pkg_add -u dwz fixed > it.) Thanks for looking into this James, I think I've found the issue. If you look at line 539 of the test.

[update] net/soju 0.7.0 -> 0.8.0

2024-05-23 Thread Johannes Thyssen Tishman
Please find below an update for net/soju to version 0.8.0. Builds and runs fine, however testing would be appreciated as I'm running it on -stable and I haven't been able to build the package for -stable yet. Index: Makefile === RCS f

Re: [new] graphics/coin

2024-06-02 Thread Johannes Thyssen Tishman
2024-06-02T08:59:01Z "Rafael Sadowski" : > Looks good. There is already 4.0.2 released, but if anyone wants to > import it, ok rsadowski. Thanks for reviewing this forgotten port Rafael. Attached is version 4.0.2 which has the following changes: - Use preferred DISTNAME and SITES over GH_* (relea

Re: [wip] devel/{pyside6,pyside6-tools,shiboken6}

2024-06-02 Thread Johannes Thyssen Tishman
2024-06-02T08:43:11Z "Rafael Sadowski" : > Hi Johannes, Hi ports@ > > thanks for your hard work on PySide6. It was a good starting point for > me. (I took the latest tarball) Hi Rafael. Thank you for finishing this port :) > First of all, what have I done: > > - I moved pyside6 into x11/qt6. I wo

Re: [wip] devel/{pyside6,pyside6-tools,shiboken6}

2024-07-07 Thread Johannes Thyssen Tishman
Ping :) 2024-06-18T19:06:19Z Rafael Sadowski : Ping On Mon Jun 10, 2024 at 08:29:35AM GMT, Rafael Sadowski wrote: On Sun Jun 02, 2024 at 09:56:56PM GMT, Johannes Thyssen Tishman wrote: 2024-06-02T08:43:11Z "Rafael Sadowski" : Hi Johannes, Hi ports@ thanks for your hard work on P

Re: [new] graphics/coin

2024-07-07 Thread Johannes Thyssen Tishman
Ping 2024-06-02T17:41:30Z Johannes Thyssen Tishman : 2024-06-02T08:59:01Z "Rafael Sadowski" : Looks good. There is already 4.0.2 released, but if anyone wants to import it, ok rsadowski. Thanks for reviewing this forgotten port Rafael. Attached is version 4.0.2 which has the

Re: UPDATE: mail/aerc to 0.18.0

2024-07-08 Thread Johannes Thyssen Tishman
0 +V =0.18.0 DISTNAME = aerc-$V CATEGORIES = mail HOMEPAGE = https://aerc-mail.org -MAINTAINER = Thim Cederlund +MAINTAINER = Johannes Thyssen Tishman # MIT PERMIT_PACKAGE = Yes Index: distinfo ==

Re: UPDATE: mail/aerc to 0.18.0

2024-07-08 Thread Johannes Thyssen Tishman
2024-07-08T14:02:54Z "Thim Cederlund" : > Hi Johannes, > > "Johannes Thyssen Tishman" wrote: > > Hi Thim, > > > > Thanks for the update. It is very probable that there will be a 0.18.1 > > release soon. Maybe it's better

Re: [new] graphics/coin

2024-07-14 Thread Johannes Thyssen Tishman
2024-07-14T15:36:38Z Anthony J. Bentley : Johannes Thyssen Tishman writes: Ping 2024-06-02T17:41:30Z Johannes Thyssen Tishman : 2024-06-02T08:59:01Z "Rafael Sadowski" : Looks good. There is already 4.0.2 released, but if anyone wants to import it, ok rsadowski. Thanks for revi

[update] net/soju 0.8.0 -> 0.8.1

2024-07-14 Thread Johannes Thyssen Tishman
Please find below an update for net/soju to version 0.8.1. Index: Makefile === RCS file: /cvs/ports/net/soju/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile23 May 2024 18:59:54 - 1.2 +++ Makefile

[update] mail/aerc 0.17.0 -> 0.18.1

2024-07-16 Thread Johannes Thyssen Tishman
rlund +MAINTAINER = Johannes Thyssen Tishman # MIT PERMIT_PACKAGE = Yes Index: distinfo === RCS file: /cvs/ports/mail/aerc/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- distinfo2 Feb 2024 09:46:01 -

www/vimb: add runtime dependency

2023-08-22 Thread Johannes Thyssen Tishman
Hi, it seems that www/vimb requires multimedia/gstreamer1/plugins-libav to play videos on certain websites like instances of Invidious or Odysee (surprisingly YouTube doesn't need it). Therefore, I suggest adding it as a RDEP to the port. Also 'port-lib-depends-check' complained about some missin

Re: www/vimb: add runtime dependency

2023-08-23 Thread Johannes Thyssen Tishman
> As it's not needed for normal use of vimb, it's probably better handled as > a note in DESCR or README than a hard dependency (same is done with ffmpeg > for video playback in Firefox). Understood, I've added a README with the same wording as the one from the Firefox package. For some reason '

[update] www/qutebrowser: 2.5.4 -> 3.0.0

2023-08-24 Thread Johannes Thyssen Tishman
Hi, please find below a diff to update www/qutebrowser to version 3.0.0. Qutebrowser defaults to using PyQt6 now, but we fallback to PyQt5 since PyQt6 hasn't been ported to OpenBSD yet. Kind regards, Johannes Index: Makefile === RCS

Re: [NEW]textproc/typst

2023-08-28 Thread Johannes Thyssen Tishman
Hi, please find attached version 0.7.0 of the typst port. I made the following changes: - Dropped patch-Cargo.toml due to update upstream - Updated crates list - Added missing WANTLIBS The crates list generated by 'make modcargo-gen-crates' was missing the iai package even though it is listed in

[fix] cad/oce: unreplaced variable on cmake files

2023-08-31 Thread Johannes Thyssen Tishman
Hi, The following cmake files installed by cad/oce contain a variable (${OCCT_INSTALL_BIN_LETTER}) that should've been replaced during installation: /usr/local/lib/cmake/opencascade/OpenCASCADEApplicationFrameworkTargets-release.cmake /usr/local/lib/cmake/opencascade/OpenCASCADEDataExchangeTarget

Install port dependencies from packages?

2023-08-31 Thread Johannes Thyssen Tishman
Hi, Is there is a way to install all {BUILD,LIB,RUN} dependencies before trying to build a port by using packages (pkg_add)? What I've been doing is using the list provided by 'make {build,run,lib}-depends-list', parsing the output and installing them manually. With the -a flag from pkg_add I can

Re: Install port dependencies from packages?

2023-08-31 Thread Johannes Thyssen Tishman
Aug 31, 2023 23:27:24 Morgan Aldridge : > On Thu, Aug 31, 2023 at 17:17 Johannes Thyssen Tishman > wrote: > Hi, > > Is there is a way to install all {BUILD,LIB,RUN} dependencies before > trying to build a port by using packages (pkg_add)? What I've been > doing is

Re: Install port dependencies from packages?

2023-08-31 Thread Johannes Thyssen Tishman
Aug 31, 2023 23:29:12 Matthias Kilian : > Hi, > > On Thu, Aug 31, 2023 at 11:16:06PM +0200, Johannes Thyssen Tishman wrote: >> Is there is a way to install all {BUILD,LIB,RUN} dependencies before >> trying to build a port by using packages (pkg_add)? > > See FET

Re: [fix] cad/oce: unreplaced variable on cmake files

2023-09-03 Thread Johannes Thyssen Tishman
*ping* Aug 31, 2023 22:58:50 Johannes Thyssen Tishman : > Hi, > > The following cmake files installed by cad/oce contain a variable > (${OCCT_INSTALL_BIN_LETTER}) that should've been replaced during > installation: > > /usr/local/lib/cmake/opencascade/OpenCASCADEA

Re: [fix] cad/oce: unreplaced variable on cmake files

2023-09-03 Thread Johannes Thyssen Tishman
Klemens Nanni wrote: > On Sun, Sep 03, 2023 at 04:32:24PM +0200, Johannes Thyssen Tishman wrote: > > *ping* > > > > Aug 31, 2023 22:58:50 Johannes Thyssen Tishman : > > You can usually give it a week before pinging, four days is a little hasty, > especially si

Re: [fix] cad/oce: unreplaced variable on cmake files

2023-09-04 Thread Johannes Thyssen Tishman
> Committed, thanks. Awesome, thanks!

Re: NEW: cad/prusa-slicer 2.5.2

2023-09-08 Thread Johannes Thyssen Tishman
Sep 7, 2023 04:35:04 Renato Aguiar : > Attached a port of PrusaSlicer 2.5.2. It still needs more testing, but basic > use case of generating G-Code from STL models seems to be working on my amd64 > machine. Awesome, thank you! Compiled and started just fine. I haven't printed anything but I ha

[update] math/cgal + cad/openscad revision

2023-09-17 Thread Johannes Thyssen Tishman
Hello everyone, attached is both an update for CGAL from version 4.14.2 to the latest 5.6 and a revision to OpenSCAD to work with the CGAL update. Note that these are to be imported together to keep OpenSCAD from breaking. Despite being actively developed, OpenSCAD hasn't seen a release since 202

Re: [update] math/cgal + cad/openscad revision

2023-09-17 Thread Johannes Thyssen Tishman
Apologies for the poor formatting. I had 'textwidth' set to 80 characters. Fixed below. Johannes Thyssen Tishman wrote: > Hello everyone, > > attached is both an update for CGAL from version 4.14.2 to the latest > 5.6 and a revision to OpenSCAD to work with the CGAL upd

[new] graphics/coin

2023-09-18 Thread Johannes Thyssen Tishman
Hi, Please find attached a port for the coin library. This library will be needed by FreeCAD in the future. From DESCR: Coin is an OpenGL based, retained mode 3D graphics rendering library. It is implemented in C++ and publicly released with the source code open for your perusal. The application

[wip] devel/{pyside6,pyside6-tools,shiboken6}

2023-09-19 Thread Johannes Thyssen Tishman
dual ones in case anyone wants to check them out. I'd be very grateful for any guidance or feedback anyone could provide. Thank you. Kind regards, Johannes Thyssen Tishman [1] https://github.com/freebsd/freebsd-ports/tree/main/devel/pyside6 [2] https://github.com/freebsd/freebsd-ports/tree/

Re: [wip] devel/{pyside6,pyside6-tools,shiboken6}

2023-09-20 Thread Johannes Thyssen Tishman
Hi Stuart, > What is more of a problem for the all-in-one approach is that building > some parts requires finding python modules done as part of the shiboken > build, and the way that the build is being run in this port, that > doesn't work, it's not passing in a PYTHONPATH that allows it to find

Re: [wip] devel/{pyside6,pyside6-tools,shiboken6}

2023-09-20 Thread Johannes Thyssen Tishman
> It would need to be overridden, I tried it a few ways and eventually hit > on the approach in the attached tar. It's still a bit hacked together > and some parts done in a quick-and-dirty way but it does at least start > building ok (still running). > > MODPY_PYBUILD is mostly for ports using py

Re: [new] graphics/coin

2023-09-25 Thread Johannes Thyssen Tishman
*ping* Sep 18, 2023 13:55:20 Johannes Thyssen Tishman : > Hi, > > Please find attached a port for the coin library. This library will be > needed by FreeCAD in the future. > > From DESCR: > Coin is an OpenGL based, retained mode 3D graphics rendering library. > It i

Re: [update] math/cgal + cad/openscad revision

2023-09-25 Thread Johannes Thyssen Tishman
*ping* Sep 17, 2023 22:08:53 Johannes Thyssen Tishman : > Apologies for the poor formatting. I had 'textwidth' set to 80 > characters. Fixed below. > > Johannes Thyssen Tishman wrote: >> Hello everyone, >> >> attached is both an update for CGAL from v

Re: [wip] devel/{pyside6,pyside6-tools,shiboken6}

2023-09-27 Thread Johannes Thyssen Tishman
Has anyone been able to test this? Sep 20, 2023 15:29:37 Johannes Thyssen Tishman : >> It would need to be overridden, I tried it a few ways and eventually hit >> on the approach in the attached tar. It's still a bit hacked together >> and some parts done in a quick-and-d

Ports-tree fetch: No space left on device

2023-10-01 Thread Johannes Thyssen Tishman
Hi, I'm trying to update my ports tree with 'cvs -q up -Pd -A' and I'm getting the following error: > cannot create_adm_p /tmp/cvs-serv54231/textproc/cdiff > No space left on device >From this I assume that there may not be enough space on /tmp but based on the output of 'df -h' it should: File

Re: Ports-tree fetch: No space left on device

2023-10-01 Thread Johannes Thyssen Tishman
> Rogier > > > On Sun, 1 Oct 2023 at 15:28, Johannes Thyssen Tishman < > li...@thyssentishman.com> wrote: > > > Hi, > > > > I'm trying to update my ports tree with 'cvs -q up -Pd -A' and I'm > > getting the following error: >

Re: Ports-tree fetch: No space left on device

2023-10-01 Thread Johannes Thyssen Tishman
Marcus MERIGHI wrote: > Hello, > > li...@thyssentishman.com (Johannes Thyssen Tishman), 2023.10.01 (Sun) 16:27 > (CEST): > > I'm trying to update my ports tree with 'cvs -q up -Pd -A' and I'm > > getting the following error: > > > >

Re: Ports-tree fetch: No space left on device

2023-10-01 Thread Johannes Thyssen Tishman
Stuart Henderson wrote: > On 2023/10/01 16:27, Johannes Thyssen Tishman wrote: > > Hi, > > > > I'm trying to update my ports tree with 'cvs -q up -Pd -A' and I'm > > getting the following error: > > > > > cannot create_adm_p /

Re: NEW: x11/qt6/{qtwebengine,qtwebview}

2023-10-01 Thread Johannes Thyssen Tishman
Hi Rafael, Thank you for your hard work. > I know the ports tree is locked for new ports. I want to ask for OKs to > import after the look. I also know that no one is willing to build such > a monster of code. In addition, there is still no consumers for testing > that uses it. > > Of course bu

Re: NEW: x11/qt6/{qtwebengine,qtwebview}

2023-10-01 Thread Johannes Thyssen Tishman
> New file attached. I used gtar to a not lose files (too long). The new > tarball includes all 3 ports. Yep, it's building now. I'll leave it to compile overnight. As you said, it'll surely keep my place nice and warm ;) I'll report back tomorrow. Thanks!

Re: NEW: x11/qt6/{qtwebengine,qtwebview}

2023-10-02 Thread Johannes Thyssen Tishman
Oct 1, 2023 22:09:23 Johannes Thyssen Tishman : >> New file attached. I used gtar to a not lose files (too long). The new >> tarball includes all 3 ports. > > Yep, it's building now. I'll leave it to compile overnight. As you > said, it'll surely keep my pla

Re: [update] math/cgal + cad/openscad revision

2023-10-11 Thread Johannes Thyssen Tishman
*ping* Johannes Thyssen Tishman wrote: > *ping* > > Sep 17, 2023 22:08:53 Johannes Thyssen Tishman : > > > Apologies for the poor formatting. I had 'textwidth' set to 80 > > characters. Fixed below. > > > > Johannes Thyssen Tishman wrote: >

Re: [update] math/cgal + cad/openscad revision

2023-10-11 Thread Johannes Thyssen Tishman
Oct 11, 2023 17:01:11 Ian Darwin : > Sorry I missed that - could you please re-send me the patch? Hi Ian. All good. Please find both diffs attached. Thanks Johannes > Thanks > Ian > > On Wed, Oct 11, 2023 at 04:27:04PM +0200, Johannes Thyssen Tishman wrote: >> *ping* &g

Re: [update] math/cgal + cad/openscad revision

2023-10-14 Thread Johannes Thyssen Tishman
Hi Klemens. Thanks for the feedback. > The existing CMakeLists.txt no longer applies, but it looks like > you no longer needed it, perhaps forgot to 'cvs rm -f' it? Yup, thanks. > > -MASTER_SITES = > > https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14.2/ > > +SITES

Re: [maintainer update] sysutils/fzf 0.43.0

2023-10-16 Thread Johannes Thyssen Tishman
Laurent Cheylus wrote: > Hi, > > update of sysutils/fzf for version 0.43.0 > Changelog: https://github.com/junegunn/fzf/releases/tag/0.43.0 > > - update of Makefile, distinfo and modules.inc for v0.43.0 > - simplify WRKDIST in Makefile > - add a patch to fix issue with 'fzf --listen' command (ad

Weird $TERM based curses behaviour

2023-10-18 Thread Johannes Thyssen Tishman
Hi all, I recently upgraded my system to the latest snapshot and started having issues with curses based applications on xterm. The problem seems to be related to using a terminal name other than the default 'xterm'. Some examples below with 'XTerm.termName' set to xterm{,-16color,-256color} on my

Re: Weird $TERM based curses behaviour

2023-10-18 Thread Johannes Thyssen Tishman
Theo Buehler wrote: > > I recently upgraded my system to the latest snapshot and started > > having issues with curses based applications on xterm. The problem > > seems to be related to using a terminal name other than the default > > 'xterm'. Some examples below with 'XTerm.termName' set to > >

[new] cad/opencascade

2023-10-19 Thread Johannes Thyssen Tishman
Please find attached a port for opencascade (occt) intended for the replacement of the outdated and unmaintained[1] cad/oce in cad/{kicad,prusaslicer} (and for a future FreeCAD port). For context, oce is a community driven fork of the Open CASCADE library (occt) which is also why the ports share a

Re: [new] cad/opencascade

2023-10-21 Thread Johannes Thyssen Tishman
Stuart Henderson wrote: > On 2023/10/20 11:53, Ian Darwin wrote: > > Thanks for picking this up and finishing it! > > I'm OK with your being opencascade maintainer. > > > > I built the opencascade and prusaslicer 2.5.2p1 and that seems to work as > > before. Didn't test kicad but it's a trivial c

Re: [update] math/cgal + cad/openscad revision

2023-10-22 Thread Johannes Thyssen Tishman
Oct 15, 2023 00:10:08 Johannes Thyssen Tishman : > Hi Klemens. Thanks for the feedback. > >> The existing CMakeLists.txt no longer applies, but it looks like >> you no longer needed it, perhaps forgot to 'cvs rm -f' it? > > Yup, thanks. > >>> -M

Re: [update] math/cgal + cad/openscad revision

2023-10-29 Thread Johannes Thyssen Tishman
Oct 23, 2023 07:57:35 Johannes Thyssen Tishman : > Oct 15, 2023 00:10:08 Johannes Thyssen Tishman : > >> Hi Klemens. Thanks for the feedback. >> >>> The existing CMakeLists.txt no longer applies, but it looks like >>> you no longer needed it, perhaps forgot t

[revision] mail/aerc: Use FLAVOR for notmuch

2023-11-14 Thread Johannes Thyssen Tishman
Hi, the subject pretty much says it all. Just like with neomutt, I'd like to suggest making the notmuch dependency optional through a FLAVOR. Cc'd maintainer. Thanks. Kind regards, Johannes Index: Makefile === RCS file: /cvs/ports/

Porting for -stable from -current

2023-11-17 Thread Johannes Thyssen Tishman
Hi, I'm working on a port that I want to run on one of my servers and it just hit me that it will most probably not work since I run -stable on it (the dependencies versions don't match). I thought about re-making the port for stable by fetching a -stable ports tree on the server directly, but the

Re: Porting for -stable from -current

2023-11-17 Thread Johannes Thyssen Tishman
2023-11-17T15:12:22Z, "Omar Polo" : > On 2023/11/17 13:50:16 +0000, "Johannes Thyssen Tishman" > wrote: > > Hi, > > > > I'm working on a port that I want to run on one of my servers and > > it just hit me that it will most probably n

[new] net/soju

2023-11-22 Thread Johannes Thyssen Tishman
please find attached a port for soju, an IRC bouncer. from pkg/DESCR: > soju is a user-friendly IRC bouncer. soju connects to upstream IRC > servers on behalf of the user to provide extra functionality. soju > supports many features such as multiple users, numerous IRCv3 > extensions, chat history

[new] net/senpai

2023-11-22 Thread Johannes Thyssen Tishman
please find attached a port for senpai, an IRC client. from pkg/DESCR: > senpai is an IRC client that works best with bouncers: > > - no logs are kept, > - history is fetched from the server via CHATHISTORY, > - networks are fetched from the server via bouncer-networks, > - messages can be search

Re: [new] net/soju

2023-11-23 Thread Johannes Thyssen Tishman
2023-11-22T17:49:18Z "Johannes Thyssen Tishman" : > please find attached a port for soju, an IRC bouncer. > > from pkg/DESCR: > > soju is a user-friendly IRC bouncer. soju connects to upstream IRC > > servers on behalf of the user to provide extra functionality.

Re: [new] net/soju

2023-11-27 Thread Johannes Thyssen Tishman
2023-11-22T17:49:18Z "Johannes Thyssen Tishman" : > please find attached a port for soju, an IRC bouncer. > > from pkg/DESCR: > > soju is a user-friendly IRC bouncer. soju connects to upstream IRC > > servers on behalf of the user to provide extra functionality.

Re: [new] net/soju

2023-11-29 Thread Johannes Thyssen Tishman
2023-11-27T19:43:36Z "Johannes Thyssen Tishman" : > 2023-11-22T17:49:18Z "Johannes Thyssen Tishman" : > > > please find attached a port for soju, an IRC bouncer. > > > > from pkg/DESCR: > > > soju is a user-friendly IRC bouncer. soju connects t

Re: [new] net/senpai

2023-11-29 Thread Johannes Thyssen Tishman
2023-11-22T17:55:02Z "Johannes Thyssen Tishman" : > please find attached a port for senpai, an IRC client. > > from pkg/DESCR: > > senpai is an IRC client that works best with bouncers: > > > > - no logs are kept, > > - history is fetched from the

Re: [new] net/senpai

2023-11-29 Thread Johannes Thyssen Tishman
2023-11-29T20:29:42Z "Moritz Buhl" : > On Wed, Nov 29, 2023 at 07:53:05PM +0000, Johannes Thyssen Tishman wrote: > > 2023-11-22T17:55:02Z "Johannes Thyssen Tishman" : > > > > > please find attached a port for senpai, an IRC client. > > > >

Re: [new] net/soju

2023-12-06 Thread Johannes Thyssen Tishman
2023-12-06T11:13:31Z "Stuart Henderson" : > There's a mixture of /etc and ${SYSCONFDIR} for the same dir, and some > use of VARBASE which isn't really quite right (should either be just > /var, or LOCALSTATEDIR, which is already in SUBST_VARS by default, as is > SYSCONFDIR). Here's one possible dif

Re: [new] net/senpai

2023-12-06 Thread Johannes Thyssen Tishman
2023-12-06T11:03:05Z "Stuart Henderson" : > Set "MAKE_FLAGS = GIT=" then you can drop the patch and WRKDIST setting. > With that, ok sthen I missed that, clever! I've already submitted a patch to fix this upstream. Please find the updated port attached. Thanks Stuart. senpai-0.3.0.tar.gz Descrip

Re: [new] net/senpai

2023-12-06 Thread Johannes Thyssen Tishman
2023-12-06T12:25:05Z "Johannes Thyssen Tishman" : > 2023-12-06T11:03:05Z "Stuart Henderson" : > > Set "MAKE_FLAGS = GIT=" then you can drop the patch and WRKDIST setting. > > With that, ok sthen > > I missed that, clever! I've already s

Re: What might cause a difference in building using the ports system vs trying to build manually?

2023-12-11 Thread Johannes Thyssen Tishman
2023-12-11T12:33:51Z "Matti Viljamaa" : > Yes, sounds reasonable. However, I was then originally misled, because the > author of the working port claimed that it should work with GCC. I'm the author of the linked port and I'm able to compile and test with gcc. Try the patch below, it should work a

Re: [new] net/soju

2023-12-13 Thread Johannes Thyssen Tishman
2023-12-06T12:21:20Z Johannes Thyssen Tishman : > 2023-12-06T11:13:31Z "Stuart Henderson" : >> There's a mixture of /etc and ${SYSCONFDIR} for the same dir, and some >> use of VARBASE which isn't really quite right (should either be just >> /var, or LOCA

Re: [new] net/senpai

2023-12-13 Thread Johannes Thyssen Tishman
2023-12-06T12:31:40Z Johannes Thyssen Tishman : > 2023-12-06T12:25:05Z "Johannes Thyssen Tishman" : >> 2023-12-06T11:03:05Z "Stuart Henderson" : >>> Set "MAKE_FLAGS = GIT=" then you can drop the patch and WRKDIST setting. >>> With

Re: qutebrowser seg fault

2023-03-06 Thread Johannes Thyssen Tishman
Any updates on this? $ qutebrowser ... 16:52:33 WARNING: Unrecognized OpenGL version Segmentation fault (core dumped) $ sysctl kern.version kern.version=OpenBSD 7.3-beta (GENERIC.MP) #1092: Mon Mar 6 01:04:15 MST 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP $ pk

[new] math/p5-graph-easy{-svg}

2023-03-06 Thread Johannes Thyssen Tishman
Hi, im happy to share my first two ports: p5-graph-easy and p5-graph-easy-svg. Graph::Easy lets you convert or render graphs as ASCII, HTML, SVG or via Graphviz. See the manual[1] for examples. The second port is really just an optional dependency to add SVG support. I initially though that it m

Re: [new] math/p5-graph-easy{-svg}

2023-03-07 Thread Johannes Thyssen Tishman
2023-03-07T08:46:59Z Stuart Henderson : > On 2023/03/06 20:44, Johannes Thyssen Tishman wrote: >> Hi, >> >> im happy to share my first two ports: p5-graph-easy and p5-graph-easy-svg. >> >> Graph::Easy lets you convert or render graphs as ASCII, HTML, SVG >

Re: [new] math/p5-graph-easy{-svg}

2023-03-07 Thread Johannes Thyssen Tishman
Hi Stuart, please find attached the ports with the suggested modifications. Thank you very much for your help! Can these be imported to the tree now? Anything else I need to/can do? -- Johannes Thyssen Tishman https://thyssentishman.com p5-Graph-Easy-As_svg.tgz Description: Binary data p5

Re: irrlamb vs ctype.h

2023-12-28 Thread Johannes Thyssen Tishman
2023-12-28T17:58:12Z Theo Buehler : > I could use a set of eyes on this for the case that I'm missing something. > > Newer libcxx pulls in ctype.h which defines _L and _C to flag values, that > doesn't work well with the existing code. This results in this kind of error: > > c++: warning: argume

Re: irrlamb vs ctype.h

2023-12-28 Thread Johannes Thyssen Tishman
2023-12-28T19:21:30Z Theo Buehler : > On Thu, Dec 28, 2023 at 06:48:52PM +0000, Johannes Thyssen Tishman wrote: >> 2023-12-28T17:58:12Z Theo Buehler : >> >>> I could use a set of eyes on this for the case that I'm missing something. >>> >>> Newer

Re: irrlamb vs ctype.h

2023-12-28 Thread Johannes Thyssen Tishman
2023-12-28T19:29:52Z Theo de Raadt : >> To my understanding it's an old BSDism and it's used to implement >> isupper(3), islower(3), etc. > > The names may be old BSD, but this is following a pretty strong ISO rule > that names starting with '_' are in reserved, and trying to use them > yourself

cad/kicad: worth updating?

2024-01-22 Thread Johannes Thyssen Tishman
Hi, I have an update for cad/opencascade (7.7.2 -> 7.8.0) ready, but cad/kicad (one of it's two consumers) won't build with it. While trying to understand why, I noticed that our port for KiCAD is outdated by two major versions. Before I try to work on an update for it, I'd like to ask here if any

Re: cad/kicad: worth updating?

2024-01-26 Thread Johannes Thyssen Tishman
2024-01-22T21:15:42Z Корякин Артём : > "Johannes Thyssen Tishman" writes: > >> I have an update for cad/opencascade (7.7.2 -> 7.8.0) ready, but >> cad/kicad (one of it's two consumers) won't build with it. While >> trying to understand why, I no

Using git mirror instead of CVS for working with ports?

2024-01-30 Thread Johannes Thyssen Tishman
I've been using CVS just fine without any problems. I just feel more comfortable with git. [0] https://github.com/openbsd/ports -- Johannes Thyssen Tishman https://www.thyssentishman.com

Re: Using git mirror instead of CVS for working with ports?

2024-01-31 Thread Johannes Thyssen Tishman
2024-01-30T23:20:52Z Stuart Henderson : > On 2024/01/30 22:58, Johannes Thyssen Tishman wrote: >> Subject says it all. I'm wondering if using the git conversion of the ports >> tree[0] is regarded as a good alternative to CVS for working with ports. Are >> the conversi

Re: Using git mirror instead of CVS for working with ports?

2024-01-31 Thread Johannes Thyssen Tishman
Thanks for the offer Niklas. I mainly only need -current to maintain a couple of ports though, so no need. Thank you anyways. 2024-01-30T23:35:00Z Niklas Hallqvist : > > On 2024-01-31 00:20, Stuart Henderson wrote: >> On 2024/01/30 22:58, Johannes Thyssen Tishman wrote: >>

[update] mail/aerc 0.16.0 -> 0.17.0

2024-02-01 Thread Johannes Thyssen Tishman
Please find below a diff to update mail/aerc to version 0.17.0. There's quite a lot of new features as well as better CVS and OpenBSD support. Changelog: https://git.sr.ht/~rjarry/aerc/refs/0.17.0 Cc'd maintainer. Kind regards, Johannes Index: Makefile ==

Re: [update] mail/aerc 0.16.0 -> 0.17.0

2024-02-01 Thread Johannes Thyssen Tishman
2024-02-01T20:31:35Z "Thim Cederlund" : > Thank you Johannes. Funnily enough I was just about to send a patch > myself but I guess by chance, I just glanced at the inbox and noticed > your mail. Funny how that works sometimes. I certainly could've been more patient and wait a little longer. Sorry

[update] cad/opencascade 7.7.2 -> 7.8.0

2024-02-01 Thread Johannes Thyssen Tishman
ate feedback from someone who does. Both 'port-lib-depends-check' and 'portcheck' are happy with all three ports. -- Johannes Thyssen Tishman https://www.thyssentishman.com Index: Makefile === RCS file: /cvs/p

Re: [update] cad/opencascade 7.7.2 -> 7.8.0

2024-02-08 Thread Johannes Thyssen Tishman
2024-02-01T22:26:04Z "Johannes Thyssen Tishman" : > Please find attached a diff to update cad/opencascade to version > 7.8.0. Additionally, I've attached patches for both it's consumers > cad/{kicad,prusaslicer} to make them work with this update. > > I've

Re: [update] cad/opencascade 7.7.2 -> 7.8.0

2024-02-08 Thread Johannes Thyssen Tishman
2024-02-01T22:26:04Z "Johannes Thyssen Tishman" : > Please find attached a diff to update cad/opencascade to version > 7.8.0. Additionally, I've attached patches for both it's consumers > cad/{kicad,prusaslicer} to make them work with this update. > > I've

Re: [update] mail/aerc 0.17.0 -> 0.18.2

2024-07-31 Thread Johannes Thyssen Tishman
01117-6ea74eb30457 +MODGO_VERSION =v0.0.0-20240729220005-e037c095a049 -V =0.17.0 +V =0.18.2 DISTNAME = aerc-$V CATEGORIES = mail HOMEPAGE = https://aerc-mail.org -MAINTAINER = Thim Cederlund +MAINTAINER = Johannes Thyssen Tishman

Re: UPDATE: devel/tbb 2021.13.0

2024-08-26 Thread Johannes Thyssen Tishman
2024-08-05T04:31:20Z "Renato Aguiar" : > > Update devel/tbb to 2021.13.0, which will help reducing the number of > patches needed in cad/prusaslicer port. > Builds and installs fine on my machine (amd64). I'm currently building graphics/OpenVDB with this new version of devel/tbb (to test the cad/p

[update] net/soju 0.8.1 -> 0.8.2

2024-08-26 Thread Johannes Thyssen Tishman
Please find below an update for net/soju to version 0.8.2. diff /usr/ports commit - 743618ac5a2cbcf99c35c4dd6bb19977f6d2c273 path + /usr/ports blob - 0a82e9c64221c9203c0e3b5d59ace238d9de369f file + net/soju/Makefile --- net/soju/Makefile +++ net/soju/Makefile @@ -1,7 +1,7 @@ COMMENT =

Re: UPDATE: cad/prusaslicer-2.8.0

2024-08-26 Thread Johannes Thyssen Tishman
2024-08-23T04:06:21Z "Renato Aguiar" : > > Here is the diff updating cad/prusaslicer to 2.8.0. This requires > updated devel/libbgcode (20240328) and devel/tbb (2021.13.0) previously > posted to the list. > After compiling graphics/openvdb with the updated devel/tbb (see my reply on the devel/tbb

Re: [update] net/soju 0.8.1 -> 0.8.2

2024-08-26 Thread Johannes Thyssen Tishman
2024-08-26T14:30:30Z "Lucas Raab" : > On Mon, Aug 26, 2024 at 01:57:49PM GMT, Johannes Thyssen Tishman wrote: > > Please find below an update for net/soju to version 0.8.2. > > > > Thanks, committed. I had the same diff running successfully as well Thank you Lucas :)

Re: [update] net/soju 0.8.1 -> 0.8.2

2024-08-27 Thread Johannes Thyssen Tishman
2024-08-26T21:42:06Z "Jon Fineman" : > Thanks for updating soju. > > It looks like sojuctl needs some attention. > > sojuctl --help > sojuctl[22697]: pinsyscalls addr 2b6f5ff19 code 253, pinoff 0x (pin > 330 216ecc000-216eda66d e66d) (libcpin 0 0-0 0) error 78 > Abort trap (core dumped) H

Re: [update] net/soju 0.8.1 -> 0.8.2

2024-08-27 Thread Johannes Thyssen Tishman
2024-08-27T11:08:21Z "Jon Fineman" : > Sorry my bad. For my testing I only compiled this and had not > installed it yet. So when I called sojuctl I accidentally called the > 0.8.1 version. > > The sojuctl 0.8.2 version works. I'm glad it's working now :)

[update] sysutils/trash-d 18 -> 19

2024-08-27 Thread Johannes Thyssen Tishman
Please find below an update for sysutils/trash-d to version 19. I just discovered this port that I'd like to try out and saw that it was outdated. Although there are virtually no changes in this update, Dub now requires SemVer for packages which allows us to drop our patches. Additionally, the ma

Re: [update] sysutils/trash-d 18 -> 19

2024-08-27 Thread Johannes Thyssen Tishman
2024-08-27T11:21:50Z "Johannes Thyssen Tishman" : > Please find below an update for sysutils/trash-d to version 19. > > I just discovered this port that I'd like to try out and saw that it was > outdated. Although there are virtually no changes in this update, Du

Re: [update] sysutils/trash-d 18 -> 19

2024-08-27 Thread Johannes Thyssen Tishman
2024-08-27T13:59:36Z "Stuart Henderson" : > On 2024/08/27 09:49, A Tammy wrote: > > > > On 8/27/24 7:26 AM, Johannes Thyssen Tishman wrote: > > > 2024-08-27T11:21:50Z "Johannes Thyssen Tishman" > > > : > > >> Please find below a

Re: [update] sysutils/trash-d 18 -> 19

2024-08-27 Thread Johannes Thyssen Tishman
2024-08-27T14:16:22Z "Stuart Henderson" : > On 2024/08/27 16:08, Johannes Thyssen Tishman wrote: > > 2024-08-27T13:59:36Z "Stuart Henderson" : > > > On 2024/08/27 09:49, A Tammy wrote: > > > > > > > > On 8/27/24 7:26 AM, Johannes T

Re: [update] sysutils/trash-d 18 -> 19

2024-08-27 Thread Johannes Thyssen Tishman
2024-08-27T14:59:39Z "Stuart Henderson" : > On 2024/08/27 10:56, aisha wrote: > > On 24/08/27 04:19PM, Johannes Thyssen Tishman wrote: > > > 2024-08-27T14:16:22Z "Stuart Henderson" : > > > > On 2024/08/27 16:08, Johannes Thyssen Tishman wrote

[update] print/libharu 2.3.0 -> 2.4.4

2024-08-28 Thread Johannes Thyssen Tishman
Please find below (or attached) an update for print/libharu to version 2.4.4. diff /usr/ports commit - a44d028a155810398a8e3f78e5a7eebb2471e38e path + /usr/ports blob - 41085d94e88765f56d51a4e461f913393bd51a64 file + print/libharu/Makefile --- print/libharu/Makefile +++ print/libharu/Makefile @@ -

Re: [wip] devel/{pyside6,pyside6-tools,shiboken6}

2024-08-29 Thread Johannes Thyssen Tishman
Another friendly ping :) Last tarball attached. 2024-07-07T10:05:06Z Johannes Thyssen Tishman: > Ping :) > > 2024-06-18T19:06:19Z Rafael Sadowski : > > > Ping > > > > On Mon Jun 10, 2024 at 08:29:35AM GMT, Rafael Sadowski wrote: > >> On Sun Jun 02, 2024 at 0

Should implicit {RUN,BUILD,LIB}_DEPENDS be listed?

2024-08-30 Thread Johannes Thyssen Tishman
Given the following scenario: Port A dependencies: X, Y, Z Port B dependencies: A, X, Y, Z Should port B explicitly list the X, Y and Z dependencies in {RUN,BUILD,LIB}_DEPENDS, even if they are pulled by port A already? Thanks.

Re: Should implicit {RUN,BUILD,LIB}_DEPENDS be listed?

2024-08-30 Thread Johannes Thyssen Tishman
2024-08-30T12:02:05Z Landry Breuil: > Le Fri, Aug 30, 2024 at 01:29:53PM +0200, Johannes Thyssen Tishman a écrit : > > Given the following scenario: > > > > Port A dependencies: X, Y, Z > > Port B dependencies: A, X, Y, Z > > > > Should port B explici

Re: Should implicit {RUN,BUILD,LIB}_DEPENDS be listed?

2024-08-30 Thread Johannes Thyssen Tishman
2024-08-30T12:14:11Z Stuart Henderson: > Please list what the port uses itself. > > If b uses XYZ directly then list them, if they're only used through b using > a then don't. > > This makes it easier to identify which ports need testing when a port is > updated without having to look at unnecess

Re: UPDATE: net/crawley-v1.7.8

2024-08-31 Thread Johannes Thyssen Tishman
2024-08-30T20:20:25Z Russ Sharek : Instead of setting MODGO_TEST_TARGET, it would be more ports-idiomatic/clearer to use a `do-test` target like: ``` do-test:     cd ${WRKSRC} && CGO_ENABLED=1 ${MODGO_CMD} test -count 1 -v \     -tags=test -coverprofile="cover.out" ./... ``` Tests are pass

  1   2   3   >