pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/kicad



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Nov 20 01:29:50 UTC 2024

Modified Files:
        pkgsrc/cad/kicad: Makefile distinfo options.mk
Removed Files:
        pkgsrc/cad/kicad/patches: patch-3d-viewer_3d__cache_3d__cache.cpp
            patch-common_kiid.cpp

Log Message:
(cad/kicad) Update 8.0.5 to 8.0.6

(pkgsrc)
 - Two patches are dropped, upstream has them
 - Reduce pkglint flag
  (move c++17 to USE_CXX_FEATURES and endline space issue)

(upstream)
KiCad 8.0.6 (2024-10-24):

Schematic Editor

- Do not create empty labels when the pin has no name. #18535
- Fix output when printing custom font in drawing sheet. #18579
- Fix broken symbol links when importing CADSTAR schematics. #17143
- Fix annotation issue loading legacy schematics. #18779
- Decode UTF-8 for component field values in backannotation
  parser. #18406

Spice Simulator

- Make simulation warnings non-fatal. #18143
- Fix contrast and update issues with simulation cursors. #18390
- Use shown E24 tune values. #18746

Board Editor

- Fix crash when enabling filled shape properties in a text
  box. #18640
- Update track widths during routing.
- Fix crash when opening version 3 legacy board file. #18553
- Correctly mirror dimensions when placed on back silk screen
  layer. #18643
- Import POURED items as zone fills from EasyEDA/LCEDA Pro v2.2+ board
  files. #18664
- Make "Move Corner To…​" use defined grid origin. #18479
- Use correct radius when expanding to polygon, rule area, or zone
  from selection. #18724
- Correctly show ratsnest lines for graphical items with nets. #18774
- Prevent text box from moving when continuously flipping. #18797
- Convert small arcs in line chain to segments to avoid overflow
  issues in Altium importer.
- Improve default textbox alignment in Altium importer.

Footprint Editor

- Allow removing default field values from text items. #18663

Gerber Viewer

- Fix loading Gerber files with long line lengths. #18890

Command Line Interface

- Ensure plotted layers in gerber export are restricted to enabled
  layers. #18811

Windows

- Bump wxWidgets version to 3.2.6.
- Bump wxPython version to 4.2.2.
- Bump ngspce version to 43.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/cad/kicad/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/cad/kicad/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cad/kicad/options.mk
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/cad/kicad/patches/patch-3d-viewer_3d__cache_3d__cache.cpp \
    pkgsrc/cad/kicad/patches/patch-common_kiid.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/kicad/Makefile
diff -u pkgsrc/cad/kicad/Makefile:1.104 pkgsrc/cad/kicad/Makefile:1.105
--- pkgsrc/cad/kicad/Makefile:1.104     Sun Nov 17 07:15:37 2024
+++ pkgsrc/cad/kicad/Makefile   Wed Nov 20 01:29:49 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.104 2024/11/17 07:15:37 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2024/11/20 01:29:49 mef Exp $
 #
 
-V=             8.0.5
+V=             8.0.6
 DISTNAME=      kicad-${V}
-PKGREVISION=   5
 CATEGORIES=    cad
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=kicad/code/}
 GITLAB_PROJECT=        kicad
@@ -19,8 +18,8 @@ TOOL_DEPENDS+=        swig4-[0-9]*:../../devel/
 DEPENDS+=      git-base-[0-9]*:../../devel/git-base
 
 USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES=         c c++17
-USE_CXX_FEATURES+=     charconv filesystem
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES+=     charconv filesystem c++17
 USE_TOOLS+=            pkg-config msgfmt msgmerge xgettext
 
 CMAKE_CONFIGURE_ARGS+=         -DCMAKE_BUILD_TYPE=Release

Index: pkgsrc/cad/kicad/distinfo
diff -u pkgsrc/cad/kicad/distinfo:1.28 pkgsrc/cad/kicad/distinfo:1.29
--- pkgsrc/cad/kicad/distinfo:1.28      Fri Oct  4 04:25:35 2024
+++ pkgsrc/cad/kicad/distinfo   Wed Nov 20 01:29:49 2024
@@ -1,14 +1,12 @@
-$NetBSD: distinfo,v 1.28 2024/10/04 04:25:35 ryoon Exp $
+$NetBSD: distinfo,v 1.29 2024/11/20 01:29:49 mef Exp $
 
-BLAKE2s (kicad-8.0.5.tar.bz2) = ca70a7b38c5e9c51dccc89185723672884ffb524513ff60d14b23e2d07094b29
-SHA512 (kicad-8.0.5.tar.bz2) = a093debe0029d18db89d341ce1767a7cc2cf0598c5e36be2781ba6d72c25a8fbd16e12d7c9f184f3628984be31c375000fd5b702ccc9851702e126aeba15dbea
-Size (kicad-8.0.5.tar.bz2) = 72957862 bytes
-SHA1 (patch-3d-viewer_3d__cache_3d__cache.cpp) = 032a917825991d53adacc30f47ff23bce4674e87
+BLAKE2s (kicad-8.0.6.tar.bz2) = d6d44c5f5469878575b514abe0b6d8bc0d18f56b941c3dcf0fdf4a48b1bab2db
+SHA512 (kicad-8.0.6.tar.bz2) = 6c35830c9314b801970a4af4100e3ffc30d1c4eaea9a806f8c23f22d2d3d46743d70b9748b757f0b990b9e394aa97edf45da0d484274faa2f20ba1d83ff6b7b4
+Size (kicad-8.0.6.tar.bz2) = 72953578 bytes
 SHA1 (patch-3d-viewer_3d_cache_sg_CMakeLists.txt) = c6e55d62646e890ba02b2a56dc3481f75ffba8a0
 SHA1 (patch-CMakeLists.txt) = c0d017d3b8b202004dff71386da451fd81ede969
 SHA1 (patch-cmake_config.h.cmake) = 325b9c81e90477152b778e04c4fabe41548aa51d
 SHA1 (patch-common_import__gfx_dxf__import__plugin.cpp) = 9ba67a398f9d9c0bd487b0cc5a8954be9cf8e274
-SHA1 (patch-common_kiid.cpp) = 9d896d7ff858f2bf2ed79522941cdd63cda10ad8
 SHA1 (patch-cvpcb_CMakeLists.txt) = a839b465f73727786495dace80c1706d457b33e4
 SHA1 (patch-eeschema_CMakeLists.txt) = 89d5b25822f6d5856f827823e0646be80cbbfcb4
 SHA1 (patch-eeschema_sim_kibis_ibis__parser.cpp) = e173ccb32679174033540395e321abaee9eb2200

Index: pkgsrc/cad/kicad/options.mk
diff -u pkgsrc/cad/kicad/options.mk:1.2 pkgsrc/cad/kicad/options.mk:1.3
--- pkgsrc/cad/kicad/options.mk:1.2     Sun Aug 25 06:18:26 2024
+++ pkgsrc/cad/kicad/options.mk Wed Nov 20 01:29:49 2024
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2024/08/25 06:18:26 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2024/11/20 01:29:49 mef Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kicad
-PKG_SUPPORTED_OPTIONS= ng-spice 
-PKG_SUGGESTED_OPTIONS= ng-spice 
+PKG_SUPPORTED_OPTIONS= ng-spice
+PKG_SUGGESTED_OPTIONS= ng-spice
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index