Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KiCad: update to 8.0.1 #22894

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

KiCad: update to 8.0.1 #22894

wants to merge 3 commits into from

Conversation

mojca
Copy link
Member

@mojca mojca commented Mar 4, 2024

Description

This is a preliminary attempt to upgrade KiCad to version 8.0.1.

When building 8.0.0 on 10.13 I had to work around a compiler error in json code (which I'm no longer able to reproduce with 8.0.1 on macOS 13, but I no longer have access to 10.13).

This version kind of works for me, but it is possibly problematic as it reverts a bugfix that would require a patched version of wxWidgets. No idea yet what to do with it.

Tested on

macOS 10.13.6 17G14042 x86_64
Xcode 10.1 10B61

macOS 13.6.5 22G621 x86_64
Command Line Tools 14.3.1.0.1.1683849156

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint --nitpick?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

@macportsbot
Copy link

Notifying maintainers:
@ra1nb0w for port kicad.

@macportsbot macportsbot added type: update maintainer: open Affects an openmaintainer port by: member Created by a member with commit rights labels Mar 4, 2024
If this code is not commented out, two library references (kicommon, kigal)
become broken, i.e. do not point to the correct path.
@mojca mojca changed the title KiCad: update to 8.0.0 KiCad: update to 8.0.1 Mar 17, 2024
@@ -121,6 +124,7 @@ if {${name} eq ${subport}} {
}

subport kicad-docs {
version 8.0.0-rc3
Copy link
Member Author

@mojca mojca Mar 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is taken from a third-party source that doesn't host the latest documentation yet. Alternative would be to generate documentation from source.

@pmetzger
Copy link
Member

This seems to have been stuck for some time. Also, 8.0.2 is out now.

@pmetzger
Copy link
Member

@mojca Should we close this until you can devote more time to it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by: member Created by a member with commit rights maintainer: open Affects an openmaintainer port type: update
4 participants