aboutsummaryrefslogtreecommitdiff
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r548947Rene Ladan2020-09-191-2/+1
| | | | | | | | | | | | | 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 Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q3/; revision=548984
* MFH: r545237Niclas Zeising2020-08-193-0/+32
| | | | | | | | | | | cad/iverilog: Fix build with -fno-common Fix the build with -fno-common, which is the default in llvm 11 (and gcc10). Approved by: ports-secteam (joenum) Notes: svn path=/branches/2020Q3/; revision=545281
* MFH: r544849Matthias Andree2020-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | graphics/ilmbase, graphics/openexr: security update to v2.5.3 ChangeLog: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.3 "Patch release with various bug/security fixes and build/install fixes, plus a performance optimization: * Various sanitizer/fuzz-identified issues related to handling of invalid input * Fixes to misc compiler warnings [...] * Read performance optimization (#782) * Fix for building on non-glibc (#798) * Fixes to tests" The full name of shared libraries changed from *.25.0.1 to *.25.0.2 => PORTREVISION bumps for all ports that use either ilmbase or openexr coming up in separate commit to ease MFH. All test builds of direct users succeeded on 12.1 amd64. Bump PORTREVISION of all ports using ilmbase or openexr. Security: b1d6b383-dd51-11ea-a688-7b12871ef3ad Approved by: ports-secteam@ (joneum@) Notes: svn path=/branches/2020Q3/; revision=545094
* MFH: r542755Piotr Kubaj2020-07-211-1/+2
| | | | | | | | | | | | | | | | cad/caneda: fix build on GCC architectures Use C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=542756
* MFH: r542352 r542353Matthias Andree2020-07-181-1/+1
| | | | | | | | | | | | | | | | | | graphics/ilmbase: graphics/openexr: security update to 2.5.2 ChangeLog: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.2 Verbosely: https://github.com/AcademySoftwareFoundation/openexr/blob/v2.5.2/CHANGES.md#version-252-june-15-2020 openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs. Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3 Approved by: ports-secteam@ (joneum@) Notes: svn path=/branches/2020Q3/; revision=542483
* MFH: r542173Jung-uk Kim2020-07-143-1/+21
| | | | | | | | | | | Honor $YACC and fix build with recent byacc on head after r363170. PR: 247522 Approved by: ports-secteam (blanket, build fix) Notes: svn path=/branches/2020Q3/; revision=542178
* MFH: r542079Piotr Kubaj2020-07-121-1/+1
| | | | | | | | | | | | | | cad/ngspice_rework: fix build on GCC architectures Use newer GCC: dstring.o: In function `copy': dstring.c:(.opd+0x240): multiple definition of `copy' spice2poly/dlmain.o:dlmain.c:(.opd+0x6f0): first defined here Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q3/; revision=542080
* - Update to version 6.3 and take maintainershipAlexey Dokuchaev2020-07-023-32/+30
| | | | | | | | | - Wrap some excessively long lines while here PR: 235180 Notes: svn path=/head/; revision=541020
* cad/NASTRAN-95: Unbreak build with GCC 10Tobias Kortkamp2020-06-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | bufchk.f:16:28: 16 | 1 '1'X , '2'X , '3'X , '4'X , '8'X / | 1 Error: BOZ constant at (1) uses nonstandard postfix syntax [see '-fno-allow-invalid-boz'] bufchk.f:18:32: 18 | 1 'F1111'X, 'F2222'X , 'FAAAA'X, 'FBBBB'X / | 1 Error: BOZ constant at (1) uses nonstandard postfix syntax [see '-fno-allow-invalid-boz'] bufchk.f:20:32: 20 | 1 'F5555'X, 'F7777'X , 'F8888'X, 'F9999'X / | 1 Error: BOZ constant at (1) uses nonstandard postfix syntax [see '-fno-allow-invalid-boz'] http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/NASTRAN-95-20160908_6.log PR: 246700 Notes: svn path=/head/; revision=540671
* Move devel/py-usb to devel/py-pyusbSunpoet Po-Chuan Hsieh2020-06-271-1/+2
| | | | | | | | | | | | | | - While I'm here: - Fix USE_GITHUB usage - Add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change PR: 246547 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 40 days) Notes: svn path=/head/; revision=540587
* Move comms/py-serial to comms/py-pyserialSunpoet Po-Chuan Hsieh2020-06-271-2/+2
| | | | | | | | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change (devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming) PR: 246546 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 40 days) Notes: svn path=/head/; revision=540586
* cad/ngspice_rework: Update to 32Fernando Apesteguía2020-06-255-6/+78
| | | | | | | | | | ChangeLog: https://sourceforge.net/projects/ngspice/files/ng-spice-rework/32/ReleaseNotes.txt/download PR: 246455 Submitted by: kevinz5000@gmail.com(maintainer) Notes: svn path=/head/; revision=540372
* cad/ktechlab: : Prepare for Qt5.15Loïc Bartoletti2020-06-244-0/+40
| | | | | | | | PR: 247010 Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=540019
* cad/qflow: Update 1.4.81 -> 1.4.83Yuri Victorovich2020-06-232-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=539985
* cad/freecad: Prepare for Qt5.1.5Loïc Bartoletti2020-06-231-0/+10
| | | | | | | | | PR: 247010 Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D25405 Notes: svn path=/head/; revision=539979
* cad/graywolf: Unbreak build with GCC 10 (-fno-common)Tobias Kortkamp2020-06-221-0/+2
| | | | | | | | | | | | | | /usr/local/bin/ld: src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x5e40): multiple definition of `yyss'; src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x5e40): first defined here /usr/local/bin/ld: src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x6240): multiple definition of `yyssp'; src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x6240): first defined here /usr/local/bin/ld: src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x4ea0): multiple definition of `yyvs'; src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x4ea0): first defined here /usr/local/bin/ld: src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x6238): multiple definition of `yyvsp'; src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x6238): first defined here http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/graywolf-0.1.6.3_1.log PR: 246700 Notes: svn path=/head/; revision=539793
* Drop ports maintainershipLorenzo Salvadore2020-06-211-1/+1
| | | | | | | Approved by: gerald (mentor) Notes: svn path=/head/; revision=539770
* - Update to 6.2.2006.Stephen Montgomery-Smith2020-06-192-4/+4
| | | | Notes: svn path=/head/; revision=539667
* cad/netgen-lvs: Update 1.5.147 -> 1.5.148Yuri Victorovich2020-06-192-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=539588
* Move devel/swig30 to devel/swig and update to 4.0.1Sunpoet Po-Chuan Hsieh2020-06-174-4/+4
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=539491
* cad/qflow: Update 1.4.80 -> 1.4.81Yuri Victorovich2020-06-152-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=538843
* cad/veroroute: Update 1.94 -> 1.96Yuri Victorovich2020-06-152-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=538835
* Mark as ONLY_FOR x86: rdtsc() is not available on other archs:Mark Linimon2020-06-141-0/+3
| | | | | | | | | | | In file included from /wrkdirs/usr/ports/cad/netgen/work/netgen-6.2.2004/libsrc/core/utils.hpp:14: In file included from /usr/lib/clang/10.0.1/include/x86intrin.h:13: /usr/lib/clang/10.0.1/include/ia32intrin.h:188:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32' Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=538827
* cad/gtkwave: Update to 3.3.104Niclas Zeising2020-06-142-4/+4
| | | | Notes: svn path=/head/; revision=538731
* Switch from mpich2 to mpich.Thierry Thomas2020-06-141-8/+2
| | | | Notes: svn path=/head/; revision=538714
* - Update to 6.2.2005.Stephen Montgomery-Smith2020-06-133-8/+30
| | | | | | | | - Revert r537594 and r537931, because their introduction did not stop build errors from pkg-fallout@. Notes: svn path=/head/; revision=538693
* Remove BROKEN_i386 after the previous fix got verified.Michael Reifenberger2020-06-101-4/+0
| | | | | | | | PR: 234857 Reported by: emaste@ Notes: svn path=/head/; revision=538437
* Try to fix i386 build.Michael Reifenberger2020-06-073-25/+53
| | | | | | | | | | While there update to 3.24.3.8 PR: 234857 Submitted by: emaste@ Notes: svn path=/head/; revision=538166
* freecad: don't compress QResources for python codeChristoph Moench-Tegeder2020-06-072-2/+2
| | | | | | | | | | | | | | | rcc automatically compresses resources above a certain size, but as we found out the hard way, loading compressed resources from python fails and may even coredump. As a workaround, force-disable compression on resources in python code (c++ code seems to be fine compressed or not), which re-enables several workbenches (most notably: Draft) at the cost of a few megabytes of disk space. Reported by: jeff@ MFH: 2020Q2 Notes: svn path=/head/; revision=538164
* cad/netgen-lvs: Update 1.5.146 -> 1.5.147Yuri Victorovich2020-06-062-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=538066
* cad/lepton-eda: Update to 1.9.11Fernando Apesteguía2020-06-055-68/+66
| | | | | | | | | | | ChangeLog: https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md#notable-changes-in-lepton-eda-1911-20200604 PR: 246991 Submitted by: graahnul.grom@gmail.com (maintainer) Notes: svn path=/head/; revision=537997
* - Fix build error caused by lack of py-pybind11 dependency. I decided toStephen Montgomery-Smith2020-06-041-1/+2
| | | | | | | go this way instead of putting superbuild back on. Notes: svn path=/head/; revision=537931
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-06-031-0/+1
| | | | Notes: svn path=/head/; revision=537830
* - Switch off superbuild in cmake. I did this because cmake seemed toStephen Montgomery-Smith2020-06-032-25/+3
| | | | | | | | | | | | place all of its output in some cache file, and then print it at the end. I'm also getting mysterious build errors from pkg-fallout, and I am hoping this change will fix this. - I found that this change caused pybind11 include files to be not part of plist. - Bump portrevision because of the change to plist. Notes: svn path=/head/; revision=537594
* - Correct use of GH_* variables.Stephen Montgomery-Smith2020-06-031-3/+1
| | | | | | | Reported by: Jan Beich <jbeich@FreeBSD.org> Notes: svn path=/head/; revision=537589
* For some reason, distinfo had a file listed twice. This caused make fetchStephen Montgomery-Smith2020-05-311-2/+0
| | | | | | | to fail. Notes: svn path=/head/; revision=537112
* Update kicad-*devel to the latest changes.Michael Reifenberger2020-05-3015-118/+1297
| | | | Notes: svn path=/head/; revision=537107
* cad/digital: Update 0.22-250 -> 0.24Yuri Victorovich2020-05-302-7/+6
| | | | Notes: svn path=/head/; revision=537032
* cad/qcad: prepare for Qt5-5.15Loïc Bartoletti2020-05-291-0/+10
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25048 Notes: svn path=/head/; revision=536990
* Mark as BROKEN on powerpc64-12. It seems to build elsewhere (except mips,Mark Linimon2020-05-291-0/+2
| | | | | | | | | where it is blocked). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=536928
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1).Alexey Dokuchaev2020-05-272-2/+2
| | | | Notes: svn path=/head/; revision=536688
* - Update to 6.2.2004. This required a complete rewrite of the port.Stephen Montgomery-Smith2020-05-2622-708/+244
| | | | | | | | PR: 246512 Submitted by: yuri@freebsd.org Notes: svn path=/head/; revision=536564
* Add compiler:c++11-lang to USES to fix build on GCC-based systems:Mark Linimon2020-05-251-1/+1
| | | | | | | | | | | Target "IfcGeom_ifc2x3" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=536535
* Fix build with bison 3.6.2Sunpoet Po-Chuan Hsieh2020-05-251-0/+18
| | | | Notes: svn path=/head/; revision=536493
* Update to 0.24.7Nicola Vitale2020-05-242-5/+5
| | | | | | | Changes: https://github.com/DarwinNE/FidoCadJ/releases/tag/v0.24.7 Notes: svn path=/head/; revision=536410
* cad/qrouter: Update 1.4.82 -> 1.4.83Yuri Victorovich2020-05-232-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=536345
* cad/verilator: Update 4.028 -> 4.034Yuri Victorovich2020-05-233-4/+15
| | | | | | | | PR: 243698 Approved by: kevinz5000@gmail.com (maintainer's timeout; 110 days) Notes: svn path=/head/; revision=536332
* [NEW PORT] cad/ifcopenshell: Open source IFC library and geometry engineLoïc Bartoletti2020-05-236-0/+138
| | | | | | | | | | | | | | IfcOpenShell is an open source (LGPL) software library for working with the Industry Foundation Classes (IFC) file format. Currently supported IFC releases are IFC2x3 TC1 and [IFC4 Add2 TC1]. PR: 243007 Reported by: chitty_cloud@me.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24687 Notes: svn path=/head/; revision=536269
* Bump PORTREVISION for devel/json-c json-cSunpoet Po-Chuan Hsieh2020-05-221-1/+1
| | | | Notes: svn path=/head/; revision=536219
* cad/librecad: prepare for Qt5-5.15Tobias C. Berner2020-05-212-0/+20
| | | | Notes: svn path=/head/; revision=536103