Alexey Dokuchaev
1568bb8e00
cad/alliance: respect users' IMAGEMAGICK_DEFAULT setting
...
While here, fix submake invocation correctly and quote the
explanation from the GNU make manual.
2021-11-26 06:31:58 +00:00
Stefan Eßer
04b9da4140
*/*: Remove redundant '-*' from CONFLICTS definitions
...
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
2021-11-25 22:40:11 +01:00
Yuri Victorovich
580d53bd09
math/vtk9: Update 9.0.3 -> 9.1.0
2021-11-22 01:40:34 -08:00
Yuri Victorovich
122bf94666
cad/netgen-lvs: Update 1.5.209 -> 1.5.210
...
Reported by: portscout
2021-11-21 16:50:13 -08:00
Christoph Moench-Tegeder
427d1fcd53
cad/freecad: mark as broken for now
...
needs more work after dd9a3bcd
(opencascade 7.6)
2021-11-21 22:32:03 +01:00
Yuri Victorovich
e75fe46076
cad/netgen-lvs: Update 1.5.208 -> 1.5.209
...
Reported by: portscout
2021-11-20 00:54:08 -08:00
Yuri Victorovich
e122de7cd4
cad/librepcb: Fix translations
...
They were missing because of the i18n submodule revision confusion.
Switched to the tarball which fixed this issue.
2021-11-19 13:33:20 -08:00
Yuri Victorovich
3cace11486
cad/librepcb: Update 0.1.5 -> 0.1.6
...
Reported by: portscout
2021-11-19 02:39:52 -08:00
Kevin Zheng
4f7368ca76
cad/ngspice_rework: Update 32 -> 35
2021-11-16 18:26:36 -08:00
Yuri Victorovich
9a915f2292
cad/nvc: Update 1.5.2 -> 1.5.3
...
Reported by: portscout
2021-11-16 13:51:14 -08:00
Piotr Kubaj
ff5ae1981c
cad/gds3d: fix build on powerpc
...
ld: error: unable to find library -lomp
2021-11-16 12:03:45 +00:00
Yuri Victorovich
32a412c353
cad/horizon-eda: Fix build broken after the recent opencascade update
...
Also change to llvm-12 (from llvm-10).
Reported by: fallout
2021-11-15 17:15:05 -08:00
Craig Leres
a00627deca
cad/opencascade: fix plist without VIS
2021-11-15 18:55:34 +01:00
Alexey Dokuchaev
edf9cbbd3a
cad/sweethome3d: update Sweet Home 3D to version 6.6.2.
...
Reported by: portscout
2021-11-15 17:24:59 +00:00
Joseph Mingrone
061afcca16
USES=emacs: Chase package name changes
...
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613
2021-11-15 11:19:58 -04:00
Yuri Victorovich
7790f45977
cad/qrouter: Update 1.4.84 -> 1.4.85
...
Reported by: portscout
2021-11-14 21:18:52 -08:00
Yuri Victorovich
536e7a91a6
cad/yosys: Update 0.10 -> 0.11
...
Reported by: portscout
2021-11-14 21:18:52 -08:00
Yuri Victorovich
f44e2a56ea
misc/openvdb: Update 8.1.0 -> 9.0.0
...
Reported by: portscout
2021-11-14 21:18:52 -08:00
Yuri Victorovich
6264f7593c
cad/ngspice_rework: Fix circular dependency
...
The dependency line accidentally got in.
Reported by: yasu
2021-11-13 23:00:47 -08:00
Yuri Victorovich
e3cf001d00
cad/ngspice_rework: Eliminate conflict between flavors
...
Before both flavors installed headers and .cm files.
This caused them to conflict with each other.
This commit removes conflicting files from the @x11 flavor
allowing the executable to be installed in parallel with libraries.
The executable seems to work in a standalone mode fine, but if it ever
needs headers or .cm files the @shlib flavor can always be installed.
PR: 259809
Tested by: kevinz5000@gmail.com
2021-11-13 13:59:25 -08:00
Michael Reifenberger
f25bb5dc81
cad/kicad-devel: Add a patch for compatibility with opencascade 7.6
2021-11-13 18:56:31 +01:00
Craig Leres
4e0ab0ccde
cad/opencascade: fix the build without VIS
...
Always depend on print/freetype2 in order to fix the build without VIS.
Reported by: leres@freebsd.org
2021-11-12 18:51:09 +01:00
Christoph Moench-Tegeder
069928b29c
cad/kicad: update to 5.1.12
...
This is a bugfix release. Included is a patch for compatibility
with opencascade 7.6
2021-11-09 22:11:54 +01:00
Thierry Thomas
dd9a3bcd4a
cad/opencascade: upgrade to 7.6.0
...
Release notes at
<https://dev.opencascade.org/content/open-cascade-technology-760-released >.
PR: 259354
Reported by: lbartoletti
2021-11-07 18:21:17 +01:00
Piotr Kubaj
39be1279f1
cad/openvsp: fix build on powerpc64
...
/wrkdirs/usr/ports/cad/openvsp/work/.build/Libraries-prefix/src/Libraries-build/EIGEN-prefix/src/EIGEN/Eigen/src/Core/arch/AltiVec/PacketMath.h:1340:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrte'?
BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
2021-11-07 12:14:55 +00:00
Christoph Moench-Tegeder
b78f8280ca
cad/freecad: fix pkg-plist
...
extra directories did escape my attention earlier
2021-11-06 22:47:27 +01:00
Christoph Moench-Tegeder
4cae8b2d6f
cad/freecad: fix build with opencascade 7.6.0
...
subcomponent smesh needs some minor massaging, already done upstream
PR: 259354
Reported by: thierry@
Obtained from: 6f3b00d67e
2021-11-05 21:45:28 +01:00
Yuri Victorovich
aea6528e3c
cad/netgen-lvs: Update 1.5.205 -> 1.5.208
...
Reported by: portscout
2021-11-02 22:40:19 -07:00
Piotr Kubaj
faa2c926ca
cad/netgen: enable on all architectures
...
Doesn't seem to be x86-specific anymore, builds fine on powerpc64le.
2021-10-31 11:13:06 +00:00
Antoine Brodin
41443836f0
cad/py-ocp: Revert update to 7.5.2 to unbreak the ports tree
...
This reverts commit 224b32fffa
.
2021-10-29 18:21:42 +00:00
Neal Nelson
224b32fffa
cad/py-ocp: Update to 7.5.2
...
PR: 259503
2021-10-29 09:46:34 -07:00
Stefan Eßer
819f25b36d
*/*: Remove redundant '-[0-9]*' from CONFLICTS
...
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
2021-10-29 11:50:18 +02:00
Piotr Kubaj
6d244f048c
cad/pcb: fix build on non-x86
...
Same patch as the one used for graphics/gts, which this port bundles.
2021-10-25 19:28:40 +00:00
Alexey Dokuchaev
61b6613393
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
...
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2021-10-25 12:58:29 +00:00
Pedro F. Giffuni
ada48bb237
cad/calculix{-ccx}: Update to version 2.18
...
Check http://www.dhondt.de/new_calc.htm for a list of new features.
Approved by: thierry (mentor, implicit)
2021-10-21 23:43:59 -05:00
Yuri Victorovich
f8d93a673b
cad/verilator: Update 4.212 -> 4.214
...
Reported by: portscout
2021-10-20 17:46:01 -07:00
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
...
Submitted by: portedit
2021-10-19 10:36:47 +02:00
Yuri Victorovich
852854be03
cad/netgen-lvs: Update 1.5.203 -> 1.5.205
...
Reported by: portscout
2021-10-17 08:49:42 -07:00
Jimmy Olgeni
4460cf727a
*: fix tab vs. space issues, and comments according to the guide.
2021-10-16 11:51:39 +02:00
Stefan Eßer
3cbaeb7558
cad/libopencad: Add CPE information
...
Approved by: portmgr (blanket)
2021-10-14 12:31:57 +02:00
Stefan Eßer
6f84abfcf1
cad/PrusaSlicer: Add CPE information
...
Approved by: portmgr (blanket)
2021-10-14 12:31:32 +02:00
Tobias Kortkamp
ae22a7846a
*: Clean up some things
...
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
2021-10-12 17:01:38 +02:00
Yuri Victorovich
d1149a2e3c
cad/netgen-lvs: Update 1.5.202 -> 1.5.203
...
Reported by: portscout
2021-10-11 08:51:35 -07:00
Baptiste Daroussin
2c672a4de9
INSTALLS_ICONS: retire the macro and rework the related dependencies
...
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Ganael LAPLANCHE
036bda781b
devel/onetbb: Update to 2021.4.0
...
Release notes: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
2021-10-10 17:11:27 +02:00
Yuri Victorovich
7ce360c475
cad/qflow: Update 1.4.97 -> 1.4.98
...
Reported by: portscout
2021-10-07 11:43:14 -07:00
Piotr Kubaj
1fe6d07f13
cad/opentimer: mark broken on powerpc
...
Same issue as on i386.
2021-10-06 20:52:26 +00:00
Jan Beich
6e6ff7d6ab
cad/PrusaSlicer: unbreak build after 620968a43a
...
Restore the patch accidentally removed due to an out of date comment.
8a4af42707
removed pthread_setname_np references.
src/libslic3r/Thread.cpp:13:10: fatal error: 'tbb/tbb_thread.h' file not found
#include <tbb/tbb_thread.h>
^~~~~~~~~~~~~~~~~~
2021-10-04 20:47:54 +00:00
Yuri Victorovich
d5ec1b970b
cad/yosys: Update 0.9 -> 0.10
2021-10-04 12:18:26 -07:00
Yuri Victorovich
3d127a91e2
cad/gds3d: New port: Application for rendering IC (chip) layouts in 3D
2021-10-04 00:09:03 -07:00