1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

3359 Commits

Author SHA1 Message Date
Michael Reifenberger
f334846a1a Update to 3.25.2.4 2020-11-21 21:51:18 +00:00
Diane Bruce
572280e45a Update to 4.8
Sync up with cura and cura-engine

fixes to Uranium
Tooltip areas should not steal mouse events
This prevents us from using the tooltip area in a pop-up where the Z
coordinates are not a good solution.

Round coordinates when sampling pixel for selection ray
Pixel coordinates must be integer for the Python bindings of Qt.
2020-11-21 02:39:11 +00:00
Stephen Montgomery-Smith
de9efac61c - Don't build for i386, because pkg-fallout@ reports build errors. 2020-11-21 01:09:34 +00:00
Diane Bruce
f4f5b59e37 Update to 4.8
A few improvements from upstream
- More efficient triangle area calculation
- Calculate vSize(vap) only when needed
2020-11-21 00:33:06 +00:00
Diane Bruce
784d0c48e8 From PR:
In Cura version 4.7 a bug regarding slowdowns in circular perimeters was
introduced (or at list gets triggered much more easily than in earlier
versions):
https://github.com/Ultimaker/Cura/issues/8321

This issue makes v4.7.x hardly usable.
Sticking to v4.5 has become quite "tricky" to say the least, due to
the massive python-induced dependency hell and lots of dependencies
being too new and/or incompatible for the 4.5 version.

Version 4.8 has been released on November 10 that fixes this glitch in
the simplification algorithm. The issue is still open, but is considered
to be solved with 4.8 and changed default settings for Maximum resolution
and Maximum Deviation.

From the Changelog of 4.8:
Fixed under-simplification (blobs, zits) on some printer models. An oversight
in 4.6.x resulted in an oversimplification (smoothing) of models.
The attempted fix in 4.7.x overcompensated, which gave difficulty
(zits, blobs) for some printer models when the resulting gcode became
too intricate. This is now fixed, though some profiles might need
to be updated, since they where made against 4.6.x, and therefore may
rely on the over-simplification.

PR:			ports/251236
Submitted by:		Sebastian <sko@rostwald.de>
2020-11-20 23:03:24 +00:00
Adam Weinberger
db15051ca5 Add education virtual category
PR:		248402
Submitted by:	PauAmma
2020-11-20 07:16:06 +00:00
Yuri Victorovich
d313acbbbe New port: cad/stm32flash: Flash program for STM32 using the ST serial bootloader 2020-11-18 08:11:21 +00:00
Loïc Bartoletti
b59496747d graphics/proj: Update to 7.2.0
Changelog:
  - https://proj.org/news.html#release-notes
2020-11-18 05:27:28 +00:00
Piotr Kubaj
6b543b4161 cad/ktechlab: fix build on GCC architectures
The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.

MFH:		2020Q4 (fix build blanket)
2020-11-18 01:39:47 +00:00
Yuri Victorovich
e0ff11d8bc cad/verilator: Update 4.102 -> 4.104 2020-11-17 19:35:08 +00:00
Loïc Bartoletti
1141c4e8ef graphics/proj: Update to 7.1.1
- Add a pkg-message explaining how to access or sync datum grids from the CDN
  (disabled by default)
- Add curl and tiff dependencies since proj can read datum grids from remote
  COG (Cloud Optimized Geotiff)
- Take maintainer'ship (ok wen@)

PR:		245611
Submitted by:	wen (first version)
Reviewed by:	wen, rhurlin
Approved by:	wen
Exp-run by:	antoine
2020-11-17 09:23:58 +00:00
Yuri Victorovich
cc37c9f033 misc/openvdb: Update 7.0.0 -> 7.1.0 2020-11-15 19:10:06 +00:00
Thierry Thomas
b0d4491a12 Remove a forgotten .bak file.
(Do not bump PORTREVISION to avoid the rebuild of a big port without any
 functionnal change)

PR:		251159
Submitted by:	Oleg Sidorkin
2020-11-15 17:50:50 +00:00
Christoph Moench-Tegeder
f2ecc08e0e freecad: fix build with opencascade 7.5.0 after r555127
OpenCascade APIs changed significantly in some areas - FreeCAD
is affected on progress bars and some message output. While
messages are easily fixed, the affected progress bars have to
be enabled for now.
Patches adapted (some manual fuzzing required) from upstream
  2cb9b147f1
  fd9cdb9de9
2020-11-14 21:07:08 +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
Stephen Montgomery-Smith
2332dbe6fe - Update to 6.2.2009. 2020-11-14 06:01:51 +00:00
Loïc Bartoletti
c91aa9b2b1 cad/PrusaSlicer: convert to USES=eigen
PR:		250949
Approved by:	 teodorsigaev@gmail.com (maintainer)
2020-11-12 20:39:30 +00:00
Piotr Kubaj
666433c681 cad/iverilog: fix build on GCC architectures
expression_evaluate.cc: In member function 'virtual bool ExpArithmetic::evaluate(Entity*, ScopeBase*, int64_t&) const':
expression_evaluate.cc:67: error: call of overloaded 'pow(int64_t&, int64_t&)' is ambiguous
/usr/include/math.h:257: note: candidates are: double pow(double, double)
/usr/include/c++/4.2/cmath:373: note:                 long double std::pow(long double, int)
/usr/include/c++/4.2/cmath:369: note:                 float std::pow(float, int)
/usr/include/c++/4.2/cmath:365: note:                 double std::pow(double, int)
/usr/include/c++/4.2/cmath:361: note:                 long double std::pow(long double, long double)
/usr/include/c++/4.2/cmath:357: note:                 float std::pow(float, float)
2020-11-11 17:40:37 +00:00
Tobias C. Berner
9e0e8d17a4 Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
  supporting rust
- this will fix some graphical issues on these architectures

PR:		250276
Exp-run by:	antoine
Submitted by:	tobik
Differential Revision:	https://reviews.freebsd.org/D18878
2020-11-09 17:08:12 +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
Michael Reifenberger
3655055993 Update to the latest versions. 2020-11-03 20:07:17 +00:00
Antoine Brodin
846739d07f Mark BROKEN
fig2dev -L eps ctl-mrs-1.fig > ctl-mrs-1.eps
Invalid ellipse object at line 46.

Reported by:	pkg-fallout
2020-11-01 14:10:23 +00:00
Loïc Bartoletti
161d540455 cad/py-cq-editor: Add devel/py-spyder dependency
cq-editor requires CodeEditor widget from py-spyder.

PR:		250586
Reported by:	rsmith@xs4all.nl
Approved by:	Neal Nelson (maintainer)
MFH:		2020Q4 (blanket, runtime fixes)
2020-10-31 08:09:13 +00:00
Yuri Victorovich
9fc0bbd249 cad/horizon-eda: Update 1.2.1 -> 1.3.0
Reported by:	portscout
2020-10-31 04:01:41 +00:00
Danilo Egea Gondolfo
ed2faf29f5 cad/xcircuit: Update to 3.10.29 2020-10-29 23:01:34 +00:00
Yuri Victorovich
e61ab53b2f cad/netgen-lvs: Update 1.5.156 -> 1.5.157
Reported by:	portscout
2020-10-26 05:02:55 +00:00
Niclas Zeising
0a61f4f509 cad/gtkwave: Update to 3.3.107 2020-10-25 10:35:00 +00:00
Alexey Dokuchaev
acc9b3a0dd - Enforce JAVA_VERSION when launching javavm(1), otherwise the program
crashes when several JDK versions are installed and javawm(1) picks
  higher version (happens when /usr/ports/Mk/bsd.java.mk is absent,
  contrary to documented selection process which is designed to behave
  almost identically WRT presence/absence of /usr/ports/Mk/bsd.java.mk
- While here, simplify the script a bit and remove keywords and their
  expansion, they are useless for wrapper scripts

PR:		250268
Submitted by:	rodrigo
2020-10-23 08:23:22 +00:00
Niclas Zeising
af77ce1911 cad/iverilog: Update to 11.0
Update cad/iverilog to 11.0.  The first release in the 11 branch.
2020-10-21 19:21:40 +00:00
Loïc Bartoletti
31bfacaf30 cad/py-ezdxf: Update to 0.14.2
Changelog:
  - https://ezdxf.mozman.at/release-v0-14.html

PR:		250483
Submitted by:	Neal Nelson (Maintainer)
2020-10-21 05:11:50 +00:00
Kurt Jaeger
e7c978bc8a cad/alliance: replace transfig with fig2dev 2020-10-18 20:14:50 +00:00
Yuri Victorovich
874edc67e1 cad/verilator: Update 4.100 -> 4.102 2020-10-15 22:11:24 +00:00
Antoine Brodin
fa53558719 Fix DEPENDS 2020-10-14 17:49:05 +00:00
Yuri Victorovich
25a3507af4 cad/netgen-lvs: Update 1.5.155 -> 1.5.156
Reported by:	portscout
2020-10-09 13:27:08 +00:00
Yuri Victorovich
ecc31aeddd cad/librepcb: Update 0.1.4 -> 0.1.5
Reported by:	portscout
2020-10-05 16:54:17 +00:00
Loïc Bartoletti
2933bb22c3 Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location, devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts

[1] RiverBankComputing doesn't offer links to download latest version of some ports

PR:		247369
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D25749
Exp-run by:	antoine
2020-10-05 15:50:03 +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
Yuri Victorovich
4666a031e8 cad/veroroute: Update 1.99 -> 2.00
Reported by:	portscout
2020-09-29 08:31:43 +00:00
Diane Bruce
5019d0a382 This patch updates Cura and all associated dependencies to 4.7.1.
Also, it adds math/py-numpy-stl - an optional dependency that makes
loading STL files much faster. Without it, Cura was complaining:

2020-09-20 02:19:31,877 - WARNING - [MainThread] STLReader.STLReader.<module> [32]: Could not find numpy-stl, falling back to slower code.

I'm not sure where the 6.x version in cad/fdm_materials came from, seems
like now that project has its version in sync with the Cura version,
so I chose to increment PORTEPOCH for that. [Greg]

- fdm_materials adds some new materials usable with Cura
- I had to bump PORTEPOCH on a couple of ports
- py-numpy-stl was added on a separate commit
- Bump version checking in Cura on some dependancies
[db]

PR:		ports/249468
Submitted by:	greg@unrelenting.technology
2020-09-26 19:53:09 +00:00
Stephen Montgomery-Smith
a05aa85523 - Update to 6.2.2008. 2020-09-26 17:56:34 +00:00
Yuri Victorovich
12cbf6a84d cad/spice: Fix build on 13
Reported by:	build failure
Approved by:	portmgr (build fix)
2020-09-25 09:26:17 +00:00
Yuri Victorovich
87b50e20f9 cad/openroad: Temporarily broken on i386
Reported by:	fallout
2020-09-25 01:38:07 +00:00
Pedro F. Giffuni
5abb798ed7 cad/calculix : update to version 2.17.1
PR:	249459
Approved by:	thierry (mentor, implicit)
2020-09-22 17:32:08 +00:00
Pedro F. Giffuni
96805d662c cad/calculix-ccx: Re-enable multithreading with spooles.
Clarify further the pkg-messager.

PR:	249351
Approved by:	thierry (mentor, implicit)
2020-09-22 17:31:28 +00:00
Yuri Victorovich
19e00cae6c cad/ktechlab: Update 0.40.1-77 -> 0.50.0
Reported by:	portscout
2020-09-21 09:55:46 +00:00
Niclas Zeising
a68aba8537 cad/gmsh: Fix fetch
Add the distfile to LOCAL/zeising as well, since I did the update.
For some reason the distfile is notoriously hard to fetch from upstream, so
add a local copy of it as well.

From the buildlog:
  => Attempting to fetch http://gmsh.info/src/gmsh-4.6.0-source.tgz
  gmsh-4.6.0-source.tgz                                   11 MB 1542  Bps 02h10m
  fetch: transfer timed out
  fetch: gmsh-4.6.0-source.tgz appears to be truncated: 12047097/12048076 bytes
  => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/gmsh/gmsh-4.6.0-source.tgz
  fetch: http://distcache.FreeBSD.org/ports-distfiles/gmsh/gmsh-4.6.0-source.tgz: size mismatch: expected 12048076, actual 12047097
  => Couldn't fetch it - please try to retrieve this
2020-09-19 11:03:10 +00:00
Rene Ladan
56fbdb910f cad/openvsp: unexpire by allowing it to build on FreeBSD versions with PR 230888 fixed.
PR:		242229
Submitted by:	fernape@ (maintainer)
Approved by:	build fix blanket
MFH:		2020Q3
2020-09-19 08:47:02 +00:00
Mark Linimon
0646684423 Also mark as not for powerpcspe.
Approved by:	portmgr (tier-2 blanket)
2020-09-19 00:52:56 +00:00
Yuri Victorovich
fbfdbd0fb8 New port: cad/ecpprog: Driver for FTDI based JTAG probes, to program ECP5 FPGAs 2020-09-16 04:29:57 +00:00
Yuri Victorovich
682057a1e3 cad/verilator: Add the run-tim dependency on gmake 2020-09-16 04:29:35 +00:00