aboutsummaryrefslogtreecommitdiff
path: root/net/libcharon
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Really update libcharon to 4.8Diane Bruce2021-01-133-5/+38
| | | | | | | | | | | | | N.B. the wrinkle in cmake build here. find_package(Pythoninterp 3.4 REQUIRED) can find your install Python 3.9 instead of the DEFAULT Python. Force the correct one with a few patches. PR: ports/251236 Submitted by: sko@rostwald.de Reported by: trombik1973@gmail.com Notes: svn path=/head/; revision=561522
* This patch updates Cura and all associated dependencies to 4.7.1.Diane Bruce2020-09-262-5/+5
| | | | | | | | | | | | | | | | | | | | | | | 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
* Clean up some duplicated variablesTobias Kortkamp2020-04-071-1/+0
| | | | | | | Reported by: portscan Notes: svn path=/head/; revision=531021
* Forgot to add NO_ARCH=yes no binary changeDiane Bruce2020-03-251-0/+1
| | | | Notes: svn path=/head/; revision=529141
* File metadata and streaming libraryDiane Bruce2020-03-254-0/+54
As of march 5th the Charon library is the responsibility of the Embedded Applications team. Pull requests to MASTER have to be verified by the Embedded Applications team. WWW: https://github.com/Ultimaker/libCharon Notes: svn path=/head/; revision=529140