aboutsummaryrefslogtreecommitdiff
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.11.Alexey Dokuchaev2020-08-083-6/+10
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=544384
* New port: cad/horizon-eda: EDA package for printed circuit board designYuri Victorovich2020-08-076-0/+72
| | | | Notes: svn path=/head/; revision=544311
* cad/netgen-lvs: Update 1.5.153 -> 1.5.154Yuri Victorovich2020-08-052-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=544228
* cad/netgen-lvs: Update 1.5.150 -> 1.5.153Yuri Victorovich2020-08-032-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=544019
* [NEW PORT] cad/py-ezdxf: Create and modify DXF drawingsLoïc Bartoletti2020-07-304-0/+44
| | | | | | | | | | | | | | | | A Python package to create and modify DXF drawings, independent from the DXF version. You can open/save every DXF file without losing any content (except comments), Unknown tags in the DXF file will be ignored but preserved for saving. With this behavior it is possible to open also DXF drawings that contains data from 3rd party applications. PR: 248203 Submitted by: Neal Nelson Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25890 Notes: svn path=/head/; revision=543825
* cad/NASTRAN-95: mark brokenPedro F. Giffuni2020-07-302-3/+5
| | | | | | | | | | | | | | | | | | Recent changes in gfortran seem to have broken this port so that it doesn't produce valid results anymore. See [1] for more details. This port would likely be a good candidate for LLVM Fortran but I currently don't have time for to try (patches welcome). Use dos2unix, as it seems necessary but not sufficient for a future fix. Pet portlint while here. Approved by: therry (mentor) [1] https://github.com/nasa/NASTRAN-95/issues/15 Notes: svn path=/head/; revision=543805
* cad/meshlab: fix build on GCC architecturesPiotr Kubaj2020-07-282-1/+11
| | | | | | | | Use C++11 compiler. Include climit in AtomicCounter.h because GCC doesn't include it by default. Notes: svn path=/head/; revision=543638
* cad/qflow: Update 1.4.85 -> 1.4.86Yuri Victorovich2020-07-282-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=543576
* cad/netgen-lvs: Update 1.5.149 -> 1.5.150Yuri Victorovich2020-07-282-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=543565
* cad/alliance: Unbreak build with GCC 10 (-fno-common default)Tobias Kortkamp2020-07-262-3/+24
| | | | | | | | | | | | | | | | /usr/local/bin/ld: /wrkdirs/usr/ports/cad/alliance/work/alliance/src/pat/src/.libs/libPat.a(pat_desc_y.o):(.bss+0x24): multiple definition of `pat_decl_y_errflag'; /wrkdirs/usr/ports/cad/alliance/work/alliance/src/pat/src/.libs/libPat.a(pat_decl_y.o):(.bss+0x20): first defined here /usr/local/bin/ld: /wrkdirs/usr/ports/cad/alliance/work/alliance/src/pat/src/.libs/libPat.a(pat_desc_y.o):(.bss+0x10): multiple definition of `pat_decl_y_val'; /wrkdirs/usr/ports/cad/alliance/work/alliance/src/pat/src/.libs/libPat.a(pat_decl_y.o):(.bss+0x10): first defined here /usr/local/bin/ld: /wrkdirs/usr/ports/cad/alliance/work/alliance/src/pat/src/.libs/libPat.a(pat_desc_y.o):(.bss+0x0): multiple definition of `pat_decl_y_lval'; /wrkdirs/usr/ports/cad/alliance/work/alliance/src/pat/src/.libs/libPat.a(pat_decl_y.o):(.bss+0x0): first defined here /usr/local/bin/ld: /wrkdirs/usr/ports/cad/alliance/work/alliance/src/pat/src/.libs/libPat.a(pat_desc_y.o):(.bss+0x2c): multiple definition of `pat_decl_y_debug'; /wrkdirs/usr/ports/cad/alliance/work/alliance/src/pat/src/.libs/libPat.a(pat_decl_y.o):(.bss+0x24): first defined here http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/alliance-5.1.1_1.log Also USES=compiler:c++0x & USE_GCC=any can be reduced to USE_GCC=yes PR: 246700 Notes: svn path=/head/; revision=543495
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-07-261-0/+2
| | | | Notes: svn path=/head/; revision=543440
* sympy-1.6 is no longer compatible with python 2.7Antoine Brodin2020-07-261-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=543439
* cad/gtkwave: Update to 3.3.105Niclas Zeising2020-07-252-4/+4
| | | | Notes: svn path=/head/; revision=543424
* The serial library returns 'n/a' to the port[2] string that Cura was checkingDiane Bruce2020-07-242-1/+15
| | | | | | | | | | | | for starting with 'USB' (which would actually be 'U' for us). I guess somewhere it is only splitting on 'tty' and not 'cua'. Well, let's just not filter serial ports for USB for now. PR: ports/248227 Submitted by: greg@unrelenting.technology Notes: svn path=/head/; revision=543376
* Lock these ports down to OpenJDK version 8, they do not build with neitherAlexey Dokuchaev2020-07-241-1/+1
| | | | | | | | | 7 nor 11+. PR: 248169 Notes: svn path=/head/; revision=543248
* - Update to 6.2.2007.Stephen Montgomery-Smith2020-07-233-5/+6
| | | | Notes: svn path=/head/; revision=542969
* cad/freecad: fix for python 3.8Christoph Moench-Tegeder2020-07-222-1/+6
| | | | | | | | | PR: 248153 Submitted by: Greg V Obtained from: https://github.com/FreeCAD/FreeCAD/commit/6eacb17b3e03d20 Notes: svn path=/head/; revision=542892
* Update to version 6.4.Alexey Dokuchaev2020-07-222-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=542850
* cad/caneda: fix build on GCC architecturesPiotr Kubaj2020-07-211-1/+2
| | | | | | | | | | | | | | Use C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. MFH: 2020Q3 (fix build blanket) Notes: svn path=/head/; revision=542755
* cad/nvc: Update 1.4.0-33 -> 1.5.0Yuri Victorovich2020-07-202-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=542647
* cad/qflow: Update 1.4.84 -> 1.4.85Yuri Victorovich2020-07-202-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=542609
* cad/verilator: Update 4.036 -> 4.038Yuri Victorovich2020-07-183-13/+13
| | | | | | | | PR: 248086 Approved by: kevinz5000@gmail.com (maintainer) Notes: svn path=/head/; revision=542536
* cad/meshlab: Resurrect, update to 2020.05 and take maintainer'shipLoïc Bartoletti2020-07-1810-0/+299
| | | | | | | | | | | | | | | | | The project has resumed since a few months by releasing one release every month (no more beta or pre release as between 2016 and 2020). - cad/meshlab: Resurrect, update to 2020.05 and take maintainer'ship - devel/vcglib: Update to @f7871ee [1] [1] There is not new release, but Meshlab require this version PR: 217821 Reported by: pi Approved by: fernape, tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24686 Notes: svn path=/head/; revision=542480
* Update devel/tbb to 2020.3 and bump dependent ports' revisionsGanael LAPLANCHE2020-07-172-2/+2
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES Notes: svn path=/head/; revision=542423
* openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent portsMatthias Andree2020-07-161-1/+1
| | | | | | | | | | | | 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. Approved by: portmgr (blanket) MFH: 2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update) Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3 Notes: svn path=/head/; revision=542353
* cad/qflow: Update 1.4.83 -> 1.4.84Yuri Victorovich2020-07-162-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=542325
* - Update to 3.10.28Danilo Egea Gondolfo2020-07-154-9/+18
| | | | Notes: svn path=/head/; revision=542290
* Honor $YACC and fix build with recent byacc.Jung-uk Kim2020-07-143-1/+21
| | | | | | | PR: 247522 Notes: svn path=/head/; revision=542173
* cad/ngspice_rework: fix build on GCC architecturesPiotr Kubaj2020-07-121-1/+1
| | | | | | | | | | | | 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 MFH: 2020Q3 (fix build blanket) Notes: svn path=/head/; revision=542079
* cad/verilator: Update 4.034 -> 4.036Yuri Victorovich2020-07-082-6/+6
| | | | | | | | PR: 247858 Approved by: kevinz5000@gmail.com (maintainer) Notes: svn path=/head/; revision=541721
* - Add LDFLAGS+= -lexecinfo so that python modules work.Stephen Montgomery-Smith2020-07-071-0/+2
| | | | | | | | PR: 247811 Submitted by: rsmith@xs4all.nl Notes: svn path=/head/; revision=541423
* update pyside2 and friends to 5.15.0Christoph Moench-Tegeder2020-07-071-1/+1
| | | | | | | | following the Qt 5 upgrade. bump cad/freecad for "needed shared library changed" Notes: svn path=/head/; revision=541419
* cad/netgen-lvs: Update 1.5.148 -> 1.5.149Yuri Victorovich2020-07-062-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=541355
* cad/graywolf: Mark as broken on aarch64: fails to link with sbrk.Mikael Urankar2020-07-051-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=541263
* Chanse update of devel/libffiNiclas Zeising2020-07-041-0/+1
| | | | | | | | | | | | | Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking) Notes: svn path=/head/; revision=541232
* Mark as broken on aarch64: fails to link with sbrk.Mikael Urankar2020-07-041-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=541171
* - 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