Version: 6.0.6, Package name: kicad-6.0.6 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Kicad is an open source software for the creation of electronic schematic diagrams and printed circuit board artwork. Kicad is a set of four pieces of software and a project manager: * Eeschema: Schematic entry. * Pcbnew: Board editor. * Gerbview: GERBER viewer (photoplotter documents). * Cvpcb: footprint selector for components used in the circuit design. * Kicad: project manager. |
Filesize: 44029.54 KB |
Version History (View Complete History) |
|
2021-11-22 07:55:54 by Tracey Emery | Files touched by this commit (12) |
Log message: Update kicad and kicad-share to 5.12.1. ok sdk@ |
2021-11-13 06:12:31 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: kicad doesn't build on riscv64. Also disable kicad-share. |
2021-11-01 18:00:17 by Stuart Henderson | Files touched by this commit (85) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-10-20 05:44:03 by Stuart Henderson | Files touched by this commit (1) |
Log message: update HOMEPAGE to kicad.org https://forum.kicad.info/t/warning-avoid-all-links-to-kicad-pcb-org-use-kicad-org/31521 |
2021-07-14 10:28:08 by Tracey Emery | Files touched by this commit (11) |
Log message: Update cad/kicad and cad/kicad-share to version 5.1.10. Original diff from Stefan Hagen. Thanks! Tweaks and LGTM from sthen@ |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-19 07:48:58 by Tracey Emery | Files touched by this commit (8) |
Log message: Update cad/kicad to 5.1.7. ok benoit@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-06-09 11:09:24 by Charlene Wendling | Files touched by this commit (1) |
Log message: kicad-share/*: add powerpc to NOT_FOR_ARCHS Kicad being broken on powerpc, it's useless to build these ports there. Add a reminder in cad/kicad/Makefile to sync cad/kicad-share/Makefile.inc with archs where kicad is not built. input and OK sthen@, OK kirby@ |
2020-04-30 15:05:03 by Charlene Wendling | Files touched by this commit (2) |
Log message: cad/{kicad,oce}: mark BROKEN-powerpc Kicad's PCB editor, its main feature, leads to segfaults. oce, whose only consumer is Kicad, takes 53 hours to build in the lastest macppc bulk. Mark them BROKEN to save bulk time. While here move Kicad's homepage to https. ok jca@ tracey@ sthen@ |
2020-04-02 08:48:27 by Tracey Emery | Files touched by this commit (8) |
Log message: Enable python scripting support for Kicad. Input sthen@ kn@ OK kn@ kmos@ paco@ |
2019-12-28 08:53:54 by Stuart Henderson | Files touched by this commit (1) |
Log message: kicad couldn't be built with ninja with the random build ordering; this is now working following the patch to ninja so remove USE_NINJA=No. The failure here was netlist_reader.h depending on generated netlist_lexer.h; however the input files used by cmake to generate the ninja build files do list this dependency. |
2019-12-10 16:09:48 by Stuart Henderson | Files touched by this commit (12) |
Log message: update to kicad-5.1.5, from Tracey Emery (plus I regenerated plists for kicad) |
2019-11-08 07:43:53 by Stuart Henderson | Files touched by this commit (40) |
Log message: update to kicad-5.1.4, unbreaking the port. Much work from Tracey Emery (this is basically a new port) with various feedback from bentley/me. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2019-01-02 05:44:53 by Jeremie Courreges-Anglas | Files touched by this commit (4) |
Log message: BROKEN following the wxWidgets3 update ok ajacoutot@ landry@ giovanni@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-07-01 12:33:39 by Marc Espie | Files touched by this commit (166) |
Log message: @tag update-mime-database |
2018-06-29 16:16:37 by Marc Espie | Files touched by this commit (950) |
Log message: @tag gtk-update-icon-cache |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2018-04-24 10:21:10 by Marc Espie | Files touched by this commit (9) |
Log message: make kicad okay again post clang6 |
2017-12-29 02:22:22 by Rafael Sadowski | Files touched by this commit (2) |
Log message: fix build with clang + boost 1.65.1 Simple fix: replace all BOOST_FOREACH with iterator for-loop Spotted by naddy@, sthen@, ajacoutot@ in different bulks |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2015-03-27 02:11:29 by Antoine Jacoutot | Files touched by this commit (57) |
Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2014-11-04 07:58:39 by David Coppa | Files touched by this commit (2) |
Log message: Zap '-O2' optimization |
2011-05-04 05:59:45 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: add master site for the docs. spotted by naddy@ |
2011-05-03 12:31:15 by Jasper Lievisse Adriaanse | Files touched by this commit (20) |
Log message: - update kicad to 20100505 * update homepage * re-order Makefile * various other tweaks/fixes |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-11-06 10:07:01 by Marc Espie | Files touched by this commit (25) |
Log message: move gettext to new WANTLIB |
2010-10-24 15:04:39 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Remove USE_X11. |
2010-10-23 12:35:23 by Stuart Henderson | Files touched by this commit (7) |
Log message: revision/new lib_depends |
2010-10-19 13:45:54 by Marc Espie | Files touched by this commit (7) |
Log message: LIB_DEPENDS -> WANTLIB |
2008-02-02 02:51:05 by Steven Mestdagh | Files touched by this commit (6) |
Log message: fix LIB_DEPENDS after wxWidgets update |
2007-09-15 15:36:57 by Simon Bertrang | Files touched by this commit (10) |
Log message: remove surrounding quotes from COMMENT/PERMIT_* |
2007-06-10 11:55:00 by Nikolay Sturm | Files touched by this commit (1) |
Log message: one distfile changed from .zip to .tgz, no PKGNAME bump needed noticed by Antti Harri <iku at openbsd.fi> |
2007-04-16 08:13:14 by Steven Mestdagh | Files touched by this commit (4) |
Log message: use .tgz instead of .zip archive which is no longer available pointed out by david@ some time ago regen patches while here. no bump needed. |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2007-02-10 17:21:11 by Steven Mestdagh | Files touched by this commit (1) |
Log message: USE_X11 |
2007-02-06 00:16:34 by Steven Mestdagh | Files touched by this commit (5) |
Log message: update to kicad-2007-01-15 also tested by simon@ and Benoit Lecocq <blq at arcane-labs.net> |