Index | Thread | Search

From:
Rafael Sadowski <rafael@sizeofvoid.org>
Subject:
UPDATE: cad/kicad 10.0.4
To:
ports@openbsd.org
Date:
Thu, 2 Jul 2026 20:55:49 +0200

Download raw body.

Thread
  • Rafael Sadowski:

    UPDATE: cad/kicad 10.0.4

Hello KiCad users,

Attached you'll find a diff for the KiCad update to 10.0.4. As I'm
looking after this monster and receiving a few feedback on it, I'm
adding myself as MAINTAINER.

However, this update contains some interesting port-related changes:

- Added -DBOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED to fix the build with
  Boost. I’ve taken this from other ports.

- Lots of patches like this one:
+-    #elif defined(__linux__) || defined(__APPLE__)
++    #elif defined(__linux__) || defined(__APPLE__) || defined(__OpenBSD__)

- patch-cmake_FindPoppler_cmake I have removed all references to Qt, as
  otherwise we would be linking agents Qt, which makes no sense in this
  port.

OK?