Commit graph

3553 commits

Author SHA1 Message Date
Kurt Jaeger
8eaa8649e2 cad/gerbv: unbreak for llvm11 for now 2020-09-13 18:55:18 +00:00
Yuri Victorovich
7d724428c2 cad/qflow: Update 1.4.86 -> 1.4.87
Reported by:	portscout
2020-09-12 18:35:42 +00:00
Niclas Zeising
84716167a8 cad/gmsh: Update to 4.6.0
Update cad/gmsh to 4.6.0, this includes fixes for -fno-common

PR:		248996
Approved by:	maintainer timeout
2020-09-12 10:55:18 +00:00
Yuri Victorovich
695b5d9945 cad/verilator: Add options INSTALL_DBG_EXECUTABLES and LEAK_CHECKS 2020-09-11 20:13:57 +00:00
Michael Reifenberger
7be66e30aa Try to fix ports build. 2020-09-11 15:28:26 +00:00
Michael Reifenberger
fcf8bb5b2c Update to version 3.25.2.0 2020-09-10 18:19:07 +00:00
Michael Reifenberger
1fa35e10f7 Switch to the gitlab repo and update to 20200902162151 2020-09-09 13:25:12 +00:00
Yuri Victorovich
abb324cc2b cad/veroroute: Update 1.98 -> 1.99
Reported by:	portscout
2020-09-08 05:10:03 +00:00
Yuri Victorovich
76d4452689 cad/digital: Update 0.24 -> 0.25 2020-09-06 15:18:22 +00:00
Yuri Victorovich
bac122e99d cad/veroroute: Update 1.97 -> 1.98
Reported by:	portscout
2020-09-03 08:05:27 +00:00
Yuri Victorovich
91ae406c10 cad/leocad: Add the PORTSCOUT tag 2020-09-03 04:42:36 +00:00
Yuri Victorovich
6fc8f67f09 cad/PrusaSlicer: Use USE_WX instead of the LIB_DEPENDS with the WX library
Approved by:	portmgr (blanket compliance)
2020-09-01 19:59:22 +00:00
Yuri Victorovich
dbb48d51ec x11-toolkits/wxgtk31: Update 3.1.3 -> 3.1.4
PR:		248244
Submitted by:	VVD <vvd@unislabs.com>
2020-09-01 18:12:20 +00:00
Nicola Vitale
c17f30510c - Update to 0.24.8
Changes:	https://github.com/DarwinNE/FidoCadJ/releases/tag/v0.24.8
2020-09-01 12:54:40 +00:00
Yuri Victorovich
a28dea55f5 cad/verilator: Add the SystemC dependency
Also:
* Remove unnecessary patch that has been already applied upstream
* Fix BINARY_ALIAS added for testing
2020-09-01 03:14:17 +00:00
Yuri Victorovich
607d352096 cad/verilator: Add the 'test' target 2020-09-01 01:57:59 +00:00
Sunpoet Po-Chuan Hsieh
b94e8d8c27 Bump PORTREVISION for devel/protobuf shlib change 2020-08-30 20:19:41 +00:00
Piotr Kubaj
1ba7e4e6ed cad/openfpgaloader: fix build on GCC architectures
ETIME is not defined on GCC architectures, define it to the value that Clang uses.
2020-08-30 14:58:42 +00:00
Niclas Zeising
a1b290c54d Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date.  The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall.  This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.

MFH:		2020Q3 (maybe)
2020-08-30 09:47:49 +00:00
Niclas Zeising
e694170828 cad/gmsh: Add -fcommon to fix build
Add -fcommon to cad/gmsh to fix the build on current with llvm 11.
This is a stop-gap measure since an update which fixes the -fno-common issue
is waiting for approval.

PR:		248996
2020-08-29 20:43:48 +00:00
Tobias C. Berner
948449c13a cat/varkon: fix build on current and deprecate 2020-08-29 09:04:28 +00:00
Tobias C. Berner
8c071ad986 cad/transcalc: fix build on current and deprecate 2020-08-29 08:58:22 +00:00
Yuri Victorovich
6035006958 cad/veroroute: Update 1.96 -> 1.97
Reported by:	portscout
2020-08-28 20:29:05 +00:00
Tobias C. Berner
a602635574 cad/atlc: fix build with recent current 2020-08-27 19:13:24 +00:00
Alexey Dokuchaev
5d20a59dec Update to version 6.4.2.
Found out via:	repology.org
2020-08-23 08:50:14 +00:00
Niclas Zeising
1daa16d402 cad/iverilog: Use upstream patch for -fno-common
Change to use the patch applied upstream for fixing the build of
cad/iverilog with -fno-common

MFH:		2020Q3 (implicit, -fno-common fix, ok by joenum)
2020-08-22 14:15:34 +00:00
Yuri Victorovich
0e10ccd94b cad/netgen-lvs: Update 1.5.154 -> 1.5.155
Reported by:	portscout
2020-08-20 03:39:16 +00:00
Pedro F. Giffuni
21cc8e910c cad/calculix : update to version 2.17
Approved by:	thierry (mentor, implicit)
2020-08-20 03:33:07 +00:00
Yuri Victorovich
a9f7cc5505 cad/verilator: Update 4.038 -> 4.040
Taking maintainership based on the maintainer's request.

PR:		248713
Approved by:	kevinz5000@gmail.com (maintainer)
2020-08-18 17:56:39 +00:00
Niclas Zeising
ef7b401e4e cad/iverilog: Fix build with -fno-common
Fix the build with -fno-common, which is the default in llvm 11 (and gcc10).

MFH:		2020Q3
2020-08-18 17:41:24 +00:00
Tobias Kortkamp
7213ee99a1 Clean up some things
Reported by:	portscan
2020-08-18 04:11:23 +00:00
Mark Linimon
0d604bf6fa Add compiler:c++11-lang to USES to fix build on GCC-based systems:
Unsupported compiler -- pybind11 requires C++11 support!

Approved by:	portmgr (tier-2 blanket)
2020-08-17 22:12:35 +00:00
Mateusz Piotrowski
91a2e6d59c Update to 0.52
Change log:
- http://www.scorchworks.com/K40whisperer/k40whisperer_change_log.html
- http://www.scorchworks.com/K40whisperer/k40whisperer.html
2020-08-17 09:44:40 +00:00
Steve Wills
0ea0c4c9b1 cad/py-cq-editor: create port
CQ-editor is a CadQuery GUI editor based on PyQT.

Graphical debugger for CadQuery scripts
- Step through script and watch how your model changes

CadQuery object stack inspector
- Visual inspection of current workplane and selected items
- Insight into evolution of the model

Export to various formats
- STL
- STEP

WWW: https://github.com/CadQuery/CQ-editor/

PR:		248212
Submitted by:	Neal Nelson <ports@nicandneal.net>
2020-08-16 12:54:34 +00:00
Steve Wills
8398ee71c0 cad/py-cadquery: create port
CadQuery is an intuitive, easy-to-use Python module for building parametric 3D
CAD models. Using CadQuery, you can write short, simple scripts that produce
high quality CAD models. It is easy to make many different objects using a
single script that can be customized.

WWW: https://github.com/CadQuery/cadquery

PR:		248210
Submitted by:	Neal Nelson <ports@nicandneal.net>
2020-08-16 12:54:13 +00:00
Steve Wills
e5e1215114 cad/py-ocp: create port
OCP is a Python wrapper for OCCT (OpenCascade) generated using pywrap
primarily used by CadQuery.

WWW: https://github.com/CadQuery/OCP

PR:		248202
Submitted by:	Neal Nelson <ports@nicandneal.net>
2020-08-16 12:53:47 +00:00
Tobias C. Berner
d21332e438 devel/cmake: update to 3.18.1
- update to 3.18.1
- new port devel/cmakedoc

Thanks to adridg@ for tackling most of the fallout.

PR:		248003
Exp-run by:	antoine
2020-08-16 09:27:18 +00:00
Hiroki Sato
b3c29ed70d Update to 1.6 and add test target. 2020-08-15 22:36:39 +00:00
Matthias Andree
721533a798 graphics/ilmbase, graphics/openexr: PORTREVISION bump for users
ilmbase and openexr were updated to v2.5.3 and their shlibs changed
from *.25.0.1 to *.25.0.2.

This is a PORTREVISION bump to ports using ilmbase or openexr
to chase that change and trigger rebuild.
2020-08-13 22:35:16 +00:00
Niclas Zeising
46f0d59f0a cad/gtkwave: update to 3.3.106 2020-08-12 18:55:50 +00:00
Joseph Mingrone
bea2b0b802 editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.

Port changes:

- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
  turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
  included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
  deskutils/howm, which now build

Submitted by:	HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by:	ashish
Differential Revision:	https://reviews.freebsd.org/D23966
2020-08-12 18:30:06 +00:00
Yuri Victorovich
d5f3f07605 New port: cad/openfpgaloader: Universal utility for programming FPGA 2020-08-11 08:29:53 +00:00
Alexey Dokuchaev
b479d12240 Update to version 0.11.
Reported by:	portscout
2020-08-08 10:16:02 +00:00
Yuri Victorovich
08b224b002 New port: cad/horizon-eda: EDA package for printed circuit board design 2020-08-07 04:03:30 +00:00
Yuri Victorovich
3a1dcf1178 cad/netgen-lvs: Update 1.5.153 -> 1.5.154
Reported by:	portscout
2020-08-05 15:55:17 +00:00
Yuri Victorovich
7e0f654128 cad/netgen-lvs: Update 1.5.150 -> 1.5.153
Reported by:	portscout
2020-08-03 03:31:21 +00:00
Loïc Bartoletti
f1f118cc9e [NEW PORT] cad/py-ezdxf: Create and modify DXF drawings
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
2020-07-30 19:43:42 +00:00
Pedro F. Giffuni
77fefb9b0b cad/NASTRAN-95: mark broken
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
2020-07-30 17:05:23 +00:00
Piotr Kubaj
8d33a31606 cad/meshlab: fix build on GCC architectures
Use C++11 compiler.
Include climit in AtomicCounter.h because GCC doesn't include it by default.
2020-07-28 23:59:43 +00:00
Yuri Victorovich
27aae02583 cad/qflow: Update 1.4.85 -> 1.4.86
Reported by:	portscout
2020-07-28 06:04:12 +00:00
Yuri Victorovich
28b66002f3 cad/netgen-lvs: Update 1.5.149 -> 1.5.150
Reported by:	portscout
2020-07-28 02:00:13 +00:00
Tobias Kortkamp
373fe72e76 cad/alliance: Unbreak build with GCC 10 (-fno-common default)
/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
2020-07-26 20:16:11 +00:00
Antoine Brodin
37a49a023d Deprecate ports broken for more than 6 months 2020-07-26 07:32:00 +00:00
Antoine Brodin
0b69a4e7cd sympy-1.6 is no longer compatible with python 2.7
Reported by:	pkg-fallout
2020-07-26 07:16:27 +00:00
Niclas Zeising
f5b72b8f6c cad/gtkwave: Update to 3.3.105 2020-07-25 16:00:17 +00:00
Diane Bruce
4070e7550b The serial library returns 'n/a' to the port[2] string that Cura was checking
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
2020-07-24 20:09:59 +00:00
Alexey Dokuchaev
4a7886d8b1 Lock these ports down to OpenJDK version 8, they do not build with neither
7 nor 11+.

PR:	248169
2020-07-24 15:24:40 +00:00
Stephen Montgomery-Smith
92b21b6fda - Update to 6.2.2007. 2020-07-23 21:59:25 +00:00
Christoph Moench-Tegeder
c75505eec3 cad/freecad: fix for python 3.8
PR:		248153
Submitted by:	Greg V
Obtained from:	https://github.com/FreeCAD/FreeCAD/commit/6eacb17b3e03d20
2020-07-22 20:31:04 +00:00
Alexey Dokuchaev
d8fbd498dd Update to version 6.4.
Reported by:	portscout
2020-07-22 10:24:52 +00:00
Piotr Kubaj
a03fb3173c 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.

MFH:		2020Q3 (fix build blanket)
2020-07-21 16:45:02 +00:00
Yuri Victorovich
161681217b cad/nvc: Update 1.4.0-33 -> 1.5.0
Reported by:	portscout
2020-07-20 15:34:18 +00:00
Yuri Victorovich
92af53ad4c cad/qflow: Update 1.4.84 -> 1.4.85
Reported by:	portscout
2020-07-20 04:52:43 +00:00
Yuri Victorovich
9eb83d06fe cad/verilator: Update 4.036 -> 4.038
PR:		248086
Approved by:	kevinz5000@gmail.com (maintainer)
2020-07-18 23:00:44 +00:00
Loïc Bartoletti
cb800a48ac cad/meshlab: Resurrect, update to 2020.05 and take maintainer'ship
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
2020-07-18 08:18:57 +00:00
Ganael LAPLANCHE
b4b8dbee42 Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
2020-07-17 10:12:25 +00:00
Matthias Andree
59eb5b4b37 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.

Approved by:	portmgr (blanket)
MFH:		2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update)
Security:	714e6c35-c75b-11ea-aa29-d74973d1f9f3
2020-07-16 12:13:30 +00:00
Yuri Victorovich
5f1929f34e cad/qflow: Update 1.4.83 -> 1.4.84
Reported by:	portscout
2020-07-16 06:19:40 +00:00
Danilo Egea Gondolfo
ae5aab4995 - Update to 3.10.28 2020-07-15 20:54:55 +00:00
Jung-uk Kim
3a87ad06d6 Honor $YACC and fix build with recent byacc.
PR:		247522
2020-07-14 01:39:42 +00:00
Piotr Kubaj
a1b5415e2b 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

MFH:		2020Q3 (fix build blanket)
2020-07-12 13:32:02 +00:00
Yuri Victorovich
14ffdbe6f1 cad/verilator: Update 4.034 -> 4.036
PR:		247858
Approved by:	kevinz5000@gmail.com (maintainer)
2020-07-08 22:53:00 +00:00
Stephen Montgomery-Smith
24d2ac5b73 - Add LDFLAGS+= -lexecinfo so that python modules work.
PR:		247811
Submitted by:	rsmith@xs4all.nl
2020-07-07 14:22:41 +00:00
Christoph Moench-Tegeder
e387a37742 update pyside2 and friends to 5.15.0
following the Qt 5 upgrade.
bump cad/freecad for "needed shared library changed"
2020-07-07 12:53:07 +00:00
Yuri Victorovich
5b08d75def cad/netgen-lvs: Update 1.5.148 -> 1.5.149
Reported by:	portscout
2020-07-06 17:34:56 +00:00
Mikael Urankar
42b6701e10 cad/graywolf: Mark as broken on aarch64: fails to link with sbrk.
Approved by:	portmgr (tier-2 blanket)
2020-07-05 09:10:50 +00:00
Niclas Zeising
0e32330f15 Chanse update of devel/libffi
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)
2020-07-04 18:11:42 +00:00
Mikael Urankar
865ff21d61 Mark as broken on aarch64: fails to link with sbrk.
Approved by:	portmgr (tier-2 blanket)
2020-07-04 07:53:25 +00:00
Alexey Dokuchaev
8ca5b8249b - Update to version 6.3 and take maintainership
- Wrap some excessively long lines while here

PR:	235180
2020-07-02 08:02:48 +00:00
Tobias Kortkamp
7081c91dbf cad/NASTRAN-95: Unbreak build with GCC 10
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
2020-06-28 04:29:19 +00:00
Sunpoet Po-Chuan Hsieh
fb72b1f5fa Move devel/py-usb to devel/py-pyusb
- 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)
2020-06-27 09:39:28 +00:00
Sunpoet Po-Chuan Hsieh
fa56610258 Move comms/py-serial to comms/py-pyserial
- 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)
2020-06-27 09:37:50 +00:00
Fernando Apesteguía
59d6ceb789 cad/ngspice_rework: Update to 32
ChangeLog: https://sourceforge.net/projects/ngspice/files/ng-spice-rework/32/ReleaseNotes.txt/download

PR:	246455
Submitted by:	kevinz5000@gmail.com(maintainer)
2020-06-25 06:12:16 +00:00
Loïc Bartoletti
d4dbd37e20 cad/ktechlab: : Prepare for Qt5.15
PR:             247010
Approved by:    tcberner (mentor, implicit)
2020-06-24 09:11:45 +00:00
Yuri Victorovich
693d1f70d2 cad/qflow: Update 1.4.81 -> 1.4.83
Reported by:	portscout
2020-06-23 16:53:07 +00:00
Loïc Bartoletti
13104bc892 cad/freecad: Prepare for Qt5.1.5
PR:             247010
Approved by:    tcberner (mentor, implicit)
Differential Revision:  https://reviews.freebsd.org/D25405
2020-06-23 15:44:49 +00:00
Tobias Kortkamp
109b0f84ca cad/graywolf: Unbreak build with GCC 10 (-fno-common)
/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
2020-06-22 03:13:11 +00:00
Lorenzo Salvadore
f2f0c6e390 Drop ports maintainership
Approved by:	gerald (mentor)
2020-06-21 15:36:34 +00:00
Stephen Montgomery-Smith
2a3693c671 - Update to 6.2.2006. 2020-06-19 16:18:47 +00:00
Yuri Victorovich
486bed2250 cad/netgen-lvs: Update 1.5.147 -> 1.5.148
Reported by:	portscout
2020-06-19 06:10:31 +00:00
Sunpoet Po-Chuan Hsieh
cb333cf1ec Move devel/swig30 to devel/swig and update to 4.0.1
- 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
2020-06-17 18:17:45 +00:00
Yuri Victorovich
b004bb027d cad/qflow: Update 1.4.80 -> 1.4.81
Reported by:	portscout
2020-06-15 03:54:23 +00:00
Yuri Victorovich
ba496e7254 cad/veroroute: Update 1.94 -> 1.96
Reported by:	portscout
2020-06-15 02:26:15 +00:00
Mark Linimon
711279bdb9 Mark as ONLY_FOR x86: rdtsc() is not available on other archs:
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)
2020-06-14 20:07:31 +00:00
Niclas Zeising
b4241081ef cad/gtkwave: Update to 3.3.104 2020-06-14 12:24:53 +00:00
Thierry Thomas
4ed8b82d01 Switch from mpich2 to mpich. 2020-06-14 09:12:26 +00:00
Stephen Montgomery-Smith
2761a887ad - Update to 6.2.2005.
- Revert r537594 and r537931, because their introduction did not stop build
  errors from pkg-fallout@.
2020-06-13 18:11:07 +00:00
Michael Reifenberger
95d1eed66f Remove BROKEN_i386 after the previous fix got verified.
PR:		234857
Reported by:	emaste@
2020-06-10 20:06:29 +00:00
Michael Reifenberger
5cf0865531 Try to fix i386 build.
While there update to 3.24.3.8

PR:		234857
Submitted by:	emaste@
2020-06-07 16:48:23 +00:00
Christoph Moench-Tegeder
17e5b388cc freecad: don't compress QResources for python code
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
2020-06-07 16:26:56 +00:00
Yuri Victorovich
1eb74291ec cad/netgen-lvs: Update 1.5.146 -> 1.5.147
Reported by:	portscout
2020-06-06 00:44:59 +00:00
Fernando Apesteguía
ae49030f4b cad/lepton-eda: Update to 1.9.11
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)
2020-06-05 09:08:11 +00:00
Stephen Montgomery-Smith
c1f3be27e2 - Fix build error caused by lack of py-pybind11 dependency. I decided to
go this way instead of putting superbuild back on.
2020-06-04 19:09:36 +00:00
Sunpoet Po-Chuan Hsieh
1c489784e1 Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
Stephen Montgomery-Smith
481fc36263 - Switch off superbuild in cmake. I did this because cmake seemed to
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.
2020-06-03 05:05:30 +00:00
Stephen Montgomery-Smith
2244ce15dc - Correct use of GH_* variables.
Reported by:	Jan Beich <jbeich@FreeBSD.org>
2020-06-03 03:01:23 +00:00
Stephen Montgomery-Smith
e17a7a2982 For some reason, distinfo had a file listed twice. This caused make fetch
to fail.
2020-05-31 00:04:36 +00:00
Michael Reifenberger
b7e8d92979 Update kicad-*devel to the latest changes. 2020-05-30 20:59:42 +00:00
Yuri Victorovich
793cf3d943 cad/digital: Update 0.22-250 -> 0.24 2020-05-30 01:55:24 +00:00
Loïc Bartoletti
d9a03f1090 cad/qcad: prepare for Qt5-5.15
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25048
2020-05-29 18:40:34 +00:00
Mark Linimon
9c744318ec Mark as BROKEN on powerpc64-12. It seems to build elsewhere (except mips,
where it is blocked).

Approved by:	portmgr (tier-2 blanket)
2020-05-29 04:19:30 +00:00
Alexey Dokuchaev
907a4eb7ab Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
Stephen Montgomery-Smith
4d678ffe69 - Update to 6.2.2004. This required a complete rewrite of the port.
PR:		246512
Submitted by:	yuri@freebsd.org
2020-05-26 02:33:57 +00:00
Mark Linimon
7bfccf5be4 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
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)
2020-05-25 22:35:04 +00:00
Sunpoet Po-Chuan Hsieh
3f66b8f906 Fix build with bison 3.6.2 2020-05-25 18:25:19 +00:00
Nicola Vitale
b888d3fa04 Update to 0.24.7
Changes:	https://github.com/DarwinNE/FidoCadJ/releases/tag/v0.24.7
2020-05-24 16:08:36 +00:00
Yuri Victorovich
48ae4c1793 cad/qrouter: Update 1.4.82 -> 1.4.83
Reported by:	portscout
2020-05-23 20:47:07 +00:00
Yuri Victorovich
84b0509b58 cad/verilator: Update 4.028 -> 4.034
PR:		243698
Approved by:	kevinz5000@gmail.com (maintainer's timeout; 110 days)
2020-05-23 19:04:30 +00:00
Loïc Bartoletti
28a0c07667 [NEW PORT] cad/ifcopenshell: Open source IFC library and geometry engine
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
2020-05-23 06:57:49 +00:00
Sunpoet Po-Chuan Hsieh
aabbea4dfa Bump PORTREVISION for devel/json-c json-c 2020-05-22 19:20:42 +00:00
Tobias C. Berner
88524e6fba cad/librecad: prepare for Qt5-5.15 2020-05-21 10:32:29 +00:00
Mathieu Arnold
fd11f3f038 Regular USE_GITHUB cleanup. 2020-05-20 15:49:37 +00:00
Tobias C. Berner
2b81ca45b5 Add missing dependency on kinit
A handful of ports implicitetly dependet on kinit through some other port,
which in turn itself shouldn't have. In r535466 this was removed, and the
dependency on kinit now needs to be made explicit.

Reported by:	antoine
2020-05-18 10:12:22 +00:00
Yuri Victorovich
db88433137 cad/veroroute: Update 1.93 -> 1.94
Reported by:	portscout
2020-05-17 08:37:50 +00:00
Loïc Bartoletti
4c1a399966 x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
  - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
2020-05-17 05:55:12 +00:00
Rene Ladan
c2456f3821 cad/fritzing: fix fetch and unexpire
The distfile has been rerolled, and (mildly) checked by the submitter
for changes.

PR:		245224
Submitted by:	bob@eager.cx
Approved by:	maintainer (timeout, 6 weeks)
MFH:		2020Q2
2020-05-15 19:46:45 +00:00
Christoph Moench-Tegeder
035e735cff update KiCAD and it's libraries to 5.1.6
Announcement: https://kicad-pcb.org/blog/2020/05/KiCad-5.1.6-Release/
2020-05-15 16:31:25 +00:00
Jose Alonso Cardenas Marquez
c58bea1344 - Bump PORTREVISION. lazarus was updated to 2.0.8 2020-05-14 06:05:27 +00:00
Yuri Victorovich
53dcd952c2 cad/qrouter: Update 1.4.81 -> 1.4.82
Reported by:	portscout
2020-05-13 08:05:00 +00:00
Yuri Victorovich
6089fa4fad cad/qflow: Update 1.4.79 -> 1.4.80
Reported by:	portscout
2020-05-13 08:03:14 +00:00
Matthias Andree
38f53fd85b graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1
Upstream release notes:
* A patch release that corrects the SO version for the v2.5 release,
  which missed getting bumped in v2.5.0.

* This release also fixes an improper failure in IlmImfTest
  when running on ARMv7 and AAarch64.

Bump PORTREVISION of all port directly requiring ilmbase or openexr
that are not marked BROKEN (shlib/.so file version bump).

Test build of all port directly depending on ilmbase or openexr
succeeded in poudriere in a 12.1-RELEASE amd64 jail.
2020-05-12 15:47:52 +00:00
Yuri Victorovich
2ce9d8f3ee cad/veroroute: Update 1.90 -> 1.93 2020-05-10 04:48:37 +00:00
Yuri Victorovich
0ceb17dc38 cad/librepcb: Update 0.1.3 -> 0.1.4
Reported by:	portscout
2020-05-09 04:48:10 +00:00
Matthias Andree
ded32047a7 graphics/ilmbase: graphics/openexr: update to v2.5.0
ChangeLog:
- https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0

* Bump PORTREVISION of all consumers except py-openimageio (BROKEN).

* cad/PrusaSlicer:
    LIB_DEPENDS: remove version from libHalf.so
    BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
    USE_GL+=gl
    USES+=pkgconfig (needed to find libHalf)
2020-05-08 11:57:55 +00:00
Loïc Bartoletti
be7d93cd66 smath/cgal: Update to 5.0.2
The new version of CGAL brings improvements and a lot of changes, including 2 major ones [1](header only[2] and require c++14) requiring to patch all software depending on it.

[1] https://www.cgal.org/2019/11/08/cgal50/
[2] https://doc.cgal.org/latest/Manual/installation.html

math/cgal:

   - Update to 5.0.2

databases/sfcgal:

   - Fix with cgal5 : use c++14 and add gmpxx link

databases/postgis*:

   - bump portversion needed due to cgal and sfcgal changes

cad/openscad:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - Use c++14

cad/openscad-devel:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - Use c++14

games/flightgear-terragear:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - fix Boost error (ld: error: undefined symbol: boost:🧵:hardware_concurrency())

graphics/colmap:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - fix CMAKE_CXX_FLAGS with c++14

PR:		245824
Approved by:	wen, jbeich, tcberner (mentor)
Differential Revision:	D24578
2020-05-08 05:35:11 +00:00
Yuri Victorovich
bcf8d8eb02 Bump 46 ports depending on math/openblas because the after the recent math/openblas update the library name changed in openblas. 2020-05-06 16:11:14 +00:00
Dirk Meyer
eff60e5ddb - update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
2020-05-04 21:31:39 +00:00
Tobias Kortkamp
53f886ef1b cad/sweethome3d: Reset MAINTAINER
PR:		235180
Submitted by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
2020-04-29 06:06:03 +00:00
Christoph Moench-Tegeder
fa2f6831bc chase vtk8 upgrade from ports r533086
the shared library version changed, and the cmake files are now in
a new location
2020-04-27 07:58:12 +00:00
Christoph Moench-Tegeder
711a5f51d9 switch to vtk8, following opencascade 2020-04-25 20:48:22 +00:00
Thierry Thomas
b1ee5addc7 Really switch to VTK8.
Pro-tip: cmake and qmake are two build systems, do not mix them together,
or this could produce unexpected results.
2020-04-25 20:25:27 +00:00
Yuri Victorovich
1e68a83d90 cad/veroroute: Update 1.86 -> 1.90
Reported by:	upstream
2020-04-23 03:36:29 +00:00
Christoph Moench-Tegeder
ba2550828a freecad: back to vtk6
again following opencascade ports r532208
2020-04-21 21:34:55 +00:00
Thierry Thomas
3402ac3452 Switch back to VTK-6.1 for the moment, unfortunately.
VTK-8.1 breaks different things - still investigating.
2020-04-20 14:04:36 +00:00
Yuri Victorovich
6d2e2bd793 cad/ktechlab: Update 0.40.1-74 -> 0.40.1-77
Also update PORTSCOUT.
2020-04-19 19:41:35 +00:00
Rene Ladan
ae71ab6307 cad/fidocadj: unbreak and unexpire by switching to GitHub.
- update the accompanying PDF to version 0.24.6 too
- use DIST_SUBDIR
- clean up Makefile

PR:		245368
Submitted by:	rene
Approved by:	maintainer timeout (nivit, 14 days)
MFH:		2020Q2
2020-04-19 10:53:03 +00:00
Thierry Thomas
740d3d0e83 Fix build: VTK-8 requires devel/qt5-qmake.
Reported by:	lbartoletti
2020-04-19 08:54:23 +00:00
Christoph Moench-Tegeder
8ef13aa154 cad/freecad: chase opencascade's switch to vtk8
FreeCAD had it's own dependency on vtk6, and we cannot mix vtk6 and vtk8.
While here, enable openmpi - now it's pulled in by default via vtk8, so
we might pick it up here as well.
2020-04-18 22:43:48 +00:00
Thierry Thomas
2f7ff22280 Switch to VTK-8.1. 2020-04-18 18:42:27 +00:00
Christoph Moench-Tegeder
885808273b update devel/pyside2 and friends to 5.14.2
following r531601 (Qt 5.14.2), PySide2 can be updated, too
- pyside2-tools don't bring their own pyside2-rcc and pyside2-uic but
  use Qt's rcc and uic - patch cad/freecad to handle that
- remove Python 2 support: it's going to go away soon anyway, it did
  complicate these ports a lot, and it would have required more
  workarounds in FreeCAD when using Qt's rcc instead of the old pyside2-rcc.
- while here, do some polishing in freecad's makefile
2020-04-13 17:21:57 +00:00
Fernando Apesteguía
3c0117599c cad/PrusaSlicer: unbreak
Remove bad USES = glu and add USES_GL = glu

PR:	245418
Reported by:	antoine@
2020-04-13 14:45:32 +00:00
Tobias C. Berner
a25eafc3bc Update Qt5 to 5.14.2
Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0).
Notably, video capture support was re-enabled.

Announcement:
        https://www.qt.io/blog/qt-5.14-has-released

PR:		244964
Exp-run by:	antoine
2020-04-13 12:35:58 +00:00
Diane Bruce
93a24869bf Although qt5-quickcontrols2 is already a dependency,
qt5-quickcontrols is needed.

PR:		ports/245581
Submitted by:	meka@tilda.center
2020-04-12 23:04:13 +00:00
Antoine Brodin
0f577fc174 Mark BROKEN: unknown USES=glu
Reported by:	pkg-fallout
2020-04-12 19:24:21 +00:00
Loïc Bartoletti
5ead0a2f78 Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
  - Update qscintilla2 to 2.11.4
  - Replace MASTER_SITE_RIVERBANK with https versions
  - Replace QSCI2_DISTNAME to match with the new one

PR:		245308
Approved by:	tcberner (mentor)
Exp-run by:	antoine
2020-04-11 05:04:40 +00:00
Piotr Kubaj
ac7fc760b4 cad/graywolf: fix build on GCC architectures
C11 compiler is necessary:
/wrkdirs/usr/ports/cad/graywolf/work/graywolf-0.1.6-3-g6c5e24f/src/twmc/wireratio.c:92: error: expected declaration specifiers before 'gsl_matrix'

MFH:		2020Q2 (fix build blanket)
2020-04-10 21:43:59 +00:00
Fernando Apesteguía
0f708dedb5 cad/PrusaSlicer: fix build
Add devel/CGAL dependency.

While here:

 * Change MAINTAINER email
 * Add missing LIB_DEPENDS
 * Add missing USES

PR:	245418
Submitted by:	teodorsigaev@gmail.com (maintainer)
2020-04-10 09:25:42 +00:00
Yuri Victorovich
aa20fd2edd cad/irsim: 9.7.100 -> 9.7.108
PR:		245039
Approved by:	danilo (maintainer's timeout; 14 days)
2020-04-09 01:16:14 +00:00
Tobias Kortkamp
ede6fda217 Clean up some duplicated variables
Reported by:	portscan
2020-04-07 16:03:04 +00:00
Christoph Moench-Tegeder
bbd534b285 cleanup freecad after r520739
fr-med doesn't pull in that vintage hdf5-18 anymore, thus remove the
leftover workarounds and dependency for that.
2020-04-05 19:07:57 +00:00
Michael Reifenberger
40d866d8e3 Fix RUN_DEPENDS
PR:		245247
Submitted by:	teodorsigaev@gmail.com
Reported by:	thierry@
2020-04-05 16:31:35 +00:00
Michael Reifenberger
6da8c7f9ec Update to 2.2.0
PR:		245247
Submitted by:	teodorsigaev@gmail.com
2020-04-05 11:46:17 +00:00
Antoine Brodin
5771a96715 Deprecate ports broken for more than 6 months 2020-04-04 20:51:40 +00:00
Mateusz Piotrowski
2132615109 Update to 0.45
Reported by:	portscout
2020-04-02 13:07:22 +00:00
Ganael LAPLANCHE
555ae57247 Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
2020-04-01 14:14:51 +00:00
Yuri Victorovich
e9fc617f3f cad/netgen-lvs: Update 1.5.145 -> 1.5.146
Reported by:	portscout
2020-03-29 23:10:46 +00:00
Yuri Victorovich
3365879408 cad/graywolf: Fix build on 13
sys/dir.h is replaced with dirent.h

fatal error: sys/dir.h: No such file or directory
  136 | #include <sys/dir.h>
      |          ^~~~~~~~~~~
2020-03-29 06:15:40 +00:00
Diane Bruce
987c7d4bc0 Report:
If you attempt to start cad/cura, it will fail with UM/View/GL/OpenGL.py
being unable to include OpenGL.

Maintainer:
I bumped PORTREVSION

PR:		ports/245129
Submitted by:	vvelox@vvelox.net
2020-03-28 19:41:50 +00:00
Yuri Victorovich
37474905b7 cad/netgen-lvs: Update 1.5.144 -> 1.5.145
Reported by:	portscout
2020-03-28 04:00:59 +00:00
Diane Bruce
46d77fc8e3 I was confused by the jump back in version numbering but got the proper
commit number after the proper 4.5 tag did an unneeded EPOCH bump
(Thinking I was working on CuraEngine) and then managed to leave the
wrong tag 14.5 instead of 4.5 in the version. (Porter Handbook 5.14)

I'll wear the pointy hat.

Mop up the RUN_DEPENDS I missed as noted by lme@ via email.

===
I made it work on my machine but there were a few missing runtime
dependencies:
- cad/cura-engine
- comms/py-serial
- graphics/qt-graphicaleffects
- x11-toolkits/qt-quickcontrols2

After I installed the packages manually Cura starts successfully. :-)
===

Reported by:	lme@FreeBSD.org
2020-03-27 13:08:25 +00:00
Fernando Apesteguía
d072555ad0 cad/lepton-eda: remove DEPRECATE block
The port dropped python2.7 dependency in r529231

PR:	245068
2020-03-27 12:10:29 +00:00
Fernando Apesteguía
ea0eb6f8c2 cad/lepton-eda: Update to 1.9.10
ChangeLog:
https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md#notable-changes-in-lepton-eda-1910-20200319

PR:     245068
Submitted by:   graahnul.grom@gmail.com (maintainer)
2020-03-27 07:25:16 +00:00
Diane Bruce
49471275d5 Updated pkg-descr
The Uranium framework consists of several parts, divided over several modules.
These modules are Core, Backend, Math, Mesh, Scene, Settings and View.
In addition, there are two toolkit-specific modules that implement a lot
of UI bits for the applications.
2020-03-26 12:10:43 +00:00
Diane Bruce
4352bb5005 I used my personal email rather than FreeBSD one by mistake
No binary changes.
2020-03-26 12:06:13 +00:00
Diane Bruce
da457d84be Add the missing patches and unbreak build. 2020-03-26 12:00:40 +00:00
Diane Bruce
11fc233df1 - Maintainer timeout after 4 months take Maintainership
Reported: 	2019-11-26 03:43 UTC by Kyle Evans
  Modified: 	2020-03-11 21:02 UTC (History)

Total new update to CuraEngine
Cura saw a major rewrite between 15.04 and 4.3.0, hence the need for
PORTEPOCH -- the changeset is too large to enumerate. At a minimum,
the new version solves some issues that users will see attempting to
slice .stl files created from newer Blender versions.

A new port, libArcus, is also included -- this is a prereq for the new
version of Cura and will also be needed for the UI if it's eventually ported.

PR:		ports/242242
2020-03-26 00:22:03 +00:00
Diane Bruce
766e701f48 This is the new, shiny frontend for Cura. Check daid/LegacyCura for the
legacy Cura that everyone knows and loves/hates. We re-worked the
whole GUI code at Ultimaker, because the old code started to become
unmaintainable.

WWW: https://github.com/Ultimaker/Cura/wiki
2020-03-26 00:03:41 +00:00
Diane Bruce
91447773b9 Uranium is a Python framework for building 3D printing related applications.
WWW: https://github.com/Ultimaker/uranium/wiki
2020-03-25 23:04:33 +00:00
Diane Bruce
764f93a0c5 In preparation for Cura updates add the FDM material database 2020-03-25 18:10:50 +00:00
Yuri Victorovich
72965a98b4 cad/qflow: Add missing apps to DEPENDS statements; Fix the strip statement 2020-03-25 01:30:36 +00:00
Yuri Victorovich
c13207e505 cad/graywolf: Fix the symbolic link that was silently failing by adding patch for GitHub pull request 2020-03-25 00:19:40 +00:00
Antoine Brodin
1bf9457272 Convert the tree to use PY_PILLOW
With hat:	portmgr
Originally submitted by:	kai
2020-03-24 19:54:57 +00:00
Yuri Victorovich
fcfe984b6a New port: cad/opensta: Gate level static timing verifier 2020-03-23 07:46:23 +00:00
Yuri Victorovich
27b38bba68 New port: cad/graywolf: Fork of TimberWolf, a placement tool in VLSI design 2020-03-22 10:43:44 +00:00
Yuri Victorovich
647c9273f1 New port: cad/qflow: End-to-end digital synthesis flow for ASIC designs 2020-03-22 10:02:44 +00:00
Yuri Victorovich
dc0d7b0c86 cad/abc: Update g20180420 -> g20200322
PR:		241511
Approved by:	uddka@student.kit.edu (maintainer's timeout; 4.5 months)
2020-03-22 08:56:58 +00:00
Yuri Victorovich
24a1d4b2b9 cad/netgen-lvs: Change to GitHub, enable Tcl/Tk and Xorg 2020-03-22 07:22:44 +00:00
Yuri Victorovich
c9f070300b New port: cad/qrouter: Tool to generate metal layers and vias 2020-03-19 05:20:13 +00:00
Yuri Victorovich
1359966d09 New port: cad/netgen-lvs: Tool for comparing netlists (a process known as LVS) 2020-03-19 03:19:57 +00:00
Fernando Apesteguía
b7d6202cde cad/brlcad: update to 7.30.2
PR:	244829
Submitted by:	erik@brlcad.org (maintainer)
2020-03-17 11:50:33 +00:00
Mark Linimon
21df82eafb Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
/usr/local/lib/libtinyxml.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'

While here, sort USES.

Approved by:	portmgr (tier-2 blanket)
2020-03-17 04:27:03 +00:00
Yuri Victorovich
b9045e9548 cad/veroroute: Update 185 -> 1.86 (despite DISTVERSION being in the format NNN, the version is N.NN)
Reported by:	upstream
2020-03-16 01:10:35 +00:00
Steve Wills
c021e20ce5 cad/tkgate: remove unnecessary REINPLACE_CMD
While here, fix a patch, add some missing deps and clean up
2020-03-15 14:49:10 +00:00
Wen Heping
06d3c26e20 - Add a mirror to MASTER_SITES 2020-03-15 09:00:00 +00:00
Diane Bruce
066916c91c OpenCTM is a file format, a software library and a tool set for compression
of 3D triangle meshes. The geometry is compressed to a fraction of comparable
file formats (3DS, STL, COLLADA...), and the format is accessible through
a simple, portable API

WWW: https://sourceforge.net/projects/openctm/
2020-03-15 00:39:34 +00:00
Yuri Victorovich
f0f15db7ab cad/veroroute: Update 184 -> 185
Reported by:	portscout
2020-03-13 07:57:21 +00:00
Wen Heping
737e10c561 - Update to 4.5.4 2020-03-11 04:42:16 +00:00
Baptiste Daroussin
fa3eca03f5 Use byacc instead of bison (via the new bison wrapper) 2020-03-10 14:24:19 +00:00
Antoine Brodin
fb3d8e7c78 Mark BROKEN: fails to link
[ 90%] Linking CXX executable vspaero
ld: error: undefined symbol: __atomic_load
>>> referenced by VSP_Solver.C
>>>               CMakeFiles/vspaero.dir/VSP_Solver.C.o:(.omp_outlined..205)

ld: error: undefined symbol: __atomic_compare_exchange
>>> referenced by VSP_Solver.C
>>>               CMakeFiles/vspaero.dir/VSP_Solver.C.o:(.omp_outlined..205)
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
2020-03-10 14:15:42 +00:00
Baptiste Daroussin
e9b306d997 cad/scotch: builds and run perfecly fine when built with byacc 2020-03-10 11:06:59 +00:00
Baptiste Daroussin
8503406074 brlcad builds and run perfectly fine when built with base byacc instead of bison 2020-03-10 11:06:29 +00:00
Antoine Brodin
5ae8688c07 Deprecate some ports using deprecated version of python
With hat:	portmgr
2020-03-08 17:01:46 +00:00
Yuri Victorovich
f88e070086 cad/veroroute: Update 182 -> 184
Reported by:	portscout
2020-03-07 18:48:42 +00:00
Jose Alonso Cardenas Marquez
8c8a336495 - Remove compat < 11 dependencies from bootstrap and compiler. It could fix problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Reported by:	fbsdbugs4  at  sentry.org
2020-03-06 06:26:05 +00:00
Yuri Victorovich
b465f863ce cad/veroroute: Update 180 -> 182
Reported by:	portscout
2020-03-02 07:15:53 +00:00
Christoph Moench-Tegeder
dd0c846e25 switch kicad-doc from source to pre-built docs
The build process is rather unstable on our asciidoc toolchain, but
then the doc files are completely independent of OS and machine
architecture, so there's nothing which stops us from just taking the
ready-built files from upstream. At the same time this enables two
additional documentation languages (polnish and chinese) - their
build process was even more unstable than the rest in my environment.

PR:		241183
MFH:		2020Q1
2020-03-01 18:04:31 +00:00
Rene Ladan
62d60014dc Remove expired ports:
2020-03-01 audio/idjc: Old, uses EOLed python27
2020-03-01 cad/py-pycam: Old, uses EOLed python27
2020-02-27 chinese/gimp-help-zh_CN: Broken
2020-03-01 databases/emma: Old, uses EOLed python27
2020-03-01 deskutils/anamnesis: Old, uses EOLed python27
2020-02-28 deskutils/cherrytree: Old, uses EOLed python27
2020-03-01 deskutils/gbirthday: Old, uses EOLed python27
2020-03-01 deskutils/gtg: Old, uses EOLed python27
2020-03-01 deskutils/nemo-extensions: Old, uses EOLed python27
2020-03-01 deskutils/pybookreader: Old, uses EOLed python27
2020-03-01 devel/diffuse: Old, uses EOLed python27
2020-02-28 devel/dreampie: Old, uses EOLed python27
2020-03-01 devel/gtkparasite: Old, uses EOLed python27
2020-02-28 devel/py-orbit: Old, uses EOLed python27
2020-03-01 editors/py-room: Old, uses EOLed python27
2020-02-27 french/gimp-help: Broken
2020-03-01 games/magicor: Old, uses EOLed python27
2020-03-01 games/openalchemist: Old, uses EOLed python27
2020-03-01 games/pythonsudoku: Old, uses EOLed python27
2020-02-27 german/gimp-help: Broken
2020-03-01 graphics/driconf: Old, uses EOLed python27
2020-02-27 graphics/gimp-help: Broken
2020-03-01 graphics/nathive: Old, uses EOLed python27
2020-03-01 graphics/py-goocanvas: Old, uses EOLed python27
2020-03-01 graphics/py-mcomix: Old, uses EOLed python27
2020-03-01 graphics/uniconvw: Old, uses EOLed python27
2020-02-27 japanese/gimp-help: Broken
2020-02-29 java/jakarta-regexp: EOL: As of 2011-04-17, the Regexp project is retired
2020-02-27 korean/gimp-help: Broken
2020-03-01 mail/claws-mail-python: Old, uses EOLed python27
2020-03-01 math/lybniz: Old, uses EOLed python27
2020-02-27 misc/gimp-help-ca: Broken
2020-02-27 misc/gimp-help-da: Broken
2020-02-27 misc/gimp-help-el: Broken
2020-02-27 misc/gimp-help-en_GB: Broken
2020-02-27 misc/gimp-help-es: Broken
2020-02-27 misc/gimp-help-it: Broken
2020-02-27 misc/gimp-help-nl: Broken
2020-02-27 misc/gimp-help-nn: Broken
2020-02-27 misc/gimp-help-sl: Broken
2020-02-27 misc/gimp-help-sv: Broken
2020-03-01 misc/metromap: Old, uses EOLed python27
2020-03-01 misc/typetrainer: Old, uses EOLed python27
2020-03-01 multimedia/gtk-recordmydesktop: Old, uses EOLed python27
2020-02-27 portuguese/gimp-help-pt_BR: Broken
2020-02-27 russian/gimp-help: Broken
2020-02-28 security/hotssh: Old, uses EOLed python27
2020-03-01 security/zenmap: Old, uses EOLed python27
2020-03-01 x11/py-xdot06: Old, uses EOLed python27
2020-02-28 x11/terminator: Old, uses EOLed python27
2020-02-28 x11-fm/sunflower: Old, uses EOLed python27
2020-03-01 x11-toolkits/hippo-canvas: Old, uses EOLed python27
2020-03-01 x11-toolkits/py-kiwi-gtk: Old, uses EOLed python27
2020-02-28 x11-toolkits/py-vte: Old, uses EOLed python27
2020-03-01 17:19:40 +00:00
Christoph Moench-Tegeder
91ec15f4e1 switch kicad to python 3
This has been made possible by the addition of the python3-enabled
x11-toolkits/py-wxPython40. As python 2 is going away soonish, there's
no value in going through any hoops to provide optional switching between
python 3 and 2.
2020-03-01 15:22:43 +00:00
Yuri Victorovich
e70726448b cad/ghdl: Update 0.36-1072 -> 0.37
Reported by:	portscout
2020-02-29 21:07:29 +00:00
Loïc Bartoletti
fc45cfe430 x11-toolkits/py-wxPython40: GUI toolkit for the Python programming language
py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to use wxWidgets with Python3.


  - Add x11-toolkits/py-wxPython40
  - Replace wxPython30 by wxPython40 when python wxWidgets is required
  - Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix"
  - Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0
  - While I'm here fix portlint per emulators/playonbsd
  - Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth
  - Bump portversion
  - Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship

PR:     241893
Reviewed by:	koobs, tcberner
Approved by:	tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D21915
Exp-run by:     antoine
2020-02-29 18:24:19 +00:00
Yuri Victorovich
49e66a5fc1 cad/veroroute: Update 179 -> 180
Reported by:	portscout
2020-02-28 08:19:02 +00:00
Alexey Dokuchaev
619409dfd9 Provide an option to build `dwggrep' utility with regex support and make
it enabled by default since `devel/pcre2' is rather common dependency.

Because previously built packages could link to PCRE2 libraries without
this dependency being recorded, bump port revision.
2020-02-27 09:05:43 +00:00
Alexey Dokuchaev
4644bc2a1d Update GNU LibreDWG to version 0.10.1. 2020-02-26 11:06:30 +00:00
Kai Knoblich
74174b2661 graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
  backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
  dropped the support for Python 2.

* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
  consumers that can be built for Python 2 or newer.

* Exceptions are ports that can be built only for either Python 2 or
  Python 3.  For the first case, consumers are just assigned to the
  repo-copied graphics/py-pillow6.

* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
  listed in setup.py as a build dependency [1] and relax the version
  requirements of Pillow for www/py-wagtail.

Release Notes:

* https://pillow.readthedocs.io/en/latest/releasenotes/index.html

Backward Incompatible Changes (7.0.0):

* https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes

Detailed Changelog:

* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst

PR:		243665
Submitted by:	sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by:	koobs [1], sunpoet
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23713
2020-02-24 11:36:15 +00:00
Hiroki Sato
82ddc2e107 Unbreak the build:
- Update MASTER_SITES.
- Add missing dependency.
- Regenerate patches.
2020-02-22 20:44:35 +00:00
Rene Ladan
d8fa717c4c Remove expired ports, all Python-2.7-only:
2020-02-17 audio/decibel-audio-player: Old, uses EOLed python27
2020-02-17 audio/soundconverter: Old, uses EOLed python27
2020-02-19 cad/linuxcnc-devel: Broken, uses EOLed python27
2020-02-19 databases/monetdb: Broken, uses EOLed python27
2020-02-19 databases/py-cql: Broken, uses EOLed python27
2020-02-18 databases/zodb3: Old, uses EOLed python27
2020-02-17 deskutils/gourmet: Old, uses EOLed python27
2020-02-18 devel/py-Products.PlacelessTranslationService: Old, uses EOLed python27
2020-02-18 devel/py-Products.ZopeVersionControl: Old, uses EOLed python27
2020-02-18 devel/py-Products.statusmessages: Old, uses EOLed python27
2020-02-18 devel/py-collective.z3cform.datetimewidget: Old, uses EOLed python27
2020-02-20 devel/py-five.formlib: Old, uses EOLed python27
2020-02-18 devel/py-five.localsitemanager: Old, uses EOLed python27
2020-02-19 devel/py-notifier: Broken, uses EOLed python27
2020-02-18 devel/py-tempstorage: Old, uses EOLed python27
2020-02-19 devel/py-testgears: Broken, uses EOLed python27
2020-02-20 devel/py-z3c.caching: Old, uses EOLed python27
2020-02-18 devel/py-z3c.form: Old, uses EOLed python27
2020-02-18 devel/py-z3c.formwidget.query: Old, uses EOLed python27
2020-02-18 devel/py-zope.annotation: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.applicationcontrol: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.appsetup: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.broken: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.cache: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.component: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.container: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.content: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.debug: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.dependable: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.error: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.exception: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.file: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.folder: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.form: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.generations: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.http: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.pagetemplate: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.publication: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.publisher: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.rotterdam: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.testing: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.zcmlfiles: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.zopeappgenerations: Old, uses EOLed python27
2020-02-20 devel/py-zope.applicationcontrol: Old, uses EOLed python27
2020-02-20 devel/py-zope.browsermenu: Old, uses EOLed python27
2020-02-20 devel/py-zope.browserpage: Old, uses EOLed python27
2020-02-20 devel/py-zope.componentvocabulary: Old, uses EOLed python27
2020-02-18 devel/py-zope.container: Old, uses EOLed python27
2020-02-18 devel/py-zope.copypastemove: Old, uses EOLed python27
2020-02-20 devel/py-zope.dublincore: Old, uses EOLed python27
2020-02-18 devel/py-zope.error: Old, uses EOLed python27
2020-02-20 devel/py-zope.formlib: Old, uses EOLed python27
2020-02-18 devel/py-zope.minmax: Old, uses EOLed python27
2020-02-20 devel/py-zope.pagetemplate: Old, uses EOLed python27
2020-02-20 devel/py-zope.ptresource: Old, uses EOLed python27
2020-02-18 devel/py-zope.ramcache: Old, uses EOLed python27
2020-02-18 devel/py-zope.site: Old, uses EOLed python27
2020-02-20 devel/py-zope.viewlet: Old, uses EOLed python27
2020-02-19 games/gcompris: Broken, uses EOLed python27
2020-02-19 graphics/commons-utilities: Broken, uses EOLed python27
2020-02-19 graphics/py-chart: Broken, uses EOLed python27
2020-02-19 japanese/tegaki-recognize: Broken, uses EOLed python27
2020-02-20 mail/py-zope.sendmail: Old, uses EOLed python27
2020-02-19 mail/pysieved: Broken, uses EOLed python27
2020-02-19 math/ogdf: Broken, uses EOLed python27
2020-02-19 math/py-viper: Broken, uses EOLed python27
2020-02-19 misc/fbless: Broken, uses EOLed python27
2020-02-19 misc/pylize: Broken, uses EOLed python27
2020-02-19 net/py-ldaptor: Broken, uses EOLed python27
2020-02-19 net/tucan: Broken, uses EOLed python27
2020-02-19 news/hellanzb: Broken, uses EOLed python27
2020-02-19 science/coot: Broken, uses EOLed python27
2020-02-19 science/py-ScientificPython: Broken, uses EOLed python27
2020-02-19 security/py-cryptlib_py: Broken, uses EOLed python27
2020-02-18 security/py-zope.app.authentication: Old, uses EOLed python27
2020-02-18 security/py-zope.app.localpermission: Old, uses EOLed python27
2020-02-18 security/py-zope.app.principalannotation: Old, uses EOLed python27
2020-02-18 security/py-zope.app.security: Old, uses EOLed python27
2020-02-18 security/py-zope.app.securitypolicy: Old, uses EOLed python27
2020-02-20 security/py-zope.authentication: Old, uses EOLed python27
2020-02-20 security/py-zope.login: Old, uses EOLed python27
2020-02-18 security/py-zope.pluggableauth: Old, uses EOLed python27
2020-02-18 security/py-zope.principalannotation: Old, uses EOLed python27
2020-02-20 security/py-zope.principalregistry: Old, uses EOLed python27
2020-02-20 security/py-zope.security: Old, uses EOLed python27
2020-02-18 security/py-zope.securitypolicy: Old, uses EOLed python27
2020-02-18 security/py-zope.session: Old, uses EOLed python27
2020-02-17 sysutils/gnome-schedule: Old, uses EOLed python27
2020-02-19 sysutils/py-XenAPI: Broken, uses EOLed python27
2020-02-19 sysutils/py-freenas.cli: Broken, uses EOLed python27
2020-02-19 textproc/ecromedos: Broken, uses EOLed python27
2020-02-18 textproc/py-wicked: Old, uses EOLed python27
2020-02-18 textproc/py-zope.app.i18n: Old, uses EOLed python27
2020-02-19 www/planet: Broken, uses EOLed python27
2020-02-18 www/py-zope.app.wsgi: Old, uses EOLed python27
2020-02-19 www/trac-attachmentpolicy: Broken, uses EOLed python27
2020-02-19 www/trac-bzr: Broken, uses EOLed python27
2020-02-19 www/trac-childtickets: Broken, uses EOLed python27
2020-02-19 www/trac-gantt: Broken, uses EOLed python27
2020-02-19 www/trac-tracdragdrop: Broken, uses EOLed python27
2020-02-19 www/trac-watchlist: Broken, uses EOLed python27
2020-02-19 www/twill: Broken, uses EOLed python27
2020-02-19 x11/wbarconf: Broken, uses EOLed python27
2020-02-19 x11-wm/simple-ccsm: Broken, uses EOLed python27
2020-02-22 19:08:35 +00:00
Antoine Brodin
9bef23ecc2 Clean up USES
With hat:	portmgr
2020-02-19 17:59:35 +00:00
Edward Tomasz Napierala
ccef1f978d Fix broken dependency and unbreak again. 2020-02-18 16:16:46 +00:00
Yuri Victorovich
13885f65c7 cad/veroroute: Update 178 -> 179
Reported by:	portscout
2020-02-17 17:19:57 +00:00
Dmitry Marakasov
f397b45a0c - Fix LICENSE
- Add LICENSE_FILE
- Silence stripping
- Update WWW

Approved by:	portmgr blanket
2020-02-16 09:31:26 +00:00
Yuri Victorovich
e0e9b467db cad/veroroute: Update 175 -> 178
Reported by:	portscout
2020-02-15 05:12:17 +00:00
Yuri Victorovich
0f2b912e40 cad/verilator: Update 4.024 -> 4.028
PR:		244067
Approved by:	kevinz5000@gmail.com (maintainer)
2020-02-12 07:31:51 +00:00
Mateusz Piotrowski
213e532215 Update to 0.43
Changelogs:
- http://www.scorchworks.com/K40whisperer/k40whisperer_change_log.html
- http://www.scorchworks.com/K40whisperer/k40whisperer.html

While here:
- Lint & sort variables

Reported by:	portscout
2020-02-11 12:05:54 +00:00
Antoine Brodin
5adb8857f8 Mark BROKEN again
===>   linuxcnc-devel-20170708_17 depends on file: /usr/local/lib/Img/libtkimg1.4.7.so - not found

Reported by:	pkg-fallout
2020-02-08 19:56:42 +00:00
Yuri Victorovich
54e510fd4c cad/veroroute: Update 174 -> 175
Reported by:	portscout
2020-02-08 06:56:12 +00:00
Piotr Kubaj
bbadbb7b88 cad/stepcode: unbreak on powerpc64 elfv2
Builds fine.
2020-02-05 13:25:51 +00:00
Mark Linimon
cb1cc0850d Fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=gnu++11"

Approved by:	portmgr (tier-2 blanket)
2020-02-03 15:10:57 +00:00
Yuri Victorovich
190e1f518b New port: cad/veroroute: PCB (printed circuit board) design software 2020-02-02 03:12:59 +00:00
Edward Tomasz Napierala
2b71f25347 Unbreak - definitely fetchable; I've put the distfile into
my ~/public_distfiles, just in case.
2020-01-31 08:45:21 +00:00
Steve Wills
fb44dca45d Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]

This is correcting issues from r523749 [1][2][4] and r515970 [3]

PR:		231371
Reported by:	build cluster [1]
Reported by:	Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by:	many [5]
Reviewed by:	mat, bapt
Approved by:	implicit, since this is a build fix
2020-01-30 14:17:44 +00:00
Antoine Brodin
41505cf2bb Deprecate some pygtk2 ports
With hat:	portmgr
2020-01-28 21:57:18 +00:00
Rene Ladan
aa27691193 Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27
2020-01-27 audio/solfege: Unmaintained, uses EOLed python27
2020-01-27 audio/trommler: Unmaintained, uses EOLed python27
2020-01-27 benchmarks/pybench: Unmaintained, uses EOLed python27
2020-01-27 biology/pycogent: Unmaintained, uses EOLed python27
2020-01-27 biology/unanimity: Unmaintained, uses EOLed python27
2020-01-27 cad/pythoncad: Unmaintained, uses EOLed python27
2020-01-27 chinese/bg5pdf: Unmaintained, uses EOLed python27
2020-01-27 comms/py-libimobiledevice: Unmaintained, uses EOLed python27
2020-01-27 converters/py-bcode: Unmaintained, uses EOLed python27
2020-01-27 converters/py-iconv: Unmaintained, uses EOLed python27
2020-01-27 converters/py-zfec: Unmaintained, uses EOLed python27
2020-01-27 databases/gadfly: Unmaintained, uses EOLed python27
2020-01-27 databases/metakit: Unmaintained, uses EOLed python27
2020-01-27 databases/openark-kit: Unmaintained, uses EOLed python27
2020-01-27 databases/py-MySQLdb55: Unmaintained, uses EOLed python27
2020-01-27 databases/py-MySQLdb56: Unmaintained, uses EOLed python27
2020-01-27 databases/py-forgetsql: Unmaintained, uses EOLed python27
2020-01-27 databases/py-oops: Unmaintained, uses EOLed python27
2020-01-27 databases/py-rrdtool_lgpl: Unmaintained, uses EOLed python27
2020-01-27 deskutils/conkyemail: No longer maintained by upstream
2020-01-27 deskutils/cycle: Unmaintained, uses EOLed python27
2020-01-27 deskutils/everygui: Unmaintained, uses EOLed python27
2020-01-27 deskutils/ganyremote: Unmaintained, uses EOLed python27
2020-01-27 deskutils/pypanel: Unmaintained, uses EOLed python27
2020-01-27 deskutils/taskcoach: Unmaintained, uses EOLed python27
2020-01-27 deskutils/tel: Unmaintained, uses EOLed python27
2020-01-27 deskutils/tnote: Unmaintained, uses EOLed python27
2020-01-27 deskutils/vnc2flv: Unmaintained, uses EOLed python27
2020-01-27 deskutils/wammu: Unmaintained, uses EOLed python27
2020-01-27 devel/bbfreeze: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-builder: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-colo: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-externals: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-git: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-gtk: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-loom: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-pipeline: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-rewrite: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-scmproj: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-stats: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-svn: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-upload: Unmaintained, uses EOLed python27
2020-01-27 devel/ditrack: Unmaintained, uses EOLed python27
2020-01-27 devel/drpython: Unmaintained, uses EOLed python27
2020-01-27 devel/epydoc: Unmaintained, uses EOLed python27
2020-01-27 devel/fb303: Unmaintained, uses EOLed python27
2020-01-27 devel/fnorb: Unmaintained, uses EOLed python27
2020-01-27 devel/gazpacho: Unmaintained, uses EOLed python27
2020-01-27 devel/libmpsse: Unmaintained, uses EOLed python27
2020-01-27 devel/open-usp-tukubai: Unmaintained, uses EOLed python27
2020-01-27 devel/phpbt: Unmaintained, uses EOLed python27
2020-01-27 devel/py-anonfunc: Unmaintained, uses EOLed python27
2020-01-27 devel/py-bison: Unmaintained, uses EOLed python27
2020-01-27 devel/py-fortran: Unmaintained, uses EOLed python27
2020-01-27 devel/py-grouch: Unmaintained, uses EOLed python27
2020-01-27 devel/py-mwlib.rl: Unmaintained, uses EOLed python27
2020-01-27 devel/py-nagioscheck: Unmaintained, uses EOLed python27
2020-01-27 devel/py-ncurses: Unmaintained, uses EOLed python27
2020-01-27 devel/py-ocempgui: Unmaintained, uses EOLed python27
2020-01-27 devel/py-palm: Unmaintained, uses EOLed python27
2020-01-27 devel/py-pyechonest: Unmaintained, uses EOLed python27
2020-01-27 devel/py-resourcepackage: Unmaintained, uses EOLed python27
2020-01-27 devel/py-rlcompleter2: Unmaintained, uses EOLed python27
2020-01-27 devel/py-spark: Unmaintained, uses EOLed python27
2020-01-27 devel/py-xoltar-toolkit: Unmaintained, uses EOLed python27
2020-01-27 devel/py-zkpython: Unmaintained, uses EOLed python27
2020-01-27 devel/pychecker: Unmaintained, uses EOLed python27
2020-01-27 devel/pymacs: Unmaintained, uses EOLed python27
2020-01-27 devel/trac-bitten: Unmaintained, uses EOLed python27
2020-01-27 devel/wxGlade: Unmaintained, uses EOLed python27
2020-01-27 emulators/catapult: Unmaintained, uses EOLed python27
2020-01-27 emulators/dynagui: Unmaintained, uses EOLed python27
2020-01-27 finance/mybudget: Unmaintained, uses EOLed python27
2020-01-27 finance/sabernetdcs-client: Unmaintained, uses EOLed python27
2020-01-27 games/4stattack: Unmaintained, uses EOLed python27
2020-01-27 games/barbie_seahorse_adventures: Unmaintained, uses EOLed python27
2020-01-27 games/battletanks: Unmaintained, uses EOLed python27
2020-01-27 games/bombz: Unmaintained, uses EOLed python27
2020-01-27 games/bouncy: Unmaintained, uses EOLed python27
2020-01-27 games/bubbros: Unmaintained, uses EOLed python27
2020-01-27 games/childsplay: Unmaintained, uses EOLed python27
2020-01-27 games/crossfire-server: Unmaintained, uses EOLed python27
2020-01-27 games/duckmaze: Unmaintained, uses EOLed python27
2020-01-27 games/farblazer: Unmaintained, uses EOLed python27
2020-01-27 games/gbottler: Unmaintained, uses EOLed python27
2020-01-27 games/glchess: Unmaintained, uses EOLed python27
2020-01-27 games/gretools: Unmaintained, uses EOLed python27
2020-01-27 games/kye: Unmaintained, uses EOLed python27
2020-01-27 games/liquidwar: Unmaintained, uses EOLed python27
2020-01-27 games/mopesnake: Unmaintained, uses EOLed python27
2020-01-27 games/nelly: Unmaintained, uses EOLed python27
2020-01-27 games/oneisenough: Unmaintained, uses EOLed python27
2020-01-27 games/ptkei: Unmaintained, uses EOLed python27
2020-01-27 games/py-poker-eval: Unmaintained, uses EOLed python27
2020-01-27 games/pycadia: Unmaintained, uses EOLed python27
2020-01-27 games/pydance: Unmaintained, uses EOLed python27
2020-01-27 games/pysycache: Unmaintained, uses EOLed python27
2020-01-27 games/pythonchess: Unmaintained, uses EOLed python27
2020-01-27 games/pytowerdefense: Unmaintained, uses EOLed python27
2020-01-27 games/rtb: Unmaintained, uses EOLed python27
2020-01-27 games/schiff: Unmaintained, uses EOLed python27
2020-01-27 games/schwarzweiss: Unmaintained, uses EOLed python27
2020-01-27 games/secrettower: Unmaintained, uses EOLed python27
2020-01-27 games/slune: Unmaintained, uses EOLed python27
2020-01-27 games/super_mario_bros_python: Unmaintained, uses EOLed python27
2020-01-27 games/tuxfighter: Unmaintained, uses EOLed python27
2020-01-27 games/twitch: Unmaintained, uses EOLed python27
2020-01-27 games/vegastrike: Unmaintained, uses EOLed python27
2020-01-27 games/zephulor: Unmaintained, uses EOLed python27
2020-01-27 graphics/boxer: Unmaintained, uses EOLed python27
2020-01-27 graphics/electrix: Unmaintained, uses EOLed python27
2020-01-27 graphics/exact-image: Unmaintained, uses EOLed python27
2020-01-27 graphics/gnofract4d: Unmaintained, uses EOLed python27
2020-01-27 graphics/gsculpt: Unmaintained, uses EOLed python27
2020-01-27 graphics/imgtops: Unmaintained, uses EOLed python27
2020-01-27 graphics/imgv: Unmaintained, uses EOLed python27
2020-01-27 graphics/lcms-python: Unmaintained, uses EOLed python27
2020-01-27 graphics/mirage: Unmaintained, uses EOLed python27
2020-01-27 graphics/partio: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-exif: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-gd: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-paint: Unmaintained, uses EOLed python27
2020-01-27 graphics/pygts: Unmaintained, uses EOLed python27
2020-01-27 graphics/pysvg: Unmaintained, uses EOLed python27
2020-01-27 irc/py-supybot-plugins: Unmaintained, uses EOLed python27
2020-01-27 japanese/kana-no-quiz: Unmaintained, uses EOLed python27
2020-01-27 lang/py-prolog: Unmaintained, uses EOLed python27
2020-01-27 lang/sdcc: Unmaintained, uses EOLed python27
2020-01-27 mail/archivemail: Unmaintained, uses EOLed python27
2020-01-27 mail/mailfmt: Unmaintained, uses EOLed python27
2020-01-27 mail/py-libgmail: Unmaintained, uses EOLed python27
2020-01-27 mail/py-ppolicy: Unmaintained, uses EOLed python27
2020-01-27 mail/rss2email2: Unmaintained, uses EOLed python27
2020-01-27 mail/svnmailer: Unmaintained, uses EOLed python27
2020-01-27 math/biggles: Unmaintained, uses EOLed python27
2020-01-27 math/py-gato: Unmaintained, uses EOLed python27
2020-01-27 math/py-gnuplot: Unmaintained, uses EOLed python27
2020-01-27 math/py-mathdom: Unmaintained, uses EOLed python27
2020-01-27 math/py-probstat: Unmaintained, uses EOLed python27
2020-01-27 math/py-rpy: Unmaintained, uses EOLed python27
2020-01-27 misc/gnome-osd: Unmaintained, uses EOLed python27
2020-01-27 misc/gonvert: Unmaintained, uses EOLed python27
2020-01-27 misc/metalink-editor: Unmaintained, uses EOLed python27
2020-01-27 misc/py-YABT: Unmaintained, uses EOLed python27
2020-01-27 misc/xdg-menu: Unmaintained, uses EOLed python27
2020-01-27 multimedia/devede: Unmaintained, uses EOLed python27
2020-01-27 multimedia/gdvrecv: Unmaintained, uses EOLed python27
2020-01-27 multimedia/mmpython: Unmaintained, uses EOLed python27
2020-01-27 multimedia/pymp: Unmaintained, uses EOLed python27
2020-01-27 net/gtknetcat: Unmaintained, uses EOLed python27
2020-01-27 net/ntlmaps: Unmaintained, uses EOLed python27
2020-01-27 net/polyorb: Unmaintained, uses EOLed python27
2020-01-27 net/py-zsi: Unmaintained, uses EOLed python27
2020-01-27 net/pythondirector: Unmaintained, uses EOLed python27
2020-01-27 net/sippy_b2bua: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-jabber: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-jabberbot: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-libturpial: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-xmpppy-irc: Unmaintained, uses EOLed python27
2020-01-27 net-mgmt/pdagent-integrations: Unmaintained, uses EOLed python27
2020-01-27 net-p2p/tribler: Unmaintained, uses EOLed python27
2020-01-27 news/papercut: Unmaintained, uses EOLed python27
2020-01-27 print/pkipplib: Unmaintained, uses EOLed python27
2020-01-27 print/pkpgcounter: Unmaintained, uses EOLed python27
2020-01-27 print/ttfquery: Unmaintained, uses EOLed python27
2020-01-27 science/gwyddion: Unmaintained, uses EOLed python27
2020-01-27 science/psychopy: Unmaintained, uses EOLed python27
2020-01-27 science/py-hcluster: Unmaintained, uses EOLed python27
2020-01-27 science/py-pyteomics.biolccc: Unmaintained, uses EOLed python27
2020-01-27 science/pycdf: Unmaintained, uses EOLed python27
2020-01-27 security/blindelephant: Unmaintained, uses EOLed python27
2020-01-27 security/cfv: Unmaintained, uses EOLed python27
2020-01-27 security/fsh: Unmaintained, uses EOLed python27
2020-01-27 security/gcipher: Unmaintained, uses EOLed python27
2020-01-27 15:34:18 +00:00
Yuri Victorovich
244fec4486 cad/oregano: Update 0.84.41-2 -> 0.84.43
Reported by:	portscout
2020-01-25 07:42:12 +00:00
Mathieu Arnold
032e7124a1 sort SUBDIRs. 2020-01-24 19:47:59 +00:00
Eugene Grosbein
06408f8fae New port: cad/PrusaSlicer
PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code
instructions for FFF printers or PNG layers for mSLA 3D printers. It's
compatible with any modern printer based on the RepRap toolchain, including
all those based on the Marlin, Prusa, Sprinter and Repetier firmware.
It also works with Mach3, LinuxCNC and Machinekit controllers.

PR:		243528
Submitted by:	Teodor Sigaev <teodor@sigaev.ru>
2020-01-24 18:26:04 +00:00
Pedro F. Giffuni
2b136628c0 cad/calculix : update to version 2.16.1
Reported by:	portscout
Approved by:	thierry (mentor, implicit)
2020-01-22 21:19:16 +00:00
Sunpoet Po-Chuan Hsieh
e9972a754c Bump PORTREVISION for graphics/gdal shlib change 2020-01-22 06:02:24 +00:00
Baptiste Daroussin
619a4702f1 Fix bad invocation of REINPLACE_CMD
Missing space before the -e argument

Reported by:	Antonio Huete Jimenez <tuxillo@quantumachine.net> (dragonfly)
2020-01-20 17:09:01 +00:00
Michael Reifenberger
a1d8e959fc Update to 3.24.2.0 2020-01-19 16:56:55 +00:00
Yuri Victorovich
cefd1ec2bb cad/ktechlab: 0.40.1-66 -> 0.40.1-74 2020-01-19 08:12:15 +00:00
Michael Reifenberger
79f130a7cc Update kicad-devel and its libraries to 20200114194204. 2020-01-18 16:54:53 +00:00
Christoph Moench-Tegeder
05a7f8e49b update the Coin3D stack to it's latest release
Coin has moved to a new place on the web https://coin3d.github.io/
and the project has rolled new releases. Additionally, it's undergoing
relicensing (most parts are now licensed user BSD 3-clause).

This updates
  graphics/Coin to 4.0
  graphics/py-pivy to 0.6.5
  x11-toolkits/soqt to 1.6.0

Further, graphics/py-pivy-devel and x11-toolkits/soqt-devel have been
renamed to graphics/py-pivy and x11-toolkits/soqt respectively (losing
their -devel suffixes). Previously, these ports had been forks and/or
pre-releases of the old Qt4-based pivy and soqt ports. As these old ports
are long gone and these new versions have been updated to officially
released versions, it seemed prudent to remove the devel from their names.

Bumping FreeCAD for dependency change.
Adding PORTEPOCH to soqt to prevent PKGVERSION going backwards.

Thanks to pfg@, who contributed the update to graphics/Coin and reviewed
my patches.

While here, I'm taking over maintainership of these ports.

Submitted by:	pfg@ (graphics/Coin)
Reviewed by:	pfg@
2020-01-17 22:16:25 +00:00
Baptiste Daroussin
35780c485b Fix bad usage of MANDIRS 2020-01-15 21:25:26 +00:00
Yuri Victorovich
fe8a67fd44 Move cad/elmerfem -> science/elmerfem
Also:
* Update COMMENT to reflect how their website decribes it
* Update WWW
* Group USExx lines
2020-01-15 16:09:52 +00:00
Loïc Bartoletti
be19bdfc55 Change my mail address to lbartoletti@FreeBSD.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23169
2020-01-14 21:45:15 +00:00
Antoine Brodin
fa91e4c7ba Deprecate a few broken ports
With hat:	portmgr
2020-01-14 12:36:37 +00:00
Michael Reifenberger
dd31dfe452 Update to latest commit from 2020.01.04 2020-01-12 18:35:14 +00:00
Michael Reifenberger
ff6c778a8e Fixes and update to 3.24.1.0
Submitted by:	Tamas Tevesz
2020-01-12 15:57:09 +00:00
Yuri Victorovich
d622664237 cad/ktechlab: Limit version format to prevent portscout reporting odd revisions 2020-01-12 09:04:47 +00:00
Rene Ladan
3fb72e318f Remove expired ports:
2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained
2020-01-10 games/stonesoup-sdl: Broken for more than 8 months
2020-01-10 games/xtris: Broken for more than 3 months
2020-01-10 graphics/mapnik: Broken for more than 8 months
2020-01-10 graphics/vv: Broken for more than 4 months
2020-01-10 lang/js_of_ocaml: Depends on broken and expiring devel/ocaml-deriving-ocsigen
2020-01-10 lang/rubinius: Broken for more than 7 months
2020-01-10 math/dynare: Broken for more than 9 months
2020-01-10 science/meep: Broken for more than 6 months
2020-01-10 sysutils/hfm: Broken for more than 4 months
2020-01-10 sysutils/u-boot-zedboard: Broken for more than 6 months
2020-01-10 sysutils/u-boot-zybo: Broken for more than 6 months
2020-01-10 x11-themes/kde-icons-kool-gorilla: Broken for more than 3 months, unmaintained
2020-01-10 20:59:19 +00:00
Alexey Dokuchaev
0d00bfd7e9 - Update LibreDWG to the latest version 0.10
- Some minor API changes and bugfixes, mostly stabilization

Reported by:	portscout
2020-01-10 10:52:29 +00:00
Joseph Mingrone
ced1e88d5e editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
2020-01-07 04:55:40 +00:00
Yuri Victorovich
d232e3c9d1 Move cad/ujprog -> comms/ujprog
Reported by:	manu
2020-01-06 06:20:23 +00:00
Yuri Victorovich
6f2b760df1 cad/cascade-compiler: Update g20200105 -> g20200105.1 2020-01-06 01:10:39 +00:00
Mark Linimon
f31781baba Fix build on GCC-based systems:
CMake Error in src/CMakeLists.txt:
  Target "libcascade" requires the language dialect "CXX17" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.

Approved by:	portmgr (tier-2 blanket)
2020-01-06 01:06:42 +00:00
Yuri Victorovich
23c1939827 New port: cad/ujprog: ULX2S/ULX3S FPGA JTAG programmer 2020-01-06 00:23:18 +00:00
Yuri Victorovich
9f09291b57 cad/cascade-compiler: Update g20200104 -> g20200105
Tests now pass.
2020-01-05 21:05:56 +00:00
Kurt Jaeger
7d40811af3 New/resurrected port: cad/gerbv
Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are
generated from PCB CAD system and sent to PCB manufacturers as basis
for the manufacturing process. The standard supported by gerbv is
RS-274X. The basic difference between RS-274D (the old standard) and
RS-274X is basically the addition of apertures in RS-274X. It might be
possible to make an RS-274X file out of an RS-274D file and an aperture
list.

gerbv also supports drill files. The format supported are known under
names as NC-drill or Excellon. The format is a bit undefined and different
EDA-vendors implement it different. But basically you need to have the
tools definition in the file, then the parser is quite tolerant. The
different holes are shown as dots in the (scaled) correct size.

The different layers of the PCB are separated into different files. gerbv
can load all files at the same time and display them "on top of each
other". You can independently turn them on and off.

WWW: http://gerbv.geda-project.org/

Submitted by:	Ash Gokhale <ashfixit@gmail.com>
Reviewed by:	dmn <graahnul.grom@ya.ru>
2020-01-05 15:15:25 +00:00
Yuri Victorovich
7f4fdd4582 cad/cascade-compiler: Set exec flag on files/flex 2020-01-05 08:10:27 +00:00
Yuri Victorovich
07b7dd9f77 New port: cad/cascade-compiler: Just-In-Time Compiler for Verilog from VMware Research 2020-01-05 08:08:14 +00:00
Yuri Victorovich
9f2cefb4ee cad/verilator: Update 4.020 -> 4.024
PR:		243107
Approved by:	kevinz5000@gmail.com (maintainer)
2020-01-05 08:00:43 +00:00
Pedro F. Giffuni
5a2de85748 cad/calculix-ccx: Enable multithreading with spooles.
Follow up to drop an ending whitespace in pkg-descr.

Approved by:	thierry (mentor, implicit)
2020-01-04 20:36:23 +00:00
Pedro F. Giffuni
f1c81ea5fc cad/calculix-ccx: Enable multithreading with spooles.
Enabling the multithreaded version of Spooles can bring some modest, but
significant, improvements of around 12% for 4 CPUs.

Also disable (again) the Taucs slover as it is causing coredumps and
requires more investigation.

PR:	242995
Approved by:	thierry (mentor)
2020-01-04 20:34:09 +00:00
Yuri Victorovich
992e26b154 Move the port devel/yosys -> cad/yosys, to the proper category 2020-01-04 18:47:26 +00:00
Piotr Kubaj
f051f72d3c cad/sumo: fix build on GCC architectures
xerces needs C++11 compiler to link to.

MFH:		2020Q1 (build fix blanket)
2020-01-03 19:57:18 +00:00
Fernando Apesteguía
4a9b0a524a cad/openvsp: update to 3.20.0
ChangeLog: http://openvsp.org/blogs/announcements/2019/12/29/openvsp-3-20-0-released

Features:

   * Smart Input for simple math in input boxes
   * API examples in documentation
   * Draw cg from mass prop screen
   * CEDIT improvements
   * Make wing section projected area an output Parm
   * Add get parent/child to API
   * Fix VSPAERO crash for Uber CRM example case
   * Lots of cleanups identified through static analysis
   * Travis deployment
   * Update Travis MacOS build to match release builds

Library Updates:

   * Include expparse simple expression parsing library

Bug Fixes:

   * Don't crash structures STEP/IGES output when no structure defined
   * Parasite drag for identically named geoms
   * DegenGeom crash when subsurfaces extended beyond [0,1]
   * CEDIT fixes
2020-01-02 22:06:28 +00:00
Tobias C. Berner
cb24bd26f8 cad/lepton-eda: Update to 1.9.9
PR:		241289
Submitted by:	dmn <graahnul.grom@gmail.com> (maintainer)
2020-01-01 20:52:54 +00:00
Alexey Dokuchaev
1952461945 Update GNU LibreDWG to version 0.9.3.
PR:	243004
2019-12-31 16:02:19 +00:00
Jose Alonso Cardenas Marquez
14b8ace6b3 - Bump PORTREVISION. editors/lazarus was updated to 2.0.6 2019-12-31 15:29:13 +00:00
Koichiro Iwao
dc936c406b multiple ports: Update MAINTAINER
as he got FreeBSD.org account.

PR:		243002
Submitted by:	salvadore
2019-12-31 13:02:42 +00:00
Pedro F. Giffuni
4ef961b47d cad/calculix : update to version 2.16
In CalculiX CrunchiX (ccx) bring back the taucs solver with the new metis.
For Calculix GraphiX (cgx) drop patches that were upstreamed.

Release notes:  http://www.dhondt.de/new_calc.htm

Approved by:	thierry (mentor)
2019-12-30 14:36:21 +00:00
Thierry Thomas
ab113c8134 Really fix plist. 2019-12-27 19:42:56 +00:00
Baptiste Daroussin
fecdb79e78 Remove gnomeprint support, which is deprecated in gnome for a while now. 2019-12-26 21:33:43 +00:00
Ganael LAPLANCHE
23cb661f63 Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]
Also, while here, re-generate patches using the makepatch target

[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES
2019-12-26 16:25:22 +00:00
Antoine Brodin
de61a87208 Deprecate a few ports
With hat:	portmgr
2019-12-26 07:54:28 +00:00
Thierry Thomas
bda7766bf0 Let Code_Aster use Python-3.7. 2019-12-25 13:35:06 +00:00
Thierry Thomas
92f3ffbd69 1- Set IGNORE for FreeBSD < 12 and for 32 bits systems;
2- Fix plist without MPI.

Reported by:	1) pfg 2) pointyhat
2019-12-24 16:45:22 +00:00
Thierry Thomas
785dabb6ab Upgrade Code_Aster to 14.4.0-1.
PR:		242655
2019-12-23 20:10:09 +00:00
Jan Beich
701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Antoine Brodin
0198957bd9 Deprecate ports broken for too long 2019-12-10 09:02:42 +00:00
Danilo Egea Gondolfo
242f76cbf6 - Update to 3.10.14 2019-12-02 21:48:18 +00:00
Yuri Victorovich
843d6032e9 cad/librepcb: Update 0.1.2.20191119 -> 0.1.3
Reported by:	portscout
2019-12-01 16:22:24 +00:00
Piotr Kubaj
1b52eda80f cad/librecad: fix build on LLVM architectures
Last GCC fix broke Clang, the issue is already reported here https://github.com/LibreCAD/LibreCAD/issues/1130

Apply the upstream patch for GCC only on GCC architectures.

PR:		241863
Approved by:	jhale (maintainer timeout), mentors (implicit approval)
2019-11-29 14:30:42 +00:00
Christoph Moench-Tegeder
c754d31102 cad/kicad: update to 5.1.5
Announcement: https://kicad-pcb.org/blog/2019/11/KiCad-5.1.5-Release/
This includes KiCad itself, documentation and all the part libraries.
2019-11-28 13:02:49 +00:00
Piotr Kubaj
a67a5042f1 cad/openvsp: fix build on non-x86
Don't use amd64 code on all 64-bit architectures.
Include sys/param.h because of:
/usr/local/poudriere/ports/default/cad/openvsp/work/OpenVSP-OpenVSP_3.19.0/src/util/FileUtil.cpp:118:18: error: 'PATH_MAX' was not declared in this scope
  118 |     char exepath[PATH_MAX];
      |                  ^~~~~~~~

PR:		242235
Approved by:	fernape (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D22576
2019-11-27 19:56:26 +00:00
Yuri Victorovich
39040acdf9 New port: cad/ktechlab: IDE for microcontrollers and electronics 2019-11-27 18:46:13 +00:00
Jung-uk Kim
5a52a08234 Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
2019-11-26 21:46:12 +00:00
Mark Linimon
c8ac508929 Pacify portlint. 2019-11-24 22:34:43 +00:00
Mark Linimon
d4236c3a45 Fix build on GCC-based systems:
../src/sheet/sheet.h:46: error: redefinition of typedef 'SchematicView'

Approved by:	portmgr (tier-2 blanket)
2019-11-24 22:34:02 +00:00
Stephen Montgomery-Smith
7b877ea651 - Add patch so that -pthreads is included in libraries.
- Mild corrections to pkg-plist.
- Bump portrevision.

PR:		242154
Submitted by:	smars@yuntech.edu.tw
2019-11-24 02:36:44 +00:00
Yuri Victorovich
f50f1e39ac Re-add cad/oregano: Schematic capture and circuit simulator 2019-11-23 18:20:17 +00:00
Yuri Victorovich
dc4306f502 New port: cad/librepcb: Schematic and PCB editing software 2019-11-23 05:11:09 +00:00
Michael Reifenberger
f8b2889b98 Update kicad-devel and its libraries to 20191122022344. 2019-11-22 16:34:47 +00:00
Fernando Apesteguía
c29fde31c0 cad/openvsp: update to 3.19.1
ChangeLog:
http://openvsp.org/blogs/announcements/2019/11/18/openvsp-3-19-1-released

Features:

    * Add rotating blade examples for VSPAERO
    * Let vspviewer accept *.adb in file name passed, helps with double-click
    * Use less precision in M,A,B list from GUI to VSPAERO - long command lines
    * Clean up some warnings in VSPAERO code
    * Update VSPAERO command line documentation

Bug Fixes:

    * Fix field ordering in DegenGeom file - this broke VSPAERO
    * Fix problem with image backgrounds
    * Remove XS_BEZIER reference from Python test
    * Improve Ubuntu package to remove prior version
    * Fix PathToExe for FreeBSD
2019-11-21 18:14:09 +00:00
Yuri Victorovich
22d7f838e0 New port: cad/caneda: EDA software suite focused on ease of use and portability 2019-11-21 07:56:02 +00:00
Antoine Brodin
d6aa17ff21 Unbreak bulk -a with non default version of python3 2019-11-20 14:48:28 +00:00
Fernando Apesteguía
bf64793b47 cad/openvsp: update to 3.19.0
ChangeLog:
http://openvsp.org/blogs/announcements/2019/11/09/openvsp-3-19-0-released

Also, mark as BROKEN when necessary.
2019-11-14 18:48:16 +00:00
Alexey Dokuchaev
38dbecf98f - Resurrect `cad/elmerfem' and update to version 8.4
- Remove bundled copy of METIS and use the one from ports
- Fix `do-test' by switching to ctest(1) from gmake(1)
- Adjust the COMMENT and port description while I'm here
2019-11-11 10:59:00 +00:00
Alexey Dokuchaev
70f7e9d6d8 - Chase r517198 and reconnect `cad/brlcad' to the build
- Remove trailing dot in two MOVED entries while I'm here
2019-11-10 09:48:36 +00:00
Alexey Dokuchaev
a41c8c9103 - Resurrect BRLCAD, undeprecate, update to version 7.28.0
- Cleanup seemingly unused {BUILD,LIB}_DEPENDS, adjust USES
- Do not require specific (85) version of Tcl/Tk
- Convert pkg-message to UCL format, sort pkg-plist
2019-11-10 09:40:45 +00:00