| Commit message (Collapse) | Author | Files | Lines |
|
Notes:
svn path=/head/; revision=557172
|
|
Reported by: portscout
Notes:
svn path=/head/; revision=557163
|
|
Reported by: portscout
Notes:
svn path=/head/; revision=557107
|
|
Reported by: portscout
Notes:
svn path=/head/; revision=556933
|
|
PR: 251486
Reported by: jbeich
Notes:
svn path=/head/; revision=556682
|
|
PR: 251486
Submitted by: greg (at) unrelenting.technology
Notes:
svn path=/head/; revision=556678
|
|
0.11 failed to produce dxf files which could be imported into AutoCAD.
This bugfix release improves DXF importing from 10% to about 90%.
Found out via: repology.org
Notes:
svn path=/head/; revision=556592
|
|
this intends to fix the addon manager after github infrastructure
changes: https://github.com/FreeCAD/FreeCAD/releases/tag/0.18.5
Notes:
svn path=/head/; revision=556488
|
|
Notes:
svn path=/head/; revision=556433
|
|
This implies:
- french /aster builds fine with clang, but it seg-faults: switched to Gcc
- ASTK is upgraded to 2019.0-1
- math/mumps is upgraded to 5.1.2-aster7
- TFEL/MFront is now required, but when the compilers of tfel and aster are
different, it cannot be linked
. recopopy science/tfel to science/tfel-edf and depends on science/tfel-edf
. science/tfel-edf is built by Gcc, from the sources included in Aster's
tarball
. register the conflicts
Notes:
svn path=/head/; revision=556349
|
|
Notes:
svn path=/head/; revision=556018
|
|
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.
Notes:
svn path=/head/; revision=555806
|
|
Notes:
svn path=/head/; revision=555804
|
|
A few improvements from upstream
- More efficient triangle area calculation
- Calculate vSize(vap) only when needed
Notes:
svn path=/head/; revision=555802
|
|
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>
Notes:
svn path=/head/; revision=555795
|
|
PR: 248402
Submitted by: PauAmma
Notes:
svn path=/head/; revision=555738
|
|
Notes:
svn path=/head/; revision=555625
|
|
Changelog:
- https://proj.org/news.html#release-notes
Notes:
svn path=/head/; revision=555622
|
|
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1.
MFH: 2020Q4 (fix build blanket)
Notes:
svn path=/head/; revision=555614
|
|
Notes:
svn path=/head/; revision=555579
|
|
- 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
Notes:
svn path=/head/; revision=555543
|
|
Notes:
svn path=/head/; revision=555420
|
|
(Do not bump PORTREVISION to avoid the rebuild of a big port without any
functionnal change)
PR: 251159
Submitted by: Oleg Sidorkin
Notes:
svn path=/head/; revision=555240
|
|
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
https://github.com/FreeCAD/FreeCAD/commit/2cb9b147f13419f019f9808ace21d3d2ceae99c5
https://github.com/FreeCAD/FreeCAD/commit/fd9cdb9de9d06ebd8dc1ce26c99e4e4eb005ca43
Notes:
svn path=/head/; revision=555147
|
|
Release notes at
<https://old.opencascade.com/sites/default/files/documents/release_notes_7.5.0.pdf>
- Bump PORTREVISION of consumers.
Notes:
svn path=/head/; revision=555127
|
|
Notes:
svn path=/head/; revision=555084
|
|
PR: 250949
Approved by: teodorsigaev@gmail.com (maintainer)
Notes:
svn path=/head/; revision=554986
|
|
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)
Notes:
svn path=/head/; revision=554905
|
|
- 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
Notes:
svn path=/head/; revision=554733
|
|
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.
Notes:
svn path=/head/; revision=554165
|
|
Notes:
svn path=/head/; revision=554025
|
|
fig2dev -L eps ctl-mrs-1.fig > ctl-mrs-1.eps
Invalid ellipse object at line 46.
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=553834
|
|
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)
Notes:
svn path=/head/; revision=553743
|
|
Reported by: portscout
Notes:
svn path=/head/; revision=553730
|
|
Notes:
svn path=/head/; revision=553654
|
|
Reported by: portscout
Notes:
svn path=/head/; revision=553316
|
|
Notes:
svn path=/head/; revision=553248
|
|
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
Notes:
svn path=/head/; revision=553098
|
|
Update cad/iverilog to 11.0. The first release in the 11 branch.
Notes:
svn path=/head/; revision=552885
|
|
Changelog:
- https://ezdxf.mozman.at/release-v0-14.html
PR: 250483
Submitted by: Neal Nelson (Maintainer)
Notes:
svn path=/head/; revision=552852
|
|
Notes:
svn path=/head/; revision=552683
|
|
Notes:
svn path=/head/; revision=552483
|
|
Notes:
svn path=/head/; revision=552348
|
|
Reported by: portscout
Notes:
svn path=/head/; revision=551769
|
|
Reported by: portscout
Notes:
svn path=/head/; revision=551504
|
|
- 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
Notes:
svn path=/head/; revision=551499
|
|
https://kicad-pcb.org/download/source/
Notes:
svn path=/head/; revision=550696
|
|
Reported by: portscout
Notes:
svn path=/head/; revision=550482
|
|
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
Notes:
svn path=/head/; revision=550214
|
|
Notes:
svn path=/head/; revision=550203
|