Commit graph

152 commits

Author SHA1 Message Date
Christoph Moench-Tegeder
2df74b48a5 cad/kicad: update kicad and libraries to 7.0.2
Announcement:
  https://www.kicad.org/blog/2023/04/KiCad-7.0.2-Release/

Docs will follow soon.
2023-04-17 21:11:13 +02:00
Christoph Moench-Tegeder
12ebb5e5de cad/kicad: fix failure in certain modes (e.g. exports)
The use of dynamic_case here results in failures (error exits)
and seems to be actually wrong, which is exposed by our clang
(mabe gcc handles this just fine?

PR:		270273
Reported By:	Pero Orsolic
2023-03-24 22:24:45 +01:00
Piotr Kubaj
664f4550a7 cad/kicad: backport powerpc build fix from kicad-devel
LLVM ERROR: out of memory
2023-03-14 19:04:32 +00:00
Christoph Moench-Tegeder
4d31992b4f cad/kicad: update KiCad and libraries to 7.0.1
Announcement: https://www.kicad.org/blog/2023/03/KiCad-7.0.1-Release/
2023-03-12 15:02:02 +01:00
Tobias C. Berner
fa81a4f5f8 accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
2023-03-02 06:23:10 +01:00
Christoph Moench-Tegeder
fefa4a2944 cad/kicad: fix clang options on 32bit platforms
The -ffloat-store option exists on gcc only, so do not add it
to the clang command line.
2023-02-21 21:30:04 +01:00
Christoph Moench-Tegeder
399d555966 cad/kicad: update KiCad and libraries to 7.0.0
Announcement soon on https://www.kicad.org/blog/
2023-02-12 18:02:56 +01:00
Christoph Moench-Tegeder
58310a68d2 cad/kicad: update KiCad and libraries to 6.0.11
Announcement soon on https://www.kicad.org/blog/
2023-01-25 21:36:24 +01:00
Christoph Moench-Tegeder
88def9be56 cad/kicad: update KiCad and supporting packages to 6.0.10
Announcement soon on https://www.kicad.org/blog/
2022-12-18 20:11:01 +01:00
Thierry Thomas
f36c5181f4 cad/opencascade: bump PORTREVISION of consumers after upgrade to 7.7.0 2022-11-12 14:32:00 +01:00
Christoph Moench-Tegeder
eb62a52a70 cad/kicad: update KiCAD, libraries and docs to 6.0.9
Announcement soon on https://www.kicad.org/blog/
2022-10-30 12:20:26 +01:00
Loïc Bartoletti
d5bd9f5d05 cad/kicad: use wx 32
PR:		265093
2022-10-25 07:44:04 +02:00
Christoph Moench-Tegeder
5dae4e84ca cad/kicad: update KiCAD and libraries to 6.0.8
Release Announcement:
  https://www.kicad.org/blog/2022/09/KiCad-6.0.8-Release/
2022-09-29 19:35:41 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Christoph Moench-Tegeder
fbaa68fb92 cad/kicad: update KiCAD and libraries to 6.0.7
Release Announcement soon on https://www.kicad.org/blog/
2022-07-26 22:29:51 +02:00
Tobias C. Berner
b46abf8056 cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Andersson <anders@hack.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Christoph Moench-Tegeder <cmt@FreeBSD.org>
  *  David Yeske <dyeske@gmail.com>
  *  Diane Bruce <db@db.net>
  *  Joachim Strombergson <watchman@ludd.ltu.se>
  *  Johnny Sorocil <jsorocil@gmail.com>
  *  Julian Jenkins <kaveman@magna.com.au>
  *  Marc Fonvieille <blackend@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Martin Dieringer <martin.dieringe@gmx.de>
  *  Matthias Petermann <matthias@petermann-it.de>
  *  Michael Durian <durian@shadetreesoftware.com>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Sarod Yatawatta <sarod@cs.pdn.ac.lk>
  *  Sergio Lenzi <lenzi.sergio@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Thierry Thomas <thierry@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  gahr
  *  hrs
  *  ijliao
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lon_kamikaze@gmx.de
  *  stas
  *  swallace
  *  thierry@pompo.net

With hat:	portmgr
2022-07-20 16:20:58 +02:00
Christoph Moench-Tegeder
2e4a9fe051 cad/kicad: update KiCad and libraries to 6.0.6
Release Notes soon on https://www.kicad.org/blog/
2022-06-19 22:07:23 +02:00
Dima Panov
b082b3d13e devel/boost-all: bump all library consumers after boost upgrade
PR:	246106
2022-05-22 23:17:16 +03:00
Christoph Moench-Tegeder
4f80881f60 cad/kicad: attempt to fix 3D-Viewer by using bundled GLEW
The 3D-Viewer (e.g. from the Footprint Editor) may fail to start
with an "Unknown error" message. Investigation indicates that
kicad really needs it's bundles libGLEW, using the system one
was a mistake.
While here, fix a possible nullpointer dereference in the 3D cache
destructor - this is only relevant when the 3D viewer fails unexpectedly,
but then it is quite annoying during debugging.

PR:		262802
Reported by:	Tomasz "CeDeROM" CEDRO
2022-05-07 17:29:23 +02:00
Christoph Moench-Tegeder
8d8e314b12 cad/kicad: update KiCad, libraries and docs to 6.0.5
Release Notees soon on https://www.kicad.org/blog/
2022-05-03 18:34:02 +02:00
Christoph Moench-Tegeder
f0235442cc cad/kicad: update to 6.0.4
Announcement: https://www.kicad.org/blog/2022/03/KiCad-6.0.4-Release/
2022-03-19 13:54:03 +01:00
Christoph Moench-Tegeder
2307e5871d cad/kicad: update KiCAD, documentation and library to 6.0.3 2022-03-16 20:40:34 +01:00
Loïc Bartoletti
337a99bc8b x11-toolkits/py-wxPython4: Update to 4.1
- Rename wxPython40 to wxPython4
 - Update to 4.1 version
 - Fix wxgtk31 for string
 - Use wxGtk31 instead of wxgtk30
 - Fix kicad* ports with wxgtk31/wxPython 4.1

Changes:
 - https://www.wxpython.org/news/2020-11-21-wxpython-411-release/index.html

Reviewed by:	tcberner
Approved by:	yuri, bofh
Differential Revision:	D34080
2022-02-25 19:10:24 +01:00
Christoph Moench-Tegeder
974b9f8336 cad/kicad: update to 6.0.2 (bugfix release)
Changes: https://gitlab.com/groups/kicad/-/milestones/11#tab-issues
2022-02-12 17:29:53 +01:00
Stefan Eßer
bdd2d4af96 Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
2022-02-06 19:36:07 +01:00
Christoph Moench-Tegeder
8afb664ccf cad/kicad: update to 6.0.1
Major Release 6.0.0:
  https://www.kicad.org/blog/2021/12/KiCad-6.0.0-Release/
Bugfix Release 6.0.1:
  https://www.kicad.org/blog/2022/01/KiCad-6.0.1-Release/

PR:		261290
Reported by:	Kevin Zheng
Submitted by:	Kevin Zheng

This also updates the libraries and doc ports. As the docs distfile
for version 6.0.1 is not available yet, keep that at version 6.0 for
the time being.
2022-01-18 21:34:53 +01:00
Christoph Moench-Tegeder
069928b29c cad/kicad: update to 5.1.12
This is a bugfix release. Included is a patch for compatibility
with opencascade 7.6
2021-11-09 22:11:54 +01:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Christoph Moench-Tegeder
d61247eec6 cad/kicad: update to 5.1.10
includes KiCad itself, docs and symbol libraries
2021-05-01 23:34:56 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dmitry Marakasov
f98c6bc93b - Update math/glm to 0.9.9.8 2021-03-12 15:55:03 +00:00
Christoph Moench-Tegeder
0f4f68d03b kicad: clean up Makefile - that file has been gone for quite some time
Reported by:	emaste
Differential Revision:	D27873
2021-01-12 21:06:23 +00:00
Christoph Moench-Tegeder
ead6957b91 update KiCad to 5.1.9
includes part libraries and docs as well
Releaes Announcement: https://kicad.org/blog/2020/12/KiCad-5.1.9-Release/
2020-12-28 14:57:42 +00:00
Thierry Thomas
b19d5fec8a - Upgrade cad/opencascade to 7.5.0
Release notes at
  <https://old.opencascade.com/sites/default/files/documents/release_notes_7.5.0.pdf>

- Bump PORTREVISION of consumers.
2020-11-14 17:25:20 +00:00
Christoph Moench-Tegeder
916ecb46c3 update kicad and it's libraries to 5.1.8
https://kicad.org/blog/2020/11/KiCad-5.1.8-Release/

While here:
 - KiCad's official home on the Web is now https://kicad.org
   https://kicad.org/blog/2020/10/kicad.org-the-permanent-internet-home-of-KiCad/
   update pkg-descr accordingly
 - development has moved to GitLab and the libraries' GitHub repos are
   already no longer active. Update all MASTER_SITES to fetch the released
   tarballs from Gitlab.
2020-11-05 23:33:24 +00:00
Christoph Moench-Tegeder
22790fbd16 update cad/kicad and it's libraries to 5.1.7
https://kicad-pcb.org/download/source/
2020-09-30 12:47:33 +00:00
Sunpoet Po-Chuan Hsieh
cb333cf1ec Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
2020-06-17 18:17:45 +00:00
Loïc Bartoletti
4c1a399966 x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
  - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
2020-05-17 05:55:12 +00:00
Christoph Moench-Tegeder
035e735cff update KiCAD and it's libraries to 5.1.6
Announcement: https://kicad-pcb.org/blog/2020/05/KiCad-5.1.6-Release/
2020-05-15 16:31:25 +00:00
Christoph Moench-Tegeder
91ec15f4e1 switch kicad to python 3
This has been made possible by the addition of the python3-enabled
x11-toolkits/py-wxPython40. As python 2 is going away soonish, there's
no value in going through any hoops to provide optional switching between
python 3 and 2.
2020-03-01 15:22:43 +00:00
Loïc Bartoletti
fc45cfe430 x11-toolkits/py-wxPython40: GUI toolkit for the Python programming language
py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to use wxWidgets with Python3.


  - Add x11-toolkits/py-wxPython40
  - Replace wxPython30 by wxPython40 when python wxWidgets is required
  - Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix"
  - Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0
  - While I'm here fix portlint per emulators/playonbsd
  - Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth
  - Bump portversion
  - Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship

PR:     241893
Reviewed by:	koobs, tcberner
Approved by:	tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D21915
Exp-run by:     antoine
2020-02-29 18:24:19 +00:00
Jan Beich
701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Christoph Moench-Tegeder
c754d31102 cad/kicad: update to 5.1.5
Announcement: https://kicad-pcb.org/blog/2019/11/KiCad-5.1.5-Release/
This includes KiCad itself, documentation and all the part libraries.
2019-11-28 13:02:49 +00:00
Niclas Zeising
c2e845d0c8 Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
2019-11-04 21:36:13 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Mathieu Arnold
a6c40a689b Convert to UCL & cleanup pkg-message (categories a-c) 2019-08-13 16:00:39 +00:00
Christoph Moench-Tegeder
b7a8e853c1 cad/kicad and libraries: update to 5.1.4
Announcement (soon): http://kicad-pcb.org/blog/2019/08/KiCad-5.1.4-Release/
2019-08-10 22:05:42 +00:00